diff --git a/package-lock.json b/package-lock.json index 93382ad..648de0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "react-native": "0.74.5", "react-native-gesture-handler": "~2.16.1", "react-native-qrcode-svg": "^6.3.1", - "react-native-reanimated": "~3.10.1", + "react-native-reanimated": "^3.15.5", "react-native-safe-area-context": "4.11.0", "react-native-screens": "3.31.1", "react-native-svg": "15.2.0", @@ -18726,14 +18726,19 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.10.1", + "version": "3.15.5", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.15.5.tgz", + "integrity": "sha512-admqeZ0w235vQqYPy+IUgmHu5gwKi9+b7AQRV1yIK3MbAMLYx+RY+tTUtx1CNE5X+rNZ6eSQssW5z77yTwIusg==", "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/package.json b/package.json index 3007687..8ad9bd8 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "react-native": "0.74.5", "react-native-gesture-handler": "~2.16.1", "react-native-qrcode-svg": "^6.3.1", - "react-native-reanimated": "~3.10.1", + "react-native-reanimated": "~3.15.5", "react-native-safe-area-context": "4.11.0", "react-native-screens": "3.31.1", "react-native-svg": "15.2.0",