Skip to content

Commit 41694bf

Browse files
committed
Update dependencies
1 parent 85401e6 commit 41694bf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
"node": ">=8.7.0"
2727
},
2828
"dependencies": {
29-
"lodash": "^4.17.4",
30-
"postcss": "^7.0.0"
29+
"lodash": "^4.17.11",
30+
"postcss": "^7.0.14"
3131
},
3232
"devDependencies": {
33-
"eslint": "~5.15.0",
33+
"eslint": "~5.16.0",
3434
"eslint-config-hudochenkov": "~3.0.0",
3535
"eslint-config-prettier": "~4.1.0",
36-
"husky": "^1.1.3",
37-
"jest": "^24.1.0",
38-
"jest-watch-typeahead": "^0.2.1",
39-
"lint-staged": "^8.0.4",
36+
"husky": "^1.3.1",
37+
"jest": "^24.7.1",
38+
"jest-watch-typeahead": "^0.3.0",
39+
"lint-staged": "^8.1.5",
4040
"postcss-html": "^0.36.0",
4141
"postcss-jsx": "^0.36.0",
4242
"postcss-syntax": "^0.36.2",
43-
"prettier": "~1.16.4"
43+
"prettier": "~1.17.0"
4444
},
4545
"scripts": {
4646
"test": "npm run lint && jest",

0 commit comments

Comments
 (0)