diff --git a/example/package-lock.json b/example/package-lock.json index 88b61f9..215620e 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -23,7 +23,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.5", "@types/jest": "^29.5.13", "@types/react": "^19.0.0", "@types/react-test-renderer": "^19.0.0", @@ -39,7 +39,7 @@ }, "..": { "name": "@rose-hulman/react-native-dropdown-selector", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "devDependencies": { "@types/react": "^18.2.9", @@ -3787,9 +3787,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.5", + "resolved": "https://registry.npmjs.org/@tsconfig/react-native/-/react-native-3.0.5.tgz", + "integrity": "sha512-0+pmYzHccvwWpFz2Tv5AJxp6UroLALmAy+SX34tKlwaCie1mNbtCv6uOJp7x8pKchgNA9/n6BGrx7uLQvw8p9A==", "dev": true, "license": "MIT" }, diff --git a/example/package.json b/example/package.json index 919e9be..01979ba 100644 --- a/example/package.json +++ b/example/package.json @@ -26,7 +26,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.5", "@types/jest": "^29.5.13", "@types/react": "^19.0.0", "@types/react-test-renderer": "^19.0.0",