Skip to content

Commit 298a138

Browse files
authored
chore: upgrade Jest deps to 26 (#302)
1 parent c8395ef commit 298a138

File tree

2 files changed

+616
-554
lines changed

2 files changed

+616
-554
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"@types/react": "^16.9.34",
2727
"@types/react-native": "^0.62.2",
2828
"@types/react-test-renderer": "^16.9.2",
29-
"babel-jest": "^25.1.0",
29+
"babel-jest": "^26.0.1",
3030
"conventional-changelog-cli": "^2.0.11",
3131
"dedent": "^0.7.0",
3232
"eslint": "^6.8.0",
3333
"flow-bin": "^0.116.0",
3434
"flow-copy-source": "^2.0.6",
35-
"jest": "^25.1.0",
35+
"jest": "^26.0.1",
3636
"metro-react-native-babel-preset": "^0.58.0",
3737
"react": "^16.13.0",
3838
"react-native": "^0.62.2",
@@ -42,7 +42,7 @@
4242
"typescript": "^3.8.3"
4343
},
4444
"dependencies": {
45-
"pretty-format": "^24.0.0"
45+
"pretty-format": "^26.0.1"
4646
},
4747
"peerDependencies": {
4848
"react": ">=16.0.0",

0 commit comments

Comments
 (0)