From 37327a31609db2fac5ce48a720cf5702ad3069e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 22:29:12 +0000 Subject: [PATCH] chore(deps-dev): bump @react-native/typescript-config Bumps [@react-native/typescript-config](https://github.com/facebook/react-native/tree/HEAD/packages/typescript-config) from 0.82.1 to 0.84.1. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/v0.84.1/packages/typescript-config) --- updated-dependencies: - dependency-name: "@react-native/typescript-config" dependency-version: 0.84.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 ++++-- packages/react-native-autocomplete-input/package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index dbf9141..a9d0cd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3660,7 +3660,9 @@ "license": "MIT" }, "node_modules/@react-native/typescript-config": { - "version": "0.82.1", + "version": "0.84.1", + "resolved": "https://registry.npmjs.org/@react-native/typescript-config/-/typescript-config-0.84.1.tgz", + "integrity": "sha512-ar7Gn6ma3b+Ricdxn2sTZL2DT1NMlrfsWmOkFZegpfQJzheqX/8gzIB1aIbfZyvhEDsoz07RG7wmsyQAWqXjsw==", "dev": true, "license": "MIT" }, @@ -11816,7 +11818,7 @@ "version": "5.5.5", "license": "MIT", "devDependencies": { - "@react-native/typescript-config": "^0.82.1", + "@react-native/typescript-config": "^0.84.1", "@testing-library/react-native": "13.3.3", "@types/jest": "^30.0.0", "@types/react": "~19.2.7", diff --git a/packages/react-native-autocomplete-input/package.json b/packages/react-native-autocomplete-input/package.json index a5ea6e2..e891337 100644 --- a/packages/react-native-autocomplete-input/package.json +++ b/packages/react-native-autocomplete-input/package.json @@ -35,7 +35,7 @@ "react-native": "*" }, "devDependencies": { - "@react-native/typescript-config": "^0.82.1", + "@react-native/typescript-config": "^0.84.1", "@testing-library/react-native": "13.3.3", "react-test-renderer": "19.2.0", "@types/jest": "^30.0.0",