Skip to content

Commit

Permalink
chore: add esbuild as peer dependency (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-David authored Apr 16, 2023
1 parent fb79fd0 commit ed8ff23
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 184 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
],
"devDependencies": {
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"esbuild": "0.17.15",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"esbuild": "0.17.16",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
Expand All @@ -56,6 +56,9 @@
"thread-stream": "2.3.0",
"tsx": "3.12.6",
"typescript": "5.0.4",
"vitest": "0.30.0"
"vitest": "0.30.1"
},
"peerDependencies": {
"esbuild": "^0.17.1"
}
}
Loading

0 comments on commit ed8ff23

Please sign in to comment.