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

v9.0.0-beta.0

This commit is contained in:
sunnylqm
2023-07-01 12:11:28 +08:00
parent 546f287b6c
commit f1e9244a14

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-update",
"version": "9.0.0",
"version": "9.0.0-beta.0",
"description": "react-native hot update",
"main": "lib/index.js",
"scripts": {
@@ -55,14 +55,14 @@
]
},
"devDependencies": {
"firebase-tools": "^11.24.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.2.1",
"detox": "^20.5.0",
"firebase-tools": "^11.24.1",
"fs-extra": "^9.1.0",
"jest": "^29.2.1",
"pod-install": "^0.1.37",
"ts-jest": "^29.0.3",
"typescript": "^4.1.3",
"pod-install": "^0.1.37"
"typescript": "^4.1.3"
}
}