Skip to content

Commit 6e1aebb

Browse files
committed
chore(examples): udpate examples
1 parent c9dff3c commit 6e1aebb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/my-mpa-ts-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lint-staged": "^9.5.0",
3131
"prettier": "^1.19.1",
3232
"typescript": "~3.9.3",
33-
"vue-cli-plugin-vite": "1.4.4",
33+
"vue-cli-plugin-vite": "1.4.10",
3434
"vue-template-compiler": "^2.6.11"
3535
},
3636
"eslintConfig": {

examples/my-spa-js-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"eslint": "^6.7.2",
2323
"eslint-plugin-vue": "^6.2.2",
2424
"unplugin-icons": "^0.11.1",
25-
"vue-cli-plugin-vite": "1.4.4",
25+
"vue-cli-plugin-vite": "1.4.10",
2626
"vue-template-compiler": "^2.6.11"
2727
},
2828
"eslintConfig": {

examples/my-vue3-ts-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"sass": "^1.26.5",
3434
"sass-loader": "^8.0.2",
3535
"typescript": "~4.1.5",
36-
"vue-cli-plugin-vite": "1.4.4"
36+
"vue-cli-plugin-vite": "1.4.10"
3737
},
3838
"eslintConfig": {
3939
"root": true,

0 commit comments

Comments
 (0)