Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to ^0.14.x || ^0.15.0 (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 10, 2022
1 parent a9bd40d commit b0e6f06
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 @@ -55,7 +55,7 @@
"vitest": "^0.20.3"
},
"peerDependencies": {
"esbuild": "^0.14.x"
"esbuild": "^0.14.x || ^0.15.0"
},
"dependencies": {
"@types/less": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2215,7 +2215,7 @@ __metadata:
typescript: 4.7.4
vitest: ^0.20.3
peerDependencies:
esbuild: ^0.14.x
esbuild: ^0.14.x || ^0.15.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit b0e6f06

Please sign in to comment.