Skip to content

Commit

Permalink
chore(deps): update dependency vite to v6 (#2031)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent b379535 commit f986731
Show file tree
Hide file tree
Showing 6 changed files with 230 additions and 214 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"pnpm": {
"overrides": {
"vue": "3.5.13",
"vite": "^5.4.11"
"vite": "^6.0.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/format-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"@vue/compiler-sfc": "^3.3.4",
"vite": "^5.1.4",
"vite": "^6.0.0",
"vue-tsc": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/size-check-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@intlify/core": "workspace:*"
},
"devDependencies": {
"vite": "^5.1.4"
"vite": "^6.0.0"
},
"version": "11.0.0-beta.1"
}
2 changes: 1 addition & 1 deletion packages/size-check-petite-vue-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"@vue/compiler-sfc": "^3.3.4",
"vite": "^5.1.4",
"vite": "^6.0.0",
"vue-tsc": "^2.0.0"
},
"version": "11.0.0-beta.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/size-check-vue-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"@vue/compiler-sfc": "^3.3.4",
"vite": "^5.1.4",
"vite": "^6.0.0",
"vue-tsc": "^2.0.0"
},
"version": "11.0.0-beta.1"
Expand Down
Loading

0 comments on commit f986731

Please sign in to comment.