Skip to content

Commit 2411980

Browse files
committedJun 14, 2017
Upgrade dependencies
1 parent 1100b7e commit 2411980

File tree

2 files changed

+221
-291
lines changed

2 files changed

+221
-291
lines changed
 

‎package.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,18 @@
1414
},
1515
"lint-staged": {
1616
"*.js": [
17-
"eslint",
1817
"prettier --write",
18+
"eslint",
1919
"git add"
2020
]
2121
},
2222
"eslintConfig": {
2323
"parserOptions": {
24-
"ecmaVersion": 6,
2524
"sourceType": "module"
2625
},
26+
"env": {
27+
"es6": true
28+
},
2729
"extends": "eslint:recommended"
2830
},
2931
"babel": {
@@ -55,16 +57,16 @@
5557
},
5658
"homepage": "https://github.com/css-modules/icss-utils#readme",
5759
"dependencies": {
58-
"postcss": "^6.0.1"
60+
"postcss": "^6.0.2"
5961
},
6062
"devDependencies": {
6163
"babel-cli": "^6.24.1",
6264
"babel-jest": "^20.0.3",
63-
"babel-preset-env": "^1.5.1",
64-
"eslint": "^3.19.0",
65-
"husky": "^0.13.3",
66-
"jest": "^20.0.3",
67-
"lint-staged": "^3.4.2",
68-
"prettier": "^1.3.1"
65+
"babel-preset-env": "^1.5.2",
66+
"eslint": "^4.0.0",
67+
"husky": "^0.13.4",
68+
"jest": "^20.0.4",
69+
"lint-staged": "^3.6.1",
70+
"prettier": "^1.4.4"
6971
}
7072
}

0 commit comments

Comments
 (0)
Please sign in to comment.