Skip to content

Commit 54f0674

Browse files
committed
fix: Upgrade dependencies ⬆️
1 parent 1d2a9ad commit 54f0674

File tree

2 files changed

+2656
-1115
lines changed

2 files changed

+2656
-1115
lines changed

package.json

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@
3434
],
3535
"scripts": {
3636
"build": "babel src/ --out-dir dist/ --ignore __mocks__",
37-
"commitmsg": "validate-commit-msg",
3837
"docs": "esdoc",
3938
"lint": "eslint . --cache --fix --ignore-pattern '!.eslintrc.js'",
4039
"pretty": "prettier --write --list-different \"**/*.js\"",
41-
"precommit": "lint-staged",
4240
"prepack": "yarn build",
43-
"pretest": "yarn build && yarn lint",
41+
"pretest": "yarn build",
4442
"release": "standard-version -a",
4543
"test:jest": "jest",
4644
"test:watch": "jest --watch",
@@ -49,27 +47,33 @@
4947
},
5048
"dependencies": {
5149
"commander": "3.0.1",
52-
"env-ci": "3.1.0",
53-
"form-data": "^2.3.2",
54-
"glob": "7.1.3",
55-
"got": "^9.2.2",
56-
"progress": "2.0.0"
50+
"env-ci": "4.1.1",
51+
"form-data": "2.5.1",
52+
"glob": "7.1.4",
53+
"got": "9.6.0",
54+
"progress": "2.0.3"
5755
},
5856
"devDependencies": {
59-
"babel-cli": "^6.26.0",
60-
"babel-core": "^6.26.0",
61-
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
62-
"esdoc": "^1.0.4",
63-
"esdoc-brand-plugin": "^1.0.0",
64-
"esdoc-importpath-plugin": "^1.0.1",
65-
"esdoc-standard-plugin": "^1.0.0",
66-
"eslint": "^4.12.1",
67-
"husky": "^0.14.3",
68-
"jest": "^22.4.0",
69-
"lint-staged": "^6.0.0",
70-
"nock": "^9.1.4",
71-
"prettier": "^1.14.3",
72-
"standard-version": "^4.2.0",
73-
"validate-commit-msg": "^2.14.0"
57+
"babel-cli": "6.26.0",
58+
"babel-core": "6.26.3",
59+
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
60+
"esdoc": "1.1.0",
61+
"esdoc-brand-plugin": "1.0.1",
62+
"esdoc-importpath-plugin": "1.0.2",
63+
"esdoc-standard-plugin": "1.0.0",
64+
"eslint": "6.3.0",
65+
"husky": "3.0.5",
66+
"jest": "23.6.0",
67+
"lint-staged": "9.2.0",
68+
"nock": "10.0.6",
69+
"prettier": "1.18.2",
70+
"standard-version": "7.0.0",
71+
"validate-commit-msg": "2.14.0"
72+
},
73+
"husky": {
74+
"hooks": {
75+
"commit-msg": "validate-commit-msg",
76+
"pre-commit": "lint-staged"
77+
}
7478
}
7579
}

0 commit comments

Comments
 (0)