Skip to content

Commit

Permalink
chore: Upgrade development dependencies ⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
avaly committed Feb 4, 2020
1 parent 5ff2e7d commit dae7050
Show file tree
Hide file tree
Showing 2 changed files with 1,331 additions and 1,404 deletions.
27 changes: 12 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,22 @@
"viswiz-sdk": "5.0.0"
},
"devDependencies": {
"@babel/cli": "7.7.4",
"@babel/core": "7.7.4",
"@babel/plugin-proposal-object-rest-spread": "7.7.4",
"@babel/plugin-transform-modules-commonjs": "7.7.4",
"babel-jest": "24.9.0",
"eslint": "6.7.2",
"@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-jest": "25.1.0",
"eslint": "6.8.0",
"github-release-cli": "1.3.1",
"husky": "3.1.0",
"jest": "24.9.0",
"lint-staged": "9.5.0",
"nock": "11.7.0",
"pkg": "4.4.0",
"husky": "4.2.1",
"jest": "25.1.0",
"lint-staged": "10.0.7",
"nock": "11.7.2",
"pkg": "4.4.2",
"prettier": "1.19.1",
"standard-version": "7.0.1",
"standard-version": "7.1.0",
"validate-commit-msg": "2.14.0"
},
"resolutions": {
"graceful-fs": "4.2.2"
},
"husky": {
"hooks": {
"commit-msg": "validate-commit-msg",
Expand Down
Loading

0 comments on commit dae7050

Please sign in to comment.