Skip to content

Commit e2538aa

Browse files
committedOct 5, 2019
fix: upgrade deps
1 parent 44e3f12 commit e2538aa

File tree

2 files changed

+448
-477
lines changed

2 files changed

+448
-477
lines changed
 

‎package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@
2222
"node": ">= 10.5.0"
2323
},
2424
"devDependencies": {
25-
"@babel/cli": "^7.6.0",
26-
"@babel/core": "^7.6.0",
25+
"@babel/cli": "^7.6.2",
26+
"@babel/core": "^7.6.2",
2727
"@babel/plugin-proposal-class-properties": "^7.5.5",
2828
"@babel/plugin-transform-strict-mode": "^7.2.0",
29-
"codecov": "^3.5.0",
30-
"cross-env": "^5.2.1",
31-
"eslint": "^6.3.0",
29+
"codecov": "^3.6.1",
30+
"cross-env": "^6.0.3",
31+
"eslint": "^6.5.1",
3232
"eslint-config-makeomatic": "^3.1.0",
3333
"eslint-plugin-import": "^2.18.2",
3434
"eslint-plugin-promise": "^4.2.1",
3535
"jest": "^24.9.0"
3636
},
3737
"dependencies": {
38-
"@commitlint/cli": "^8.1.0",
39-
"bluebird": "^3.5.5",
38+
"@commitlint/cli": "^8.2.0",
39+
"bluebird": "^3.7.0",
4040
"chrome-launcher": "^0.11.2",
4141
"chrome-remote-interface": "^0.28.0",
4242
"death": "^1.1.0",
4343
"find-up": "^4.1.0",
4444
"glob": "^7.1.4",
45-
"husky": "^3.0.5",
45+
"husky": "^3.0.8",
4646
"hyperid": "^2.0.1",
4747
"is": "^3.2.1",
4848
"js-yaml": "^3.13.1",
@@ -51,7 +51,7 @@
5151
"lodash.set": "^4.3.2",
5252
"ms-conf": "^5.0.2",
5353
"npm-path": "^2.0.4",
54-
"pino": "^5.13.3",
54+
"pino": "^5.13.4",
5555
"read-pkg": "^5.2.0",
5656
"rimraf": "^3.0.0",
5757
"semantic-release": "15.13.24",
@@ -62,7 +62,7 @@
6262
"mdep": "./bin/cli.js"
6363
},
6464
"peerDependencies": {
65-
"cross-env": "^5.2.0"
65+
"cross-env": "^5.2.0 | ^6.0.0"
6666
},
6767
"files": [
6868
"bin/",

‎yarn.lock

+438-467
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.