Skip to content

Commit 8f5d7bb

Browse files
committed
build: update depDev
1 parent 4c5d857 commit 8f5d7bb

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

package.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,34 +34,35 @@
3434
"dot file"
3535
],
3636
"dependencies": {
37-
"flatry": "^1.0.7",
37+
"flatry": "^1.0.8",
3838
"js-yaml": "^3.10.0"
3939
},
4040
"devDependencies": {
41-
"@commitlint/cli": "^4.2.2",
42-
"@commitlint/config-angular": "^4.2.1",
41+
"@commitlint/cli": "^6.1.0",
42+
"@commitlint/config-angular": "^6.1.0",
4343
"babel-cli": "^6.24.1",
4444
"babel-core": "^6.26.0",
45-
"babel-eslint": "^8.0.2",
45+
"babel-eslint": "^8.2.2",
46+
"babel-jest": "^22.4.0",
4647
"babel-plugin-add-module-exports": "^0.2.0",
4748
"babel-plugin-array-includes": "^2.0.3",
4849
"babel-preset-env": "^1.4.0",
49-
"babel-preset-minify": "^0.2.0",
50+
"babel-preset-minify": "^0.3.0",
5051
"babel-register": "^6.24.1",
5152
"clinton": "^0.13.0",
5253
"codecov": "^3.0.0",
53-
"conventional-changelog-cli": "^1.3.3",
54-
"eslint": "^4.6.1",
55-
"eslint-config-xo": "^0.19.0",
54+
"conventional-changelog-cli": "^1.3.14",
55+
"eslint": "^4.18.0",
56+
"eslint-config-xo": "^0.20.1",
5657
"eslint-formatter-pretty": "^1.3.0",
5758
"eslint-plugin-babel": "^4.0.1",
58-
"eslint-plugin-html": "^3.2.1",
59-
"eslint-plugin-jest": "^21.3.2",
59+
"eslint-plugin-html": "^4.0.2",
60+
"eslint-plugin-jest": "^21.12.2",
6061
"eslint-plugin-markdown": "^1.0.0-beta.7",
6162
"husky": "^0.14.3",
6263
"is-promise": "^2.1.0",
63-
"jest": "^21.2.1",
64-
"lint-staged": "^5.0.0",
64+
"jest": "^22.4.0",
65+
"lint-staged": "^6.1.1",
6566
"rimraf": "^2.6.1"
6667
},
6768
"lint-staged": {
@@ -123,6 +124,9 @@
123124
}
124125
},
125126
"jest": {
127+
"transform": {
128+
"^.+\\.js$": "babel-jest"
129+
},
126130
"coverageDirectory": "./coverage/",
127131
"collectCoverage": true
128132
}

0 commit comments

Comments
 (0)