Skip to content

Commit

Permalink
chore: bump vue version
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Nov 1, 2021
1 parent d1b1db9 commit 5a8dd02
Show file tree
Hide file tree
Showing 8 changed files with 122 additions and 245 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,6 +50,6 @@
"vue-component"
],
"dependencies": {
"vue": "^3.2.11"
"vue": "^3.2.20"
}
}
2 changes: 1 addition & 1 deletion packages/code-block/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"naive-ui": "^2.19.0",
"prismjs": "^1.25.0",
"vue": "^3.2.12",
"vue": "^3.2.20",
"vue-sfc-parser": "^0.1.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/dist/VueFinalModal.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/lib/dist/VueFinalModal.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/lib/dist/VueFinalModal.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/lib/dist/VueFinalModal.umd.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/lib/package.json
Expand Up @@ -29,7 +29,7 @@
"@rollup/plugin-commonjs": "^19.0.2",
"@rollup/plugin-node-resolve": "^13.0.4",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/compiler-sfc": "^3.2.6",
"@vue/compiler-sfc": "^3.2.20",
"@vue/test-utils": "^2.0.0-rc.12",
"autoprefixer": "^9.8.6",
"babel-core": "^7.0.0-bridge.0",
Expand All @@ -44,7 +44,7 @@
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0",
"vue": "^3.2.6",
"vue": "^3.2.20",
"vue-jest": "^5.0.0-alpha.10"
},
"repository": {
Expand Down

0 comments on commit 5a8dd02

Please sign in to comment.