Skip to content

Commit 195af79

Browse files
committed
chore: upgrade to jest 27
1 parent cb66124 commit 195af79

File tree

2 files changed

+831
-544
lines changed

2 files changed

+831
-544
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"@babel/preset-typescript": "^7.3.3",
3030
"@react-native-community/eslint-config": "^3.2.0",
3131
"@types/glob": "^7.1.1",
32-
"@types/jest": "^26.0.15",
32+
"@types/jest": "^27.5.2",
3333
"@types/node": "^18.0.0",
34-
"babel-jest": "^26.6.2",
34+
"babel-jest": "^27.5.1",
3535
"babel-plugin-module-resolver": "^3.2.0",
3636
"chalk": "^4.1.2",
3737
"chokidar": "^3.3.1",
@@ -43,8 +43,8 @@
4343
"execa": "^5.0.0",
4444
"fast-glob": "^3.3.2",
4545
"husky": "^8.0.2",
46-
"jest": "^26.6.2",
47-
"jest-circus": "^26.6.2",
46+
"jest": "^27.5.1",
47+
"jest-circus": "^27.5.1",
4848
"jest-snapshot-serializer-raw": "^1.1.0",
4949
"lerna": "^7.1.3",
5050
"lint-staged": "^13.1.0",

0 commit comments

Comments
 (0)