Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 405c070 commit 28ac493
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/eslint__js": "8.42.3",
"@types/node": "20.16.13",
"c8": "10.1.2",
"esbuild": "0.23.0",
"esbuild": "0.24.0",
"eslint": "9.13.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin-ekscss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"peerDependencies": {
"ekscss": "workspace:^",
"esbuild": ">=0.13.0 <0.24.0"
"esbuild": ">=0.13.0 <0.24.1"
},
"dependencies": {
"joycon": "^3.1.1"
},
"devDependencies": {
"ekscss": "workspace:*",
"esbuild": "0.23.0"
"esbuild": "0.24.0"
}
}

0 comments on commit 28ac493

Please sign in to comment.