We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebd026 commit cc7e069Copy full SHA for cc7e069
.npmrc
@@ -0,0 +1 @@
1
+package-lock=false
package.json
@@ -26,17 +26,17 @@
26
},
27
"dependencies": {
28
"lodash": "^4.17.4",
29
- "postcss": "^6.0.11"
+ "postcss": "^6.0.13"
30
31
"devDependencies": {
32
- "eslint": "~4.7.2",
+ "eslint": "~4.10.0",
33
"eslint-config-hudochenkov": "~2.0.0",
34
"eslint-config-prettier": "~2.6.0",
35
"eslint-plugin-prettier": "~2.3.1",
36
"husky": "^0.14.3",
37
- "jest": "^21.1.0",
38
- "lint-staged": "^4.1.3",
39
- "prettier": "~1.7.0"
+ "jest": "^21.2.1",
+ "lint-staged": "^4.3.0",
+ "prettier": "~1.7.4"
40
41
"scripts": {
42
"precommit": "lint-staged",
0 commit comments