diff --git a/frontend/mobile/package-lock.json b/frontend/mobile/package-lock.json index a567990..bc3a083 100644 --- a/frontend/mobile/package-lock.json +++ b/frontend/mobile/package-lock.json @@ -19,9 +19,9 @@ "expo-status-bar": "~1.12.1", "nativewind": "^2.0.11", "react": "18.2.0", - "react-native": "^0.75.0", + "react-native": "0.75.0", "react-native-gesture-handler": "^2.17.1", - "react-native-reanimated": "^3.12.1", + "react-native-reanimated": "^3.15.1", "react-native-safe-area-context": "^4.10.5", "react-native-screens": "^3.32.0", "react-native-toast-message": "^2.2.0", @@ -12729,15 +12729,19 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.12.1.tgz", - "integrity": "sha512-aXyV1ydKNA2u9fqRL8Z4fJ2RxNAusujNDdC4k0y9CawNEay5AGYgxhANqmjAabGRzHxsvfCXJC09lvbTRMHIFA==", + "version": "3.15.1", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.15.1.tgz", + "integrity": "sha512-DbBeUUExtJ1x1nfE94I8qgDgWjq5ztM3IO/+XFO+agOkPeVpBs5cRnxHfJKrjqJ2MgwhJOUDmtHxo+tDsoeitg==", + "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" diff --git a/frontend/mobile/package.json b/frontend/mobile/package.json index 9c0a4a4..3d99923 100644 --- a/frontend/mobile/package.json +++ b/frontend/mobile/package.json @@ -23,7 +23,7 @@ "react": "18.2.0", "react-native": "0.75.0", "react-native-gesture-handler": "^2.17.1", - "react-native-reanimated": "^3.12.1", + "react-native-reanimated": "^3.15.1", "react-native-safe-area-context": "^4.10.5", "react-native-screens": "^3.32.0", "react-native-toast-message": "^2.2.0",