Skip to content

Commit

Permalink
fix: upgrade rollup 4.22.2, deterministic chunk hashing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkubej committed Sep 20, 2024
1 parent 21ec1ce commit d5427e4
Show file tree
Hide file tree
Showing 3 changed files with 6,769 additions and 7,960 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"playwright-chromium": "^1.47.1",
"prettier": "3.3.3",
"rimraf": "^5.0.10",
"rollup": "^4.20.0",
"rollup": "^4.22.2",
"rollup-plugin-esbuild": "^6.1.1",
"simple-git-hooks": "^2.11.1",
"tslib": "^2.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"dependencies": {
"esbuild": "^0.21.3",
"postcss": "^8.4.47",
"rollup": "^4.20.0"
"rollup": "^4.22.2"
},
"optionalDependencies": {
"fsevents": "~2.3.3"
Expand Down
Loading

0 comments on commit d5427e4

Please sign in to comment.