Skip to content

Commit

Permalink
chore(package) update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stared committed May 3, 2020
1 parent 979dbf4 commit 9facd9c
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 493 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,37 +38,37 @@
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.7.7",
"@rollup/plugin-alias": "^2.2.0",
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-replace": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-plugin-typescript": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"@babel/preset-typescript": "^7.9.0",
"@rollup/plugin-alias": "^3.1.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-replace": "^2.3.2",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-eslint": "^4.3.1",
"@vue/cli-plugin-typescript": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-typescript": "^5.0.1",
"babel-loader": "^8.1.0",
"cross-env": "^6.0.3",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^6.1.2",
"eslint-plugin-vue-scoped-css": "^0.4.0",
"minimist": "^1.2.0",
"postcss": "^7.0.27",
"rollup": "^1.27.13",
"minimist": "^1.2.5",
"postcss": "^7.0.28",
"rollup": "^2.7.6",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-terser": "^5.1.3",
"rollup-plugin-vue": "^5.1.5",
"sass-loader": "^8.0.2",
"typescript": "^3.7.3",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.42.0"
"webpack": "^4.43.0"
},
"peerDependencies": {
"vue": "^2.6.10"
Expand Down

0 comments on commit 9facd9c

Please sign in to comment.