diff --git a/app-expo/package-lock.json b/app-expo/package-lock.json index 6423126..1a4f57e 100644 --- a/app-expo/package-lock.json +++ b/app-expo/package-lock.json @@ -37,7 +37,7 @@ "react-native-modalbox": "^2.0.2", "react-native-paper": "^5.0.0-rc.4", "react-native-pressablebutton": "^1.0.0", - "react-native-reanimated": "~2.8.0", + "react-native-reanimated": "~2.10.0", "react-native-safe-area-context": "4.2.4", "react-native-screens": "~3.11.1", "react-native-spinkit": "^1.5.1", @@ -12076,9 +12076,9 @@ "integrity": "sha512-LOpdWLnT/fzHsaueXDqCewbqQHWuiJlxU+LREsUiAJMRuwt5avH743sphs7fv3r2OfcFFR3vse5pOcrx1g5ebA==" }, "node_modules/react-native-reanimated": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-2.8.0.tgz", - "integrity": "sha512-kJvf/UWLBMaGCs9X66MKq5zdFMgwx8D0nHnolbHR7s8ZnbLdb7TlQ/yuzIXqn/9wABfnwtNRI3CyaP1aHWMmZg==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-2.10.0.tgz", + "integrity": "sha512-jKm3xz5nX7ABtHzzuuLmawP0pFWP77lXNdIC6AWOceBs23OHUaJ29p4prxr/7Sb588GwTbkPsYkDqVFaE3ezNQ==", "dependencies": { "@babel/plugin-transform-object-assign": "^7.16.7", "@babel/preset-typescript": "^7.16.7", @@ -23640,9 +23640,9 @@ "integrity": "sha512-LOpdWLnT/fzHsaueXDqCewbqQHWuiJlxU+LREsUiAJMRuwt5avH743sphs7fv3r2OfcFFR3vse5pOcrx1g5ebA==" }, "react-native-reanimated": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-2.8.0.tgz", - "integrity": "sha512-kJvf/UWLBMaGCs9X66MKq5zdFMgwx8D0nHnolbHR7s8ZnbLdb7TlQ/yuzIXqn/9wABfnwtNRI3CyaP1aHWMmZg==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-2.10.0.tgz", + "integrity": "sha512-jKm3xz5nX7ABtHzzuuLmawP0pFWP77lXNdIC6AWOceBs23OHUaJ29p4prxr/7Sb588GwTbkPsYkDqVFaE3ezNQ==", "requires": { "@babel/plugin-transform-object-assign": "^7.16.7", "@babel/preset-typescript": "^7.16.7", diff --git a/app-expo/package.json b/app-expo/package.json index 28aa687..6e0d754 100644 --- a/app-expo/package.json +++ b/app-expo/package.json @@ -39,7 +39,7 @@ "react-native-modalbox": "^2.0.2", "react-native-paper": "^5.0.0-rc.4", "react-native-pressablebutton": "^1.0.0", - "react-native-reanimated": "~2.8.0", + "react-native-reanimated": "~2.10.0", "react-native-safe-area-context": "4.2.4", "react-native-screens": "~3.11.1", "react-native-spinkit": "^1.5.1",