Skip to content

Commit ea382dd

Browse files
committed
deps: 调整依赖版本
1 parent f6f7861 commit ea382dd

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
node_modules
33
dist
44
libs/*
5+
package-lock.json
6+
yarn.lock
57

68
# local env files
79
.env.local

examples/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
node_modules
33
dist
44
libs
5+
yarn.lock
56

67
# local env files
78
.env.local

examples/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
"nprogress": "^0.2.0",
2222
"regenerator-runtime": "^0.13.7",
2323
"theme-switcher-tool": "^1.0.3",
24+
"vue": "2.7.15",
2425
"vue-lazy-container": "^1.2.0",
2526
"vue-router": "^3.2.0",
26-
"vue-template-compiler": "^2.6.11"
27+
"vue-template-compiler": "2.7.15"
2728
},
2829
"devDependencies": {
2930
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",

0 commit comments

Comments
 (0)