diff --git a/package-lock.json b/package-lock.json index 775da2a..bca0bab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-native-gesture-handler": "~2.16.1", "react-native-modal": "^13.0.1", "react-native-paper": "^5.12.3", - "react-native-reanimated": "~3.10.1", + "react-native-reanimated": "^3.15.0", "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1", "react-native-swipe-gestures": "^1.0.5", @@ -1033,7 +1033,6 @@ "version": "7.23.3", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz", "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==", - "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5" @@ -12983,15 +12982,19 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.10.1.tgz", - "integrity": "sha512-sfxg6vYphrDc/g4jf/7iJ7NRi+26z2+BszPmvmk0Vnrz6FL7HYljJqTf531F1x6tFmsf+FEAmuCtTUIXFLVo9w==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.15.0.tgz", + "integrity": "sha512-yGxOyYAAu/5CyjonM2SgsM5sviiiK8HiHL9jT1bKfRxMLnNX9cFP8/UXRkbMT7ZXIfOlCvNFR0AqnphpuXIPVA==", + "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 3364456..6368ded 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-native-gesture-handler": "~2.16.1", "react-native-modal": "^13.0.1", "react-native-paper": "^5.12.3", - "react-native-reanimated": "~3.10.1", + "react-native-reanimated": "~3.15.0", "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1", "react-native-swipe-gestures": "^1.0.5",