Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Sep 18, 2020
1 parent 879eb75 commit 214c644
Show file tree
Hide file tree
Showing 2 changed files with 1,461 additions and 1,526 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,44 +22,44 @@
"node": ">= 12.15.0"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-strict-mode": "^7.10.1",
"codecov": "^3.7.0",
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-strict-mode": "^7.10.4",
"codecov": "^3.7.2",
"cross-env": "^7.0.2",
"eslint": "^7.3.1",
"eslint-config-makeomatic": "^5.0.2",
"eslint-plugin-import": "^2.21.2",
"eslint": "^7.9.0",
"eslint-config-makeomatic": "^5.0.3",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-unicorn": "^20.1.0",
"jest": "^26.1.0",
"tempy": "^0.5.0"
"eslint-plugin-unicorn": "^21.0.0",
"jest": "^26.4.2",
"tempy": "^0.7.0"
},
"dependencies": {
"@commitlint/cli": "^9.0.1",
"@commitlint/cli": "^11.0.0",
"bluebird": "^3.7.2",
"chrome-launcher": "^0.13.3",
"chrome-launcher": "^0.13.4",
"chrome-remote-interface": "^0.28.1",
"death": "^1.1.0",
"find-up": "^4.1.0",
"find-up": "^5.0.0",
"glob": "^7.1.6",
"husky": "^4.2.3",
"husky": "^4.3.0",
"hyperid": "^2.0.3",
"is": "^3.2.1",
"js-yaml": "^3.14.0",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.2",
"lodash.set": "^4.3.2",
"ms-conf": "^7.0.0",
"ms-conf": "^7.0.2",
"npm-path": "^2.0.4",
"pino": "^6.3.2",
"pino": "^6.6.1",
"read-pkg": "^5.2.0",
"rimraf": "^3.0.2",
"semantic-release": "17.1.0",
"semantic-release": "17.1.1",
"shelljs": "^0.8.3",
"strip-final-newline": "^2.0.0",
"yargs": "^15.3.1"
"yargs": "^16.0.3"
},
"bin": {
"mdep": "./bin/cli.js"
Expand Down
Loading

0 comments on commit 214c644

Please sign in to comment.