diff --git a/package-lock.json b/package-lock.json index 1f83ad2..3b6e706 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "react-native-pager-view": "6.2.3", "react-native-picker-select": "^8.0.4", "react-native-popup-menu": "^0.16.1", - "react-native-reanimated": "~3.6.2", + "react-native-reanimated": "~3.15.0", "react-native-safe-area-context": "4.8.2", "react-native-screens": "~3.29.0", "react-native-size-matters": "^0.4.0", @@ -1387,19 +1387,6 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-object-assign": { - "version": "7.23.3", - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-transform-object-rest-spread": { "version": "7.24.0", "license": "MIT", @@ -17305,21 +17292,24 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.6.3", - "license": "MIT", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.15.0.tgz", + "integrity": "sha512-yGxOyYAAu/5CyjonM2SgsM5sviiiK8HiHL9jT1bKfRxMLnNX9cFP8/UXRkbMT7ZXIfOlCvNFR0AqnphpuXIPVA==", "dependencies": { - "@babel/plugin-transform-object-assign": "^7.16.7", + "@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" }, "peerDependencies": { "@babel/core": "^7.0.0-0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0-0", - "@babel/plugin-proposal-optional-chaining": "^7.0.0-0", - "@babel/plugin-transform-arrow-functions": "^7.0.0-0", - "@babel/plugin-transform-shorthand-properties": "^7.0.0-0", - "@babel/plugin-transform-template-literals": "^7.0.0-0", "react": "*", "react-native": "*" } @@ -20908,12 +20898,6 @@ "@babel/plugin-syntax-numeric-separator": "^7.10.4" } }, - "@babel/plugin-transform-object-assign": { - "version": "7.23.3", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, "@babel/plugin-transform-object-rest-spread": { "version": "7.24.0", "requires": { @@ -31049,9 +31033,18 @@ } }, "react-native-reanimated": { - "version": "3.6.3", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.15.0.tgz", + "integrity": "sha512-yGxOyYAAu/5CyjonM2SgsM5sviiiK8HiHL9jT1bKfRxMLnNX9cFP8/UXRkbMT7ZXIfOlCvNFR0AqnphpuXIPVA==", "requires": { - "@babel/plugin-transform-object-assign": "^7.16.7", + "@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 4949e5c..57a0318 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "react-native-pager-view": "6.2.3", "react-native-picker-select": "^8.0.4", "react-native-popup-menu": "^0.16.1", - "react-native-reanimated": "~3.6.2", + "react-native-reanimated": "~3.15.0", "react-native-safe-area-context": "4.8.2", "react-native-screens": "~3.29.0", "react-native-size-matters": "^0.4.0",