Skip to content

Commit ed2b23f

Browse files
committed
Upgrade RN and Jest
1 parent 9a1855f commit ed2b23f

File tree

2 files changed

+784
-1121
lines changed

2 files changed

+784
-1121
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/react-dom": "^18.0",
4949
"react": "^18.0",
5050
"react-dom": "^18.0",
51-
"react-native": ">=0.69",
51+
"react-native": ">=0.71",
5252
"redux": "^5.0.0-beta.0"
5353
},
5454
"peerDependenciesMeta": {
@@ -80,6 +80,7 @@
8080
"@babel/core": "^7.12.3",
8181
"@babel/plugin-proposal-decorators": "^7.12.1",
8282
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
83+
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
8384
"@babel/plugin-transform-react-display-name": "^7.12.1",
8485
"@babel/plugin-transform-react-jsx": "^7.12.1",
8586
"@babel/plugin-transform-runtime": "^7.12.1",
@@ -101,7 +102,7 @@
101102
"@typescript-eslint/eslint-plugin": "^4.28.0",
102103
"@typescript-eslint/parser": "^4.28.0",
103104
"babel-eslint": "^10.1.0",
104-
"babel-jest": "^26.6.1",
105+
"babel-jest": "^29",
105106
"codecov": "^3.8.0",
106107
"cross-env": "^7.0.2",
107108
"eslint": "^7.12.0",
@@ -110,16 +111,17 @@
110111
"eslint-plugin-prettier": "^3.1.4",
111112
"eslint-plugin-react": "^7.21.5",
112113
"glob": "^7.1.6",
113-
"jest": "^26.6.1",
114+
"jest": "^29",
114115
"jest-environment-jsdom": "^29.5.0",
116+
"metro-react-native-babel-preset": "^0.76.6",
115117
"prettier": "^2.1.2",
116118
"react": "18.2.0",
117119
"react-dom": "18.2.0",
118120
"react-native": "^0.71.11",
119121
"react-test-renderer": "18.0.0",
120122
"redux": "^5.0.0-beta.0",
121123
"rimraf": "^3.0.2",
122-
"ts-jest": "26.5.6",
124+
"ts-jest": "^29",
123125
"tsup": "^7.0.0",
124126
"typescript": "^5.0"
125127
}

0 commit comments

Comments
 (0)