From 7aff7d85c6fa988c3ec69deae7742d04b0d37ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 03:11:15 +0000 Subject: [PATCH] Bump @tsconfig/react-native from 2.0.3 to 3.0.2 Bumps [@tsconfig/react-native](https://github.com/tsconfig/bases/tree/HEAD/bases) from 2.0.3 to 3.0.2. - [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases) --- updated-dependencies: - dependency-name: "@tsconfig/react-native" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 62ab2a2..daf38c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@babel/core": "^7.23.6", "@babel/runtime": "^7.23.6", "@react-native-community/eslint-config": "^3.2.0", - "@tsconfig/react-native": "^2.0.3", + "@tsconfig/react-native": "^3.0.2", "@types/jest": "^26.0.23", "@types/react": "^18.2.22", "@types/react-native": "^0.70.14", @@ -5732,9 +5732,9 @@ } }, "node_modules/@tsconfig/react-native": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@tsconfig/react-native/-/react-native-2.0.3.tgz", - "integrity": "sha512-jE58snEKBd9DXfyR4+ssZmYJ/W2mOSnNrvljR0aLyQJL9JKX6vlWELHkRjb3HBbcM9Uy0hZGijXbqEAjOERW2A==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@tsconfig/react-native/-/react-native-3.0.2.tgz", + "integrity": "sha512-F7IoHEqf741lut4Z2K+IkWQRvXAhBiZMeY5L7BysG7Z2Z3MlIyFR+AagD8jQ/CqC1vowGnRwfLjeuwIpaeoJxA==", "dev": true }, "node_modules/@types/babel__core": { diff --git a/package.json b/package.json index a9acae6..1f2829e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@babel/core": "^7.23.6", "@babel/runtime": "^7.23.6", "@react-native-community/eslint-config": "^3.2.0", - "@tsconfig/react-native": "^2.0.3", + "@tsconfig/react-native": "^3.0.2", "@types/jest": "^26.0.23", "@types/react": "^18.2.22", "@types/react-native": "^0.70.14",