From 09c4f106c1aa9b6925a97127b13cf0332f224488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:38:19 +0000 Subject: [PATCH] Bump react-native-reanimated in /enatega-multivendor-app Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) from 3.6.3 to 3.12.1. - [Release notes](https://github.com/software-mansion/react-native-reanimated/releases) - [Commits](https://github.com/software-mansion/react-native-reanimated/compare/3.6.3...3.12.1) --- updated-dependencies: - dependency-name: react-native-reanimated dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- enatega-multivendor-app/package-lock.json | 33 +++++++---------------- enatega-multivendor-app/package.json | 2 +- 2 files changed, 10 insertions(+), 25 deletions(-) diff --git a/enatega-multivendor-app/package-lock.json b/enatega-multivendor-app/package-lock.json index 48a8c98a..8e5bd15d 100644 --- a/enatega-multivendor-app/package-lock.json +++ b/enatega-multivendor-app/package-lock.json @@ -70,7 +70,7 @@ "react-native-modalize": "^2.0.13", "react-native-paper": "^5.8.0", "react-native-phone-number-input": "^2.1.0", - "react-native-reanimated": "~3.6.2", + "react-native-reanimated": "~3.12.1", "react-native-safe-area-context": "4.8.2", "react-native-screens": "~3.29.0", "react-native-star-rating": "^1.1.0", @@ -1626,20 +1626,6 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-object-assign": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.24.1.tgz", - "integrity": "sha512-I1kctor9iKtupb7jv7FyjApHCuKLBKCblVAeHVK9PB6FW7GI0ac6RtobC3MwwJy8CZ1JxuhQmnbrsqI5G8hAIg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-transform-object-rest-spread": { "version": "7.24.1", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.1.tgz", @@ -15157,22 +15143,21 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.6.3.tgz", - "integrity": "sha512-2KkkPozoIvDbJcHuf8qeyoLROXQxizSi+2CTCkuNVkVZOxxY4B0Omvgq61aOQhSZUh/649x1YHoAaTyGMGDJUw==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.12.1.tgz", + "integrity": "sha512-aXyV1ydKNA2u9fqRL8Z4fJ2RxNAusujNDdC4k0y9CawNEay5AGYgxhANqmjAabGRzHxsvfCXJC09lvbTRMHIFA==", "dependencies": { - "@babel/plugin-transform-object-assign": "^7.16.7", + "@babel/plugin-transform-arrow-functions": "^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/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": "*" } diff --git a/enatega-multivendor-app/package.json b/enatega-multivendor-app/package.json index 908962b9..7d724295 100644 --- a/enatega-multivendor-app/package.json +++ b/enatega-multivendor-app/package.json @@ -95,7 +95,7 @@ "react-native-modalize": "^2.0.13", "react-native-paper": "^5.8.0", "react-native-phone-number-input": "^2.1.0", - "react-native-reanimated": "~3.6.2", + "react-native-reanimated": "~3.12.1", "react-native-safe-area-context": "4.8.2", "react-native-screens": "~3.29.0", "react-native-star-rating": "^1.1.0",