Skip to content

Commit

Permalink
build: bump to vite 4 and rollup 3
Browse files Browse the repository at this point in the history
BREAKING CHANGE: bump to vite 4 and rollup 3
  • Loading branch information
meteorlxy committed Dec 9, 2022
1 parent ed41ed9 commit 5fac2e6
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -54,7 +54,7 @@
"tsconfig-vuepress": "^4.0.4",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "~3.2.5",
"vite": "~4.0.0",
"vitest": "^0.25.6"
},
"packageManager": "pnpm@7.14.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler-vite/package.json
Expand Up @@ -33,7 +33,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vuepress/client": "workspace:*",
"@vuepress/core": "workspace:*",
"@vuepress/shared": "workspace:*",
Expand All @@ -42,8 +42,8 @@
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.19",
"postcss-load-config": "^4.0.1",
"rollup": "^2.79.1",
"vite": "~3.2.5",
"rollup": "^3.7.0",
"vite": "~4.0.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -42,7 +42,7 @@
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"envinfo": "^7.8.1",
"esbuild": "^0.15.18"
"esbuild": "^0.16.3"
},
"devDependencies": {
"@types/envinfo": "^7.8.1"
Expand Down

0 comments on commit 5fac2e6

Please sign in to comment.