Skip to content

Commit

Permalink
chore: use vite@4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Apr 21, 2023
1 parent 022179d commit a650c49
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 66 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@types/node": "^18.15.12",
"@types/node": "^18.15.13",
"@types/webpack-env": "^1.18.0",
"@vitest/coverage-istanbul": "^0.30.1",
"bumpp": "^9.1.0",
Expand All @@ -56,7 +56,7 @@
"tsconfig-vuepress": "^4.1.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "~4.2.2",
"vite": "~4.3.1",
"vitest": "^0.30.1"
},
"packageManager": "pnpm@8.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler-vite/package.json
Expand Up @@ -42,8 +42,8 @@
"connect-history-api-fallback": "^2.0.0",
"postcss": "^8.4.23",
"postcss-load-config": "^4.0.1",
"rollup": "^3.20.6",
"vite": "~4.2.2",
"rollup": "^3.20.7",
"vite": "~4.3.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
Expand Down

0 comments on commit a650c49

Please sign in to comment.