Skip to content

Commit 18ebd93

Browse files
committedJul 28, 2018
chore: update dev deps
1 parent bbd342b commit 18ebd93

File tree

3 files changed

+4224
-4355
lines changed

3 files changed

+4224
-4355
lines changed
 

‎package-lock.json

+4,212-4,347
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@
5555
"which": "^1.2.9"
5656
},
5757
"devDependencies": {
58-
"@commitlint/cli": "^6.0.0",
59-
"@commitlint/config-conventional": "^6.0.2",
60-
"babel-core": "^6.26.0",
61-
"babel-jest": "^22.1.0",
62-
"babel-preset-moxy": "^2.2.1",
58+
"@commitlint/cli": "^7.0.0",
59+
"@commitlint/config-conventional": "^7.0.1",
60+
"babel-core": "^6.26.3",
61+
"babel-jest": "^21.0.0",
62+
"babel-preset-moxy": "^2.3.3",
6363
"eslint": "^4.3.0",
6464
"eslint-config-moxy": "^5.0.0",
6565
"husky": "^0.14.3",
66-
"jest": "^22.0.0",
66+
"jest": "^21.0.0",
6767
"lint-staged": "^7.0.0",
6868
"mkdirp": "^0.5.1",
69-
"regenerator-runtime": "^0.11.1",
69+
"regenerator-runtime": "^0.12.0",
7070
"rimraf": "^2.6.2",
7171
"standard-version": "^4.2.0"
7272
},

‎test/.babelrc

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"presets": [["moxy", { "targets": { "node": "4" }}]]
2+
"presets": [
3+
["moxy", {
4+
"targets": { "node": "4" },
5+
"lodash": false }
6+
]]
37
}

0 commit comments

Comments
 (0)
Please sign in to comment.