Skip to content

Commit

Permalink
fix(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Oct 29, 2020
1 parent b2b999e commit 23d8253
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 44 deletions.
76 changes: 37 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"lint:prettier:fix": "prettier --write \"{,!(node_modules|dist)/**/}*.{js,vue}\"",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"release:prepare": "shipjs prepare",
"release:trigger": "shipjs trigger"
"release": "shipjs prepare"
},
"dependencies": {
"map-promisified": "^0.4.0"
Expand All @@ -46,7 +45,7 @@
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-commonjs": "^16.0.0",
"@vinayakkulkarni/prettier-config-vue": "^1.0.0",
"@vue/test-utils": "^1.1.0",
"ava": "^3.13.0",
Expand All @@ -55,8 +54,8 @@
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-vue": "^2.0.2",
"browser-env": "^3.3.0",
"eslint": "^7.12.0",
"eslint-config-prettier": "^6.14.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-vue": "^2.0.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.1.4",
Expand Down

0 comments on commit 23d8253

Please sign in to comment.