Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 26, 2021
1 parent 64c87a5 commit 1c713f0
Show file tree
Hide file tree
Showing 6 changed files with 671 additions and 627 deletions.
2 changes: 1 addition & 1 deletion packages/playground/alias/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.0.5"
"vue": "^3.0.8"
}
}
2 changes: 1 addition & 1 deletion packages/playground/optimize-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"resolve-linked": "0.0.0",
"vue": "^3.0.5",
"vue": "^3.0.8",
"vuex": "^4.0.0-rc.2"
}
}
4 changes: 2 additions & 2 deletions packages/playground/ssr-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"debug": "node --inspect-brk server"
},
"dependencies": {
"vue": "^3.0.6",
"vue": "^3.0.8",
"vue-router": "^4.0.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.0.0",
"@vitejs/plugin-vue-jsx": "^1.1.2",
"@vue/compiler-sfc": "^3.0.6",
"@vue/compiler-sfc": "^3.0.8",
"@vue/server-renderer": "^3.0.6",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.0.6"
"vue": "^3.0.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.0.0",
"@vue/compiler-sfc": "^3.0.6",
"@vue/compiler-sfc": "^3.0.8",
"js-yaml": "^3.14.1",
"less": "^3.13.0",
"pug": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@rollup/pluginutils": "^4.1.0",
"@types/hash-sum": "^1.0.0",
"@vue/compiler-sfc": "^3.0.6",
"@vue/compiler-sfc": "^3.0.8",
"debug": "^4.3.1",
"hash-sum": "^2.0.0",
"rollup": "^2.38.5",
Expand Down
Loading

0 comments on commit 1c713f0

Please sign in to comment.