Skip to content

Commit

Permalink
fix package version match error
Browse files Browse the repository at this point in the history
  • Loading branch information
En authored and En committed Nov 30, 2021
1 parent db6461e commit a8758bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"@babel/plugin-transform-runtime": "7.13.10",
"@babel/preset-env": "7.4.3",
"@femessage/github-release-notes": "latest",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "17.1.0",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.5",
"eslint": "6.6.0",
Expand All @@ -58,17 +60,15 @@
"minimist": "1.2.0",
"prettier": "1.18.2",
"rollup": "2.41.0",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "17.1.0",
"rollup-plugin-terser": "4.0.4",
"rollup-plugin-vue": "4.7.2",
"standard-version": "6.0.1",
"stylelint": "9.10.0",
"stylelint-config-standard": "18.2.0",
"vue": "2.6.10",
"vue": "2.6.14",
"vue-loader": "15.7.1",
"vue-styleguidist": "3.16.3",
"vue-template-compiler": "2.5.16",
"vue-styleguidist": "3.26.2",
"vue-template-compiler": "2.6.14",
"webpack": "4.29.6"
},
"publishConfig": {
Expand Down

0 comments on commit a8758bb

Please sign in to comment.