File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3333 "@types/react-test-renderer" : " ^18.0.0" ,
3434 "@typescript-eslint/eslint-plugin" : " ^5.35.1" ,
3535 "@typescript-eslint/parser" : " ^5.35.1" ,
36- "babel-jest" : " ^29.0.0 " ,
36+ "babel-jest" : " ^29.0.1 " ,
3737 "cpx" : " ^1.5.0" ,
3838 "esbuild" : " ^0.15.5" ,
3939 "eslint" : " ^8.22.0" ,
4040 "eslint-plugin-flowtype" : " ^8.0.3" ,
41- "jest" : " ^28.1.3 " ,
41+ "jest" : " ^29.0.1 " ,
4242 "metro-react-native-babel-preset" : " ^0.72.1" ,
4343 "npm-run-all" : " ^4.1.5" ,
4444 "prettier" : " ^2.7.1" ,
4545 "react" : " ^18.2.0" ,
4646 "react-native" : " ^0.69.5" ,
4747 "react-test-renderer" : " ^18.2.0" ,
48- "typescript" : " ^4.7.4 "
48+ "typescript" : " ^4.8.2 "
4949 },
5050 "files" : [
5151 " dist"
9090 "testPathIgnorePatterns" : [
9191 " /app/"
9292 ],
93- "transformIgnorePatterns" : [],
93+ "transformIgnorePatterns" : [
94+ " node_modules/(?!react-native|@react-native)"
95+ ],
9496 "moduleNameMapper" : {
9597 "react-dom" : " react-native" ,
9698 "<%= name %>" : " <rootDir>"
You can’t perform that action at this time.
0 commit comments