Skip to content

Commit

Permalink
⬆️ Upgrade dependency vite to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 5, 2025
1 parent b0fd7b1 commit 5d0a0bb
Show file tree
Hide file tree
Showing 10 changed files with 277 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"prettier": "3.4.2",
"turbo": "2.4.0",
"typescript": "5.7.3",
"vite": "6.0.11",
"vite": "6.1.0",
"vitest": "3.0.5"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"browserslist": "4.24.4",
"lodash-es": "4.17.21",
"vite": "6.0.11",
"vite": "6.1.0",
"vitest": "3.0.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"@commitlint/lint": "19.7.1",
"vite": "6.0.11",
"vite": "6.1.0",
"vitest": "3.0.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/conventional-commits-parser": "5.0.1",
"@w5s/tsup-config": "workspace:*",
"tsup": "8.3.6",
"vite": "6.0.11",
"vite": "6.1.0",
"vitest": "3.0.5"
},
"clean-package": "../../clean-package.config.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@cspell/cspell-bundled-dicts": "8.17.3",
"@cspell/cspell-tools": "8.17.3",
"@cspell/cspell-types": "8.17.3",
"vite": "6.0.11",
"vite": "6.1.0",
"vitest": "3.0.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"@w5s/tsup-config": "workspace:*",
"tsup": "8.3.6",
"vite": "6.0.11",
"vite": "6.1.0",
"vitest": "3.0.5"
},
"clean-package": "../../clean-package.config.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"eslint-find-rules": "5.0.0",
"prettier": "3.4.2",
"react": "19.0.0",
"vite": "6.0.11",
"vite": "6.1.0",
"vitest": "3.0.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@w5s/tsup-config": "workspace:*",
"prettier": "3.4.2",
"tsup": "8.3.6",
"vite": "6.0.11",
"vite": "6.1.0",
"vitest": "3.0.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tsup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"devDependencies": {
"tsup": "8.3.6",
"vite": "6.0.11",
"vite": "6.1.0",
"vitest": "3.0.5"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 5d0a0bb

Please sign in to comment.