Skip to content

Commit

Permalink
Update dependency vite to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent caa64c0 commit ecfb408
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 221 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typecheck": "yarn tsc && yarn workspaces foreach -Apt run typecheck"
},
"resolutions": {
"vite": "^5.4.11"
"vite": "^6.0.5"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
Expand All @@ -40,7 +40,7 @@
"storybook": "^8.4.7",
"tsup": "^8.3.5",
"typescript": "~5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.5",
"vitest": "^2.1.8"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"esbuild": "^0.24.2",
"react": "18.3.1",
"vite": "^5.4.11"
"vite": "^6.0.5"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit ecfb408

Please sign in to comment.