Skip to content

Commit 140fb1c

Browse files
committed
Update jest
1 parent 14fc6ef commit 140fb1c

File tree

2 files changed

+351
-555
lines changed

2 files changed

+351
-555
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@
4343
"babel-cli": "^6.9.0",
4444
"babel-core": "^6.9.1",
4545
"babel-eslint": "^7.0.0",
46-
"babel-jest": "^16.0.0",
46+
"babel-jest": "^19.0.0",
4747
"babel-loader": "^6.2.4",
4848
"babel-plugin-transform-class-properties": "^6.11.5",
4949
"babel-plugin-transform-object-rest-spread": "^6.8.0",
5050
"babel-preset-env": "^1.3.3",
5151
"babel-preset-react": "^6.5.0",
52-
"cross-env": "^3.0.0",
52+
"cross-env": "^4.0.0",
5353
"enzyme": "^2.3.0",
5454
"eslint": "^3.5.0",
5555
"eslint-config-airbnb": "^12.0.0",
5656
"eslint-plugin-import": "^1.8.0",
5757
"eslint-plugin-jsx-a11y": "^2.2.2",
5858
"eslint-plugin-react": "^6.2.1",
59-
"jest-cli": "^16.0.0",
59+
"jest-cli": "^19.0.2",
6060
"react": "^15.0.0",
6161
"react-addons-test-utils": "^15.0.0",
6262
"react-dom": "^15.0.0",
@@ -68,10 +68,10 @@
6868
},
6969
"dependencies": {
7070
"classnames": "^2.2.0",
71-
"prop-types": "^15.5.8"
71+
"prop-types": "^15.5.0"
7272
},
7373
"jest": {
74-
"testPathDirs": [
74+
"roots": [
7575
"src"
7676
]
7777
}

0 commit comments

Comments
 (0)