Skip to content

Commit

Permalink
Upgrade ESBuild (#1252)
Browse files Browse the repository at this point in the history
Co-authored-by: Remus Mate <3297808+mrm007@users.noreply.github.com>
  • Loading branch information
Ethan-PageUp and mrm007 committed Jan 25, 2024
1 parent 39909db commit 5bc98a4
Show file tree
Hide file tree
Showing 8 changed files with 110 additions and 333 deletions.
6 changes: 6 additions & 0 deletions .changeset/fifty-ladybugs-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@vanilla-extract/jest-transform': patch
'@vanilla-extract/integration': patch
---

Unpin esbuild and broaden the version range
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
}
},
"devDependencies": {
"esbuild": "0.17.6"
"esbuild": "~0.19.12"
}
}
2 changes: 1 addition & 1 deletion packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
}
},
"devDependencies": {
"esbuild": "0.17.6"
"esbuild": "~0.19.12"
}
}
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/plugin-syntax-typescript": "^7.20.0",
"@vanilla-extract/babel-plugin-debug-ids": "^1.0.4",
"@vanilla-extract/css": "^1.14.0",
"esbuild": "0.17.6",
"esbuild": "npm:esbuild@~0.17.6 || ~0.18.0 || ~0.19.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 @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"@vanilla-extract/integration": "^6.2.5",
"esbuild": "0.17.6"
"esbuild": "npm:esbuild@~0.17.6 || ~0.18.0 || ~0.19.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 @@ -21,7 +21,7 @@
"@fixtures/themed": "*",
"@rollup/plugin-json": "^4.1.0",
"@vanilla-extract/css": "^1.13.0",
"esbuild": "0.17.6",
"esbuild": "~0.19.12",
"rollup": "^2.7.0",
"rollup-plugin-esbuild": "^4.9.1"
},
Expand Down
Loading

0 comments on commit 5bc98a4

Please sign in to comment.