TP-61032 | Codepush Range error crash fix (#10428)

This commit is contained in:
Kshitij Pramod Ghongadi
2024-04-12 17:41:45 +05:30
committed by GitHub
parent b43c40c733
commit 3cce2cd723
2 changed files with 26 additions and 6 deletions

View File

@@ -35,7 +35,8 @@
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2"
"redux-thunk": "^2.4.2",
"whatwg-fetch": "3.6.2"
},
"devDependencies": {
"@types/jest": "^29.5.3",