Skip to content

Commit 979145b

Browse files
committed
Upgrade some devDependencies
1 parent afdb67c commit 979145b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@
3535
"babel-cli": "^6.6.5",
3636
"babel-core": "^6.7.4",
3737
"babel-eslint": "^6.0.4",
38-
"babel-jest": "^12.0.0",
38+
"babel-jest": "^13.0.0",
3939
"babel-loader": "^6.2.4",
4040
"babel-preset-es2015": "^6.6.0",
4141
"babel-preset-react": "^6.5.0",
4242
"babel-preset-stage-0": "^6.5.0",
43-
"enzyme": "^2.2.0",
43+
"enzyme": "^2.4.0",
4444
"eslint": "^2.9.0",
4545
"eslint-config-airbnb": "^9.0.1",
4646
"eslint-plugin-import": "^1.7.0",
4747
"eslint-plugin-jsx-a11y": "^1.2.0",
4848
"eslint-plugin-react": "^5.0.1",
49-
"jest-cli": "^12.0.0",
49+
"jest-cli": "^13.0.0",
5050
"react": "^15.0.0",
5151
"react-addons-test-utils": "^15.0.0",
5252
"react-dom": "^15.0.0",
53-
"webpack": "^1.12.14"
53+
"webpack": "^1.13.1"
5454
},
5555
"jest": {
5656
"unmockedModulePathPatterns": [

0 commit comments

Comments
 (0)