Skip to content

Commit

Permalink
fix: adjust the necessary esbuild peer dependency version (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbiegert authored Dec 8, 2021
1 parent cf3d1f1 commit e1c6e78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion esbuild-node-externals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ When bundling with Esbuild for the backend by default it will try to bundle all

## Installation

This plugin requires minimum **Node.js 12**, and **Esbuild 0.8+**.
This plugin requires minimum **Node.js 12**, and **Esbuild 0.12+**.

```sh
# with npm
Expand Down
2 changes: 1 addition & 1 deletion esbuild-node-externals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"src"
],
"peerDependencies": {
"esbuild": "^0.13.0"
"esbuild": "0.12 - 0.14"
},
"devDependencies": {
"@types/node": "16.11.7",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ __metadata:
tslib: 2.3.1
typescript: 4.4.4
peerDependencies:
esbuild: ^0.13.0
esbuild: 0.12 - 0.14
languageName: unknown
linkType: soft

Expand Down

0 comments on commit e1c6e78

Please sign in to comment.