diff --git a/app/package-lock.json b/app/package-lock.json index 2b0d6a4f..ebbfef90 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -57,7 +57,7 @@ "react-native-maps": "1.27.2", "react-native-qrcode-svg": "^6.3.21", "react-native-ratings": "^8.1.0", - "react-native-reanimated": "~3.16.1", + "react-native-reanimated": "~4.5.2", "react-native-reanimated-carousel": "^4.0.3", "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.25.2", @@ -1451,21 +1451,6 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.29.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.29.7.tgz", - "integrity": "sha512-NCSEJ4sLFU2gqAub45HYh4fus2yQ36rr6ei6vpU7NdoJqCpxvEG8E6eJpscGyXP3VHD2Ny+fSXr04k1hoUrFqA==", - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.29.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-transform-typescript": { "version": "7.29.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.29.7.tgz", @@ -21400,6 +21385,16 @@ "react-native": "*" } }, + "node_modules/react-native-is-edge-to-edge": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.3.1.tgz", + "integrity": "sha512-NIXU/iT5+ORyCc7p0z2nnlkouYKX425vuU1OEm6bMMtWWR9yvb+Xg5AZmImTKoF9abxCPqrKC3rOZsKzUYgYZA==", + "license": "MIT", + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, "node_modules/react-native-maps": { "version": "1.27.2", "resolved": "https://registry.npmjs.org/react-native-maps/-/react-native-maps-1.27.2.tgz", @@ -21452,27 +21447,18 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.16.7", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.16.7.tgz", - "integrity": "sha512-qoUUQOwE1pHlmQ9cXTJ2MX9FQ9eHllopCLiWOkDkp6CER95ZWeXhJCP4cSm6AD4jigL5jHcZf/SkWrg8ttZUsw==", - "license": "MIT", - "dependencies": { - "@babel/plugin-transform-arrow-functions": "^7.0.0-0", - "@babel/plugin-transform-class-properties": "^7.0.0-0", - "@babel/plugin-transform-classes": "^7.0.0-0", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.0.0-0", - "@babel/plugin-transform-optional-chaining": "^7.0.0-0", - "@babel/plugin-transform-shorthand-properties": "^7.0.0-0", - "@babel/plugin-transform-template-literals": "^7.0.0-0", - "@babel/plugin-transform-unicode-regex": "^7.0.0-0", - "@babel/preset-typescript": "^7.16.7", - "convert-source-map": "^2.0.0", - "invariant": "^2.2.4" + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-4.5.2.tgz", + "integrity": "sha512-2XF4a2VyKTy3bxugm9teClxwQ9X4pIkFmoKxIwMQqJdhoFQvjN7In/faKWtjQ8bxTYG+uIJyl6F7oxEwkngjKA==", + "license": "MIT", + "dependencies": { + "react-native-is-edge-to-edge": "^1.3.1", + "semver": "^7.7.3" }, "peerDependencies": { - "@babel/core": "^7.0.0-0", "react": "*", - "react-native": "*" + "react-native": "0.83 - 0.86", + "react-native-worklets": "0.10.x - 0.11.x" } }, "node_modules/react-native-reanimated-carousel": { @@ -21487,6 +21473,18 @@ "react-native-reanimated": ">=3.0.0" } }, + "node_modules/react-native-reanimated/node_modules/semver": { + "version": "7.8.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz", + "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/react-native-safe-area-context": { "version": "4.12.0", "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.12.0.tgz", diff --git a/app/package.json b/app/package.json index 2e641555..ca911c8c 100644 --- a/app/package.json +++ b/app/package.json @@ -87,7 +87,7 @@ "react-native-maps": "1.27.2", "react-native-qrcode-svg": "^6.3.21", "react-native-ratings": "^8.1.0", - "react-native-reanimated": "~3.16.1", + "react-native-reanimated": "~4.5.2", "react-native-reanimated-carousel": "^4.0.3", "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.25.2",