diff --git a/package-lock.json b/package-lock.json index 2cb538f..f929896 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "react-dom": "18.2.0", "react-native": "0.74.2", "react-native-gesture-handler": "~2.17.0", - "react-native-reanimated": "~3.12.0", + "react-native-reanimated": "~3.16.0", "react-native-safe-area-context": "4.10.5", "react-native-screens": "~3.32.0", "react-native-web": "~0.19.6" @@ -16287,15 +16287,18 @@ } }, "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.16.0", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.16.0.tgz", + "integrity": "sha512-DDyp5/sFeDTsb7lf/iYVwyRmbfzO/+vsUjGV4YHeI9RbelG9GpZRJoxyv5CN0PXsEjQiXk4XJ8rxYDopCg9bsg==", "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" @@ -30991,15 +30994,18 @@ } }, "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.16.0", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.16.0.tgz", + "integrity": "sha512-DDyp5/sFeDTsb7lf/iYVwyRmbfzO/+vsUjGV4YHeI9RbelG9GpZRJoxyv5CN0PXsEjQiXk4XJ8rxYDopCg9bsg==", "requires": { "@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/package.json b/package.json index 932c9cf..f1f13ec 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react-dom": "18.2.0", "react-native": "0.74.2", "react-native-gesture-handler": "~2.17.0", - "react-native-reanimated": "~3.12.0", + "react-native-reanimated": "~3.16.0", "react-native-safe-area-context": "4.10.5", "react-native-screens": "~3.32.0", "react-native-web": "~0.19.6"