Skip to content

Commit

Permalink
chore: bump vue and vitepress deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 23, 2021
1 parent ea98a1a commit 57cad09
Show file tree
Hide file tree
Showing 7 changed files with 505 additions and 35 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"ts-jest": "^27.0.4",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"vitepress": "^0.15.6",
"vitepress": "^0.16.0",
"yorkie": "^2.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/preload/package.json
Expand Up @@ -9,11 +9,11 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.0.8",
"vue": "^3.2.0",
"vue-router": "^4.0.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.0.0",
"@vue/compiler-sfc": "^3.0.8"
"@vue/compiler-sfc": "^3.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/playground/ssr-vue/package.json
Expand Up @@ -14,13 +14,13 @@
"debug": "node --inspect-brk server"
},
"dependencies": {
"vue": "^3.0.8",
"vue": "^3.2.0",
"vue-router": "^4.0.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.0.0",
"@vitejs/plugin-vue-jsx": "^1.1.2",
"@vue/compiler-sfc": "^3.0.8",
"@vue/compiler-sfc": "^3.2.0",
"@vue/server-renderer": "^3.0.6",
"dep-import-type": "link:./dep-import-type",
"compression": "^1.7.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/tailwind/package.json
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"autoprefixer": "^10.3.0",
"tailwindcss": "^2.2.4",
"vue": "^3.0.8"
"vue": "^3.2.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.0.0",
"@vue/compiler-sfc": "^3.0.8",
"@vue/compiler-sfc": "^3.2.0",
"vue-router": "^4.0.10"
}
}
4 changes: 2 additions & 2 deletions packages/playground/vue/package.json
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"lodash-es": "^4.17.20",
"vue": "^3.0.8"
"vue": "^3.2.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.0.0",
"@vue/compiler-sfc": "^3.0.8",
"@vue/compiler-sfc": "^3.2.0",
"js-yaml": "^3.14.1",
"less": "^3.13.0",
"pug": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue/package.json
Expand Up @@ -29,12 +29,12 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue#readme",
"peerDependencies": {
"@vue/compiler-sfc": "^3.0.8"
"@vue/compiler-sfc": "^3.2.0"
},
"devDependencies": {
"@rollup/pluginutils": "^4.1.1",
"@types/hash-sum": "^1.0.0",
"@vue/compiler-sfc": "^3.0.8",
"@vue/compiler-sfc": "^3.2.0",
"debug": "^4.3.2",
"hash-sum": "^2.0.0",
"rollup": "^2.38.5",
Expand Down

0 comments on commit 57cad09

Please sign in to comment.