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 Jan 1, 2025
1 parent 43835f1 commit bd37d4d
Show file tree
Hide file tree
Showing 6 changed files with 535 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"happy-dom": "^15.0.0",
"vite": "^5.0.8",
"vite": "^6.0.0",
"vite-node": "^2.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/kida/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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"
}
}
2 changes: 1 addition & 1 deletion packages/nanoviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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"
}
}
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"
}
}
2 changes: 1 addition & 1 deletion packages/testing-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@testing-library/dom": "^10.0.0",
"nanoviews": "workspace:^",
"vite": "^5.0.8",
"vite": "^6.0.0",
"vitest": "^2.0.0"
}
}
Loading

0 comments on commit bd37d4d

Please sign in to comment.