Skip to content

Commit 741f458

Browse files
authored
chore: update Jest to 23 (#42)
1 parent e8a7f04 commit 741f458

File tree

3 files changed

+759
-230
lines changed

3 files changed

+759
-230
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
3+
- 10
34
- 8
4-
- 6
55
before_install:
66
- yarn global add greenkeeper-lockfile@1
77
install: yarn --ignore-engines

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"jest": ">=16"
2020
},
2121
"dependencies": {
22-
"jest-diff": "^22.0.6",
23-
"jest-snapshot": "^22.0.6",
24-
"pretty-format": "^22.0.6",
22+
"jest-diff": "^23.0.1",
23+
"jest-snapshot": "^23.0.1",
24+
"pretty-format": "^23.0.1",
2525
"strip-ansi": "^4.0.0"
2626
},
2727
"devDependencies": {
@@ -32,8 +32,8 @@
3232
"eslint": "^4.16.0",
3333
"eslint-config-callstack-io": "^1.1.1",
3434
"flow-bin": "^0.73.0",
35-
"jest": "^22.0.6",
36-
"react": "^16.2.0",
37-
"react-test-renderer": "^16.2.0"
35+
"jest": "^23.0.1",
36+
"react": "^16.4.0",
37+
"react-test-renderer": "^16.4.0"
3838
}
3939
}

0 commit comments

Comments
 (0)