Skip to content

Commit

Permalink
fix: update esbuild (#1436)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Skoufis <askoufis@users.noreply.github.com>
  • Loading branch information
SimenB and askoufis authored Jun 27, 2024
1 parent 8a2b3f3 commit 124c31c
Show file tree
Hide file tree
Showing 8 changed files with 295 additions and 51 deletions.
6 changes: 6 additions & 0 deletions .changeset/pink-socks-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@vanilla-extract/jest-transform': patch
'@vanilla-extract/integration': patch
---

Extend `esbuild` dependency range to include `~0.20.0` and `~0.21.0`
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
}
},
"devDependencies": {
"esbuild": "~0.19.12"
"esbuild": "~0.21.5"
}
}
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.19.12"
"esbuild": "~0.21.5"
}
}
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.18.0 || ~0.19.0",
"esbuild": "npm:esbuild@~0.17.6 || ~0.18.0 || ~0.19.0 || ~0.20.0 || ~0.21.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.18.0 || ~0.19.0"
"esbuild": "npm:esbuild@~0.17.6 || ~0.18.0 || ~0.19.0 || ~0.20.0 || ~0.21.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": "^4.1.0",
"@vanilla-extract/css": "workspace:^",
"esbuild": "~0.19.12",
"esbuild": "~0.21.5",
"rollup": "^2.7.0",
"rollup-plugin-esbuild": "^4.9.1"
},
Expand Down
Loading

0 comments on commit 124c31c

Please sign in to comment.