diff --git a/docs/guide/packages/lucide-react-native.md b/docs/guide/packages/lucide-react-native.md index 906dbf63e79..112e33230ea 100644 --- a/docs/guide/packages/lucide-react-native.md +++ b/docs/guide/packages/lucide-react-native.md @@ -4,7 +4,7 @@ Implementation of the lucide icon library for React Native applications ## Installation -First, ensure that you have `react-native-svg` (version between 12 and 14) installed. Then, install the package: +First, ensure that you have `react-native-svg` (version between 12 and 15) installed. Then, install the package: ::: code-group diff --git a/packages/lucide-react-native/README.md b/packages/lucide-react-native/README.md index e6035b5945f..561b845447a 100644 --- a/packages/lucide-react-native/README.md +++ b/packages/lucide-react-native/README.md @@ -6,7 +6,7 @@ Implementation of the lucide icon library for React Native applications. ## Installation -First, ensure that you have `react-native-svg` (version between 12 and 14) installed. Then, install the package: +First, ensure that you have `react-native-svg` (version between 12 and 15) installed. Then, install the package: ```sh yarn add lucide-react-native diff --git a/packages/lucide-react-native/package.json b/packages/lucide-react-native/package.json index 17c5a3b054c..4329a6c9491 100644 --- a/packages/lucide-react-native/package.json +++ b/packages/lucide-react-native/package.json @@ -54,7 +54,7 @@ "react": "^18.0.0", "react-dom": "^18.0.0", "react-native": "^0.73.1", - "react-native-svg": "^14.1.0", + "react-native-svg": "^15.0.0", "rollup": "^4.9.2", "rollup-plugin-dts": "^6.1.0", "typescript": "^4.8.4", @@ -64,6 +64,6 @@ "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0", "react-native": "*", - "react-native-svg": "^12.0.0 || ^13.0.0 || ^14.0.0" + "react-native-svg": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7644f246fb1..b4939c8ea05 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -476,8 +476,8 @@ importers: specifier: ^0.73.1 version: 0.73.1(@babel/core@7.23.7)(@babel/preset-env@7.22.9)(react@18.2.0) react-native-svg: - specifier: ^14.1.0 - version: 14.1.0(react-native@0.73.1)(react@18.2.0) + specifier: ^15.0.0 + version: 15.0.0(react-native@0.73.1)(react@18.2.0) rollup: specifier: ^4.9.2 version: 4.9.2 @@ -18488,8 +18488,8 @@ packages: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} dev: true - /react-native-svg@14.1.0(react-native@0.73.1)(react@18.2.0): - resolution: {integrity: sha512-HeseElmEk+AXGwFZl3h56s0LtYD9HyGdrpg8yd9QM26X+d7kjETrRQ9vCjtxuT5dCZEIQ5uggU1dQhzasnsCWA==} + /react-native-svg@15.0.0(react-native@0.73.1)(react@18.2.0): + resolution: {integrity: sha512-ZUEXlzdU3cHjhOuc4BP7fbvabmz8yIuH4ocKSEr5V3P5skk2wnbEyZd3p7dzV9IoODgguCe7tcrNRGwr9pLRig==} peerDependencies: react: '*' react-native: '*'