Skip to content

Commit a8758bb

Browse files
EnEn
authored andcommitted
fix package version match error
1 parent db6461e commit a8758bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"@babel/plugin-transform-runtime": "7.13.10",
4242
"@babel/preset-env": "7.4.3",
4343
"@femessage/github-release-notes": "latest",
44+
"@rollup/plugin-babel": "5.3.0",
45+
"@rollup/plugin-commonjs": "17.1.0",
4446
"babel-eslint": "10.0.3",
4547
"babel-loader": "8.0.5",
4648
"eslint": "6.6.0",
@@ -58,17 +60,15 @@
5860
"minimist": "1.2.0",
5961
"prettier": "1.18.2",
6062
"rollup": "2.41.0",
61-
"@rollup/plugin-babel": "5.3.0",
62-
"@rollup/plugin-commonjs": "17.1.0",
6363
"rollup-plugin-terser": "4.0.4",
6464
"rollup-plugin-vue": "4.7.2",
6565
"standard-version": "6.0.1",
6666
"stylelint": "9.10.0",
6767
"stylelint-config-standard": "18.2.0",
68-
"vue": "2.6.10",
68+
"vue": "2.6.14",
6969
"vue-loader": "15.7.1",
70-
"vue-styleguidist": "3.16.3",
71-
"vue-template-compiler": "2.5.16",
70+
"vue-styleguidist": "3.26.2",
71+
"vue-template-compiler": "2.6.14",
7272
"webpack": "4.29.6"
7373
},
7474
"publishConfig": {

0 commit comments

Comments
 (0)