diff --git a/package-lock.json b/package-lock.json index d7c2aa8..76f8806 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4235,9 +4235,9 @@ "license": "MIT" }, "node_modules/@react-native/typescript-config": { - "version": "0.82.1", - "resolved": "https://registry.npmjs.org/@react-native/typescript-config/-/typescript-config-0.82.1.tgz", - "integrity": "sha512-kCTjmBg44p0kqU4xEMg7l6SNJyHWTHuTqiT9MpHasEYcnVpBWyEQsSQAiVKONHwcUWcAktrGVLE1dYGfBmPJ3Q==", + "version": "0.84.0", + "resolved": "https://registry.npmjs.org/@react-native/typescript-config/-/typescript-config-0.84.0.tgz", + "integrity": "sha512-AYDoPdwuOx4rz6jRo+Qko0Y1L3TygoiNZwgqEgF0v+2oR6byDth7Rj+BZWIbIFM3OT23ecBEQG0VKsJkihNlBA==", "dev": true, "license": "MIT" }, @@ -15595,7 +15595,7 @@ "version": "5.5.5", "license": "MIT", "devDependencies": { - "@react-native/typescript-config": "^0.82.1", + "@react-native/typescript-config": "^0.84.0", "@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 de96fcf..edd22bc 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.0", "@testing-library/react-native": "13.3.3", "react-test-renderer": "19.1.0", "@types/jest": "^30.0.0",