diff --git a/bun.lockb b/bun.lockb index f40ccda9..f9549d01 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/example/android/gradle/wrapper/gradle-wrapper.properties b/example/android/gradle/wrapper/gradle-wrapper.properties index a4413138..df97d72b 100644 --- a/example/android/gradle/wrapper/gradle-wrapper.properties +++ b/example/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/example/package.json b/example/package.json index e0cc2403..4a7cf449 100644 --- a/example/package.json +++ b/example/package.json @@ -17,19 +17,19 @@ "windows": "react-native run-windows --sln windows/VideoExample.sln" }, "dependencies": { - "@callstack/react-native-visionos": "^0.75.0", + "@callstack/react-native-visionos": "^0.76.0", "react": "18.3.1", - "react-native": "0.75.3", - "react-native-windows": "^0.75.0", + "react-native": "^0.76.0", + "react-native-windows": "^0.76.0", "react-native-nitro-modules": ">=0.21.0" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^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/metro-config": "0.75.3", + "@react-native/metro-config": "^0.76.0", "react-native-builder-bob": "^0.30.2", "@react-native/typescript-config": "0.75.3", "@rnx-kit/metro-config": "^2.0.0", @@ -37,9 +37,9 @@ "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.6.3", "eslint": "^8.19.0", - "jest": "^29.6.3", + "jest": "^29.2.1", "prettier": "2.8.8", - "react-native-test-app": "^3.10.22", + "react-native-test-app": "^3.10.18", "react-test-renderer": "18.3.1", "typescript": "5.0.4" }, diff --git a/nitrogen/generated/android/NitroVideoOnLoad.kt b/nitrogen/generated/android/NitroVideoOnLoad.kt deleted file mode 100644 index 8b137891..00000000 --- a/nitrogen/generated/android/NitroVideoOnLoad.kt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/package.json b/package.json index c66de0e6..38893246 100644 --- a/package.json +++ b/package.json @@ -78,11 +78,10 @@ "eslint": "^8.51.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", - "jest": "^29.7.0", "nitro-codegen": ">=0.15.0", "prettier": "^3.0.3", "react": "18.3.1", - "react-native": "0.75.4", + "react-native": "^0.76.0", "react-native-builder-bob": "^0.30.2", "react-native-nitro-modules": ">=0.15.0", "release-it": "^15.0.0",