Skip to content

Commit

Permalink
chore(deps): update dependency vite to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 2f5c4a3 commit 8e7abf1
Show file tree
Hide file tree
Showing 4 changed files with 519 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/nanoviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"size-limit": "^11.1.2",
"storybook": "^7.6.17",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite": "^6.0.0",
"vitest": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@vitest/coverage-v8": "^2.0.0",
"size-limit": "^11.1.2",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite": "^6.0.0",
"vitest": "^2.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/storybook-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
},
"peerDependencies": {
"@nanoviews/storybook": "workspace:^",
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
"vite": "^6.0.0"
},
"dependencies": {
"@storybook/builder-vite": "^7.6.17",
"@storybook/types": "^7.6.17"
},
"devDependencies": {
"@nanoviews/storybook": "workspace:^",
"vite": "^5.0.8"
"vite": "^6.0.0"
}
}
Loading

0 comments on commit 8e7abf1

Please sign in to comment.