Skip to content

Commit

Permalink
chore: bump vite versions (#6975)
Browse files Browse the repository at this point in the history
  • Loading branch information
charIeszhao authored and wangsijie committed Jan 24, 2025
1 parent 32e16b6 commit b9a015d
Show file tree
Hide file tree
Showing 6 changed files with 188 additions and 192 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"pg": "^8.8.0",
"tsup": "^8.3.0",
"typescript": "^5.0.0",
"vite": "^6.0.3"
"vite": "^6.0.9"
},
"engines": {
"node": "^20.9.0",
Expand All @@ -55,6 +55,7 @@
"path-to-regexp@>=4.0.0 <6.3.0": "^6.3.0",
"puppeteer-core@<23.10.3": "^23.10.3",
"rollup@>=4.0.0 <4.22.4": "^4.22.4",
"vite@>=5.0.0 <5.4.12": "^5.4.12",
"ws@>=8.0.0 <8.17.1": "^8.18.0"
},
"peerDependencyRules": {
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"stylelint": "^15.0.0",
"swr": "^2.2.0",
"typescript": "^5.5.3",
"vite": "^6.0.3",
"vite": "^6.0.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-svgr": "^4.3.0",
"zod": "^3.23.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"react-i18next": "^12.3.1",
"stylelint": "^15.0.0",
"typescript": "^5.5.3",
"vite": "^6.0.3",
"vite": "^6.0.9",
"vite-plugin-compression": "^0.5.1",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/experience-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"tiny-cookie": "^2.4.1",
"typescript": "^5.5.3",
"use-debounced-loader": "^0.1.1",
"vite": "^6.0.3",
"vite": "^6.0.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-svgr": "^4.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/experience/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"tiny-cookie": "^2.4.1",
"typescript": "^5.5.3",
"use-debounced-loader": "^0.1.1",
"vite": "^6.0.3",
"vite": "^6.0.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-svgr": "^4.3.0"
},
Expand Down
Loading

0 comments on commit b9a015d

Please sign in to comment.