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 20, 2024
1 parent ec48bb4 commit cb42438
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 336 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
4 changes: 2 additions & 2 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
},
"devDependencies": {
"react": "18.3.1",
"vite": "^5.4.11"
"vite": "^6.0.5"
},
"peerDependencies": {
"react": "^18.2.0",
"vite": "^5.0.0"
"vite": "^5.0.0 || ^6.0.0"
}
}
Loading

0 comments on commit cb42438

Please sign in to comment.