1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-31 21:33:12 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

feat: improve backup endpoints

This commit is contained in:
sunnylqm
2023-10-28 14:36:04 +08:00
parent 189e3ec78e
commit 7d128900cd
5 changed files with 68 additions and 105 deletions

View File

@@ -39,7 +39,7 @@
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
},
"peerDependencies": {
"react-native": ">=0.27.0"
"react-native": ">=0.57.0"
},
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme",
"dependencies": {
@@ -63,6 +63,6 @@
"jest": "^29.2.1",
"pod-install": "^0.1.37",
"ts-jest": "^29.0.3",
"typescript": "^4.1.3"
"typescript": "^5.2.2"
}
}