From 19b2fabfe131f1d85bca70f6f82662419aae283a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:30:53 +0000 Subject: [PATCH] Bump @tsconfig/react-native from 2.0.3 to 3.0.7 in /example Bumps [@tsconfig/react-native](https://github.com/tsconfig/bases/tree/HEAD/bases) from 2.0.3 to 3.0.7. - [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases) --- updated-dependencies: - dependency-name: "@tsconfig/react-native" dependency-version: 3.0.7 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/package-lock.json | 29 ++++++++++++++++------------- example/package.json | 2 +- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 8de6ae9..fca14a8 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -24,7 +24,7 @@ "@react-native/eslint-config": "0.79.3", "@react-native/metro-config": "0.79.3", "@react-native/typescript-config": "0.79.3", - "@tsconfig/react-native": "^2.0.3", + "@tsconfig/react-native": "^3.0.7", "@types/jest": "^29.5.13", "@types/react": "^19.0.0", "@types/react-test-renderer": "^19.0.0", @@ -40,8 +40,11 @@ }, "..": { "name": "@rose-hulman/react-native-dropdown-selector", - "version": "0.1.0", + "version": "0.2.1", "license": "MIT", + "dependencies": { + "react-native-svg": "15.12.0" + }, "devDependencies": { "@types/react": "^18.2.9", "@typescript-eslint/eslint-plugin": "^8.24.0", @@ -56,8 +59,8 @@ "typescript": "^5.7.3" }, "peerDependencies": { - "react": "^18.2.0", - "react-native": "^0.71.19" + "react": ">=18.2.0", + "react-native": ">=0.71.19" } }, "node_modules/@ampproject/remapping": { @@ -3788,9 +3791,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.7", + "resolved": "https://registry.npmjs.org/@tsconfig/react-native/-/react-native-3.0.7.tgz", + "integrity": "sha512-AFzMtjFKW6gPtzBcmH3k6ntFsdp/Ew0vYZnUJIf8JMlY/0S/oDFVEDP5X0g5yjEUvP7dBSnpltfsXeg6xZ8wPQ==", "dev": true, "license": "MIT" }, @@ -4679,12 +4682,6 @@ "readable-stream": "^3.4.0" } }, - "node_modules/boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", - "license": "ISC" - }, "node_modules/body-parser": { "version": "1.20.3", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", @@ -4727,6 +4724,12 @@ "devOptional": true, "license": "MIT" }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "license": "ISC" + }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", diff --git a/example/package.json b/example/package.json index f4a1d86..a442722 100644 --- a/example/package.json +++ b/example/package.json @@ -27,7 +27,7 @@ "@react-native/eslint-config": "0.79.3", "@react-native/metro-config": "0.79.3", "@react-native/typescript-config": "0.79.3", - "@tsconfig/react-native": "^2.0.3", + "@tsconfig/react-native": "^3.0.7", "@types/jest": "^29.5.13", "@types/react": "^19.0.0", "@types/react-test-renderer": "^19.0.0",