Skip to content

Commit

Permalink
Bump esbuild dep range
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Feb 11, 2025
1 parent 0051ddb commit 42a14b4
Show file tree
Hide file tree
Showing 8 changed files with 315 additions and 51 deletions.
6 changes: 6 additions & 0 deletions .changeset/chatty-penguins-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@vanilla-extract/integration': patch
'@vanilla-extract/jest-transform': patch
---

Extend `esbuild` dependency range to include `0.25.x`
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
}
},
"devDependencies": {
"esbuild": "~0.24.2"
"esbuild": "~0.25.0"
}
}
2 changes: 1 addition & 1 deletion packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
}
},
"devDependencies": {
"esbuild": "~0.24.2"
"esbuild": "~0.25.0"
}
}
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@vanilla-extract/babel-plugin-debug-ids": "workspace:^",
"@vanilla-extract/css": "workspace:^",
"dedent": "^1.5.3",
"esbuild": "npm:esbuild@>=0.17.6 <0.25.0",
"esbuild": "npm:esbuild@>=0.17.6 <0.26.0",
"eval": "0.1.8",
"find-up": "^5.0.0",
"javascript-stringify": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"dependencies": {
"@vanilla-extract/integration": "workspace:^",
"esbuild": "npm:esbuild@>=0.17.6 <0.25.0"
"esbuild": "npm:esbuild@>=0.17.6 <0.26.0"
},
"devDependencies": {
"@jest/transform": "^29.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@fixtures/themed": "workspace:*",
"@rollup/plugin-json": "^6.1.0",
"@vanilla-extract/css": "workspace:^",
"esbuild": "~0.24.2",
"esbuild": "~0.25.0",
"rollup": "^4.20.0",
"rollup-plugin-esbuild": "^6.1.1"
},
Expand Down
Loading

0 comments on commit 42a14b4

Please sign in to comment.