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

feat: CI测试

This commit is contained in:
steven
2023-04-02 12:51:43 +08:00
parent 533696e34d
commit 3d5012fced
90 changed files with 5662 additions and 2008 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "testhotupdate",
"name": "testHotUpdate",
"version": "0.0.1",
"private": true,
"scripts": {
@@ -7,35 +7,27 @@
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"apk": "(cd android && ./gradlew aR)"
"test:e2e": "detox test --configuration android.emu.debug",
"lint": "eslint ."
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.71.1",
"patch-package": "^6.5.1",
"react": "18.0.0",
"react-native": "0.69.8",
"react-native-update": "link:../.."
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.0.0",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"@babel/core": "^7.21.0",
"@babel/runtime": "^7.21.0",
"@react-native-community/eslint-config": "^3.2.0",
"babel-jest": "^29.5.0",
"detox": "^20.5.0",
"eslint": "^8.19.0",
"fs-extra": "^11.1.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.7",
"prettier": "^2.4.1",
"eslint": "^8.36.0",
"jest": "^29.5.0",
"metro-react-native-babel-preset": "^0.76.0",
"prettier": "^2.8.4",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5",
"nyc": "^15.0.1",
"pod-install": "^0.1.37"
"ts-jest": "^29.0.5"
},
"jest": {
"preset": "react-native"