Skip to content

Commit

Permalink
meta: upgrade to Vite v3 (#3882)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jul 14, 2022
1 parent aaa383e commit 0db5b83
Show file tree
Hide file tree
Showing 5 changed files with 269 additions and 174 deletions.
2 changes: 1 addition & 1 deletion examples/custom-provider/package.json
Expand Up @@ -21,7 +21,7 @@
"express": "^4.16.2",
"express-session": "^1.15.6",
"npm-run-all": "^4.1.2",
"vite": "^2.7.1"
"vite": "^3.0.0"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Expand Up @@ -17,7 +17,7 @@
"vue": "^2.6.14"
},
"devDependencies": {
"vite": "^2.7.1",
"vite": "^3.0.0",
"vite-plugin-vue2": "^2.0.1",
"vue-template-compiler": "^2.6.14"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vue3/package.json
Expand Up @@ -18,6 +18,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"vite": "^2.7.1"
"vite": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion private/dev/package.json
Expand Up @@ -13,7 +13,7 @@
"autoprefixer": "^10.2.6",
"postcss-dir-pseudo-class": "^5.0.0",
"postcss-logical": "^4.0.2",
"vite": "^2.7.1"
"vite": "^3.0.0"
},
"private": true,
"type": "module",
Expand Down

0 comments on commit 0db5b83

Please sign in to comment.