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: new version

This commit is contained in:
sunnylqm
2024-01-21 22:23:51 +08:00
parent 36533d43c4
commit 1afc896306
5 changed files with 4302 additions and 3135 deletions

View File

@@ -2,7 +2,7 @@
"name": "react-native-update",
"version": "9.1.6",
"description": "react-native hot update",
"main": "lib/index.ts",
"main": "src/index.ts",
"scripts": {
"prepublish": "yarn submodule",
"submodule": "git submodule update --init --recursive",
@@ -39,6 +39,7 @@
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.57.0"
},
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme",
@@ -59,8 +60,8 @@
"@types/react": "^18.2.46",
"eslint": "^8.56.0",
"prettier": "^2",
"react": "18.2.0",
"react-native": "0.73",
"react": "18.0.0",
"react-native": "0.69.8",
"typescript": "^5.3.3",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.2.1",