Skip to content

Commit

Permalink
fix: Upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
avaly committed Mar 21, 2020
1 parent 603f8e4 commit 90ee878
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 68 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -44,24 +44,24 @@
"dependencies": {
"form-data": "3.0.0",
"glob": "7.1.6",
"got": "10.4.0"
"got": "10.6.0"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.8.4",
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/plugin-transform-modules-commonjs": "7.8.3",
"@babel/core": "7.9.0",
"@babel/plugin-proposal-object-rest-spread": "7.9.0",
"@babel/plugin-transform-modules-commonjs": "7.9.0",
"babel-jest": "25.1.0",
"esdoc": "1.1.0",
"esdoc-brand-plugin": "1.0.1",
"esdoc-ecmascript-proposal-plugin": "1.0.0",
"esdoc-importpath-plugin": "1.0.2",
"esdoc-standard-plugin": "1.0.0",
"eslint": "6.8.0",
"husky": "4.2.1",
"husky": "4.2.3",
"jest": "25.1.0",
"lint-staged": "10.0.7",
"nock": "11.7.2",
"lint-staged": "10.0.8",
"nock": "12.0.3",
"prettier": "1.19.1",
"standard-version": "7.1.0",
"validate-commit-msg": "2.14.0"
Expand Down

0 comments on commit 90ee878

Please sign in to comment.