We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85401e6 commit 41694bfCopy full SHA for 41694bf
1 file changed
package.json
@@ -26,21 +26,21 @@
26
"node": ">=8.7.0"
27
},
28
"dependencies": {
29
- "lodash": "^4.17.4",
30
- "postcss": "^7.0.0"
+ "lodash": "^4.17.11",
+ "postcss": "^7.0.14"
31
32
"devDependencies": {
33
- "eslint": "~5.15.0",
+ "eslint": "~5.16.0",
34
"eslint-config-hudochenkov": "~3.0.0",
35
"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",
+ "husky": "^1.3.1",
+ "jest": "^24.7.1",
+ "jest-watch-typeahead": "^0.3.0",
+ "lint-staged": "^8.1.5",
40
"postcss-html": "^0.36.0",
41
"postcss-jsx": "^0.36.0",
42
"postcss-syntax": "^0.36.2",
43
- "prettier": "~1.16.4"
+ "prettier": "~1.17.0"
44
45
"scripts": {
46
"test": "npm run lint && jest",
0 commit comments