Skip to content

Commit

Permalink
fix: support esbuild 0.19 (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: parbez <imranbarbhuiya.fsd@gmail.com>
  • Loading branch information
MichaelDeBoey and imranbarbhuiya committed Aug 16, 2023
1 parent 12ed50d commit d5d0412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"vitest": "^0.34.1"
},
"peerDependencies": {
"esbuild": "^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0"
"esbuild": "^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0"
},
"files": [
"dist/**/*.js*",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2563,7 +2563,7 @@ __metadata:
typescript: ^5.1.6
vitest: ^0.34.1
peerDependencies:
esbuild: ^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0
esbuild: ^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit d5d0412

Please sign in to comment.