Skip to content

Commit 6fdaf5a

Browse files
committedSep 3, 2019
chore: update deps
1 parent 16feb53 commit 6fdaf5a

File tree

3 files changed

+5152
-4011
lines changed

3 files changed

+5152
-4011
lines changed
 

‎package-lock.json

+5,132-3,993
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+19-16
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@
2727
"lint": "eslint .",
2828
"test": "jest --env node --coverage",
2929
"prerelease": "npm t && npm run lint",
30-
"release": "standard-version",
31-
"precommit": "lint-staged",
32-
"commitmsg": "commitlint -e $GIT_PARAMS"
30+
"release": "standard-version"
31+
},
32+
"husky": {
33+
"hooks": {
34+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
35+
"pre-commit": "lint-staged"
36+
}
3337
},
3438
"standard-version": {
3539
"scripts": {
@@ -48,25 +52,24 @@
4852
]
4953
},
5054
"dependencies": {
51-
"path-key": "^2.0.1",
55+
"path-key": "^3.1.0",
5256
"shebang-command": "^1.2.0",
5357
"which": "^1.2.9"
5458
},
5559
"devDependencies": {
56-
"@commitlint/cli": "^7.0.0",
57-
"@commitlint/config-conventional": "^7.0.1",
60+
"@commitlint/cli": "^8.1.0",
61+
"@commitlint/config-conventional": "^8.1.0",
5862
"babel-core": "^6.26.3",
59-
"babel-jest": "^21.0.0",
60-
"babel-preset-moxy": "^2.3.5",
61-
"eslint": "^4.3.0",
62-
"eslint-config-moxy": "^5.0.0",
63-
"husky": "^0.14.3",
64-
"jest": "^21.0.0",
65-
"lint-staged": "^7.0.0",
63+
"babel-jest": "^24.9.0",
64+
"babel-preset-moxy": "^3.1.0",
65+
"eslint": "^5.16.0",
66+
"eslint-config-moxy": "^7.1.0",
67+
"husky": "^3.0.5",
68+
"jest": "^24.9.0",
69+
"lint-staged": "^9.2.5",
6670
"mkdirp": "^0.5.1",
67-
"regenerator-runtime": "^0.12.0",
68-
"rimraf": "^2.6.2",
69-
"standard-version": "^4.2.0"
71+
"rimraf": "^3.0.0",
72+
"standard-version": "^7.0.0"
7073
},
7174
"engines": {
7275
"node": ">= 8"

‎test/.babelrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"presets": [
3-
["moxy", {
4-
"targets": { "node": "4" },
3+
["babel-preset-moxy/lib", {
54
"lodash": false }
65
]]
76
}

0 commit comments

Comments
 (0)
Please sign in to comment.