diff --git a/example/package-lock.json b/example/package-lock.json index 88b61f9..2ad34bc 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.6", "@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,11 +3787,10 @@ } }, "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==", - "dev": true, - "license": "MIT" + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@tsconfig/react-native/-/react-native-3.0.6.tgz", + "integrity": "sha512-cWG+s5ZJfEBhaJbCs8QqeWhGbYHhUoq93+wOAdGzh1k/m7FkEmJkUTVsCVJ+rhLpwTNIVrLaHL/IUfBne5D6mw==", + "dev": true }, "node_modules/@types/babel__core": { "version": "7.20.5", diff --git a/example/package.json b/example/package.json index 919e9be..74be8a9 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.6", "@types/jest": "^29.5.13", "@types/react": "^19.0.0", "@types/react-test-renderer": "^19.0.0",