mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-03 03:11:47 +00:00
chore(example): bump react-native version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||
@@ -17,19 +17,19 @@
|
|||||||
"windows": "react-native run-windows --sln windows/VideoExample.sln"
|
"windows": "react-native run-windows --sln windows/VideoExample.sln"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@callstack/react-native-visionos": "^0.75.0",
|
"@callstack/react-native-visionos": "^0.76.0",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-native": "0.75.3",
|
"react-native": "^0.76.0",
|
||||||
"react-native-windows": "^0.75.0",
|
"react-native-windows": "^0.76.0",
|
||||||
"react-native-nitro-modules": ">=0.21.0"
|
"react-native-nitro-modules": ">=0.21.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.20.0",
|
"@babel/core": "^7.20.0",
|
||||||
"@babel/preset-env": "^7.20.0",
|
"@babel/preset-env": "^7.20.0",
|
||||||
"@babel/runtime": "^7.20.0",
|
"@babel/runtime": "^7.20.0",
|
||||||
"@react-native/babel-preset": "0.75.3",
|
"@react-native/babel-preset": "^0.76.0",
|
||||||
"@react-native/eslint-config": "0.75.3",
|
"@react-native/eslint-config": "0.75.3",
|
||||||
"@react-native/metro-config": "0.75.3",
|
"@react-native/metro-config": "^0.76.0",
|
||||||
"react-native-builder-bob": "^0.30.2",
|
"react-native-builder-bob": "^0.30.2",
|
||||||
"@react-native/typescript-config": "0.75.3",
|
"@react-native/typescript-config": "0.75.3",
|
||||||
"@rnx-kit/metro-config": "^2.0.0",
|
"@rnx-kit/metro-config": "^2.0.0",
|
||||||
@@ -37,9 +37,9 @@
|
|||||||
"@types/react-test-renderer": "^18.0.0",
|
"@types/react-test-renderer": "^18.0.0",
|
||||||
"babel-jest": "^29.6.3",
|
"babel-jest": "^29.6.3",
|
||||||
"eslint": "^8.19.0",
|
"eslint": "^8.19.0",
|
||||||
"jest": "^29.6.3",
|
"jest": "^29.2.1",
|
||||||
"prettier": "2.8.8",
|
"prettier": "2.8.8",
|
||||||
"react-native-test-app": "^3.10.22",
|
"react-native-test-app": "^3.10.18",
|
||||||
"react-test-renderer": "18.3.1",
|
"react-test-renderer": "18.3.1",
|
||||||
"typescript": "5.0.4"
|
"typescript": "5.0.4"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
+1
-2
@@ -78,11 +78,10 @@
|
|||||||
"eslint": "^8.51.0",
|
"eslint": "^8.51.0",
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.0.0",
|
||||||
"eslint-plugin-prettier": "^5.0.1",
|
"eslint-plugin-prettier": "^5.0.1",
|
||||||
"jest": "^29.7.0",
|
|
||||||
"nitro-codegen": ">=0.15.0",
|
"nitro-codegen": ">=0.15.0",
|
||||||
"prettier": "^3.0.3",
|
"prettier": "^3.0.3",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-native": "0.75.4",
|
"react-native": "^0.76.0",
|
||||||
"react-native-builder-bob": "^0.30.2",
|
"react-native-builder-bob": "^0.30.2",
|
||||||
"react-native-nitro-modules": ">=0.15.0",
|
"react-native-nitro-modules": ">=0.15.0",
|
||||||
"release-it": "^15.0.0",
|
"release-it": "^15.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user