Skip to content

Commit

Permalink
Update esbuild peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Sep 11, 2024
1 parent c9aec6e commit 0322cc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apeleghq/esbuild-plugin-inline-js",
"version": "1.1.8",
"version": "1.1.9",
"description": "esbuild plugin for inline scripts",
"type": "module",
"main": "dist/index.cjs",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"esbuild": "^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || 0.23.0"
"esbuild": "^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0"
},
"keywords": [
"esbuild",
Expand Down

0 comments on commit 0322cc5

Please sign in to comment.