Skip to content

Commit

Permalink
chore(deps): update all incl. esbuild@~0.18.x (#102)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: peerDep esbuild@~0.18.x. This is a breaking change
as pre-v1 semver-minor versions of esbuild are not backwards compatible.
  • Loading branch information
github-actions[bot] authored Jun 14, 2023
1 parent bc871e0 commit 626416b
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 484 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"prepublishOnly": "yarn build && yarn lint && yarn test"
},
"peerDependencies": {
"browserslist": "^4.21.7",
"esbuild": "~0.17.5"
"browserslist": "^4.21.8",
"esbuild": "~0.18.2"
},
"dependencies": {
"debug": "^4.3.4",
Expand All @@ -46,8 +46,8 @@
"@types/debug": "^4.1.8",
"@types/jest": "^29.5.2",
"@types/node": "18",
"browserslist": "^4.21.7",
"esbuild": "~0.17.19",
"browserslist": "^4.21.8",
"esbuild": "~0.18.2",
"eslint": "^8.42.0",
"eslint-plugin-jest": "^27.2.1",
"husky": "^8.0.3",
Expand Down
Loading

0 comments on commit 626416b

Please sign in to comment.