1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
c1c9a5f289 fix(deps): update flipper_version 2024-07-17 18:05:36 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ android.useAndroidX=true
android.enableJetifier=true
# Version of flipper SDK to use with React Native
FLIPPER_VERSION=0.125.0
FLIPPER_VERSION=0.259.0
# Use this property to specify which architecture you want to build.
# You can also override it from the CLI using

View File

@@ -17,7 +17,7 @@
},
"dependencies": {
"@uiw/react-native-alipay": "5.0.2",
"react": "18.3.1",
"react": "18.0.0",
"react-native": "0.69.3"
},
"devDependencies": {
@@ -29,7 +29,7 @@
"jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"metro-react-native-babel-preset": "^0.70.3",
"react-test-renderer": "18.3.1",
"react-test-renderer": "18.0.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0"
},

View File

@@ -47,7 +47,7 @@
"react-native": "*"
},
"devDependencies": {
"react": "18.3.1",
"react": "18.0.0",
"react-native": "0.69.3",
"pod-install": "^0.1.0",
"typedoc": "0.20.36",