diff --git a/package-lock.json b/package-lock.json index 93382ad..90fdb55 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.16.2", "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.16.2", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.16.2.tgz", + "integrity": "sha512-Jk8y+iOLcK3J8YK3Qj/U+zclwfetgM1fFhlYaxFrJ5TPvuwdRG5YY1pvO91FcZ3C1+0meGHR6BZGl9d/Z0xh3Q==", "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..c86ed3e 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.16.2", "react-native-safe-area-context": "4.11.0", "react-native-screens": "3.31.1", "react-native-svg": "15.2.0",