diff --git a/demo/package-lock.json b/demo/package-lock.json index 4966a57..eb4b011 100644 --- a/demo/package-lock.json +++ b/demo/package-lock.json @@ -28,7 +28,7 @@ "@react-native/babel-preset": "0.80.2", "@react-native/eslint-config": "0.81.1", "@react-native/metro-config": "0.79.3", - "@react-native/typescript-config": "0.79.3", + "@react-native/typescript-config": "0.82.1", "@types/react": "^19.2.7", "eslint": "^8.56.0", "prettier": "3.6.2", @@ -3407,9 +3407,9 @@ "license": "MIT" }, "node_modules/@react-native/typescript-config": { - "version": "0.79.3", - "resolved": "https://registry.npmjs.org/@react-native/typescript-config/-/typescript-config-0.79.3.tgz", - "integrity": "sha512-dqKAU8D3NkExthnpBOPZjZ/NGU5qqBaqZ12v9IlMqP9sVTWSuY1iswfzomp0AYeJBxo4ZpBNmrdlnQZYQSVWiw==", + "version": "0.82.1", + "resolved": "https://registry.npmjs.org/@react-native/typescript-config/-/typescript-config-0.82.1.tgz", + "integrity": "sha512-kCTjmBg44p0kqU4xEMg7l6SNJyHWTHuTqiT9MpHasEYcnVpBWyEQsSQAiVKONHwcUWcAktrGVLE1dYGfBmPJ3Q==", "dev": true, "license": "MIT" }, diff --git a/demo/package.json b/demo/package.json index ff12dc6..329d8b3 100644 --- a/demo/package.json +++ b/demo/package.json @@ -29,7 +29,7 @@ "@react-native/babel-preset": "0.80.2", "@react-native/eslint-config": "0.81.1", "@react-native/metro-config": "0.79.3", - "@react-native/typescript-config": "0.79.3", + "@react-native/typescript-config": "0.82.1", "@types/react": "^19.2.7", "eslint": "^8.56.0", "prettier": "3.6.2",