diff --git a/apps/web/package.json b/apps/web/package.json index 0348edc0f..86cf317ca 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -42,6 +42,7 @@ "edge-csrf": "^1.0.9", "i18next": "^23.10.1", "i18next-resources-to-backend": "^1.2.0", + "lucide-react": "^0.363.0", "next": "14.2.0-canary.56", "next-sitemap": "^4.2.3", "next-themes": "0.3.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 3e9e5b36a..1c2b011f3 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -38,7 +38,7 @@ "@tanstack/react-table": "^8.10.7", "class-variance-authority": "^0.7.0", "date-fns": "^3.2.0", - "lucide-react": "^0.363.0", + "lucide-react": "^0.364.0", "react-hook-form": "^7.51.2", "react-i18next": "^14.1.0", "sonner": "^1.4.41", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ab9370286..00a511e6f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -113,6 +113,9 @@ importers: i18next-resources-to-backend: specifier: ^1.2.0 version: 1.2.0 + lucide-react: + specifier: ^0.363.0 + version: 0.363.0(react@18.2.0) next: specifier: 14.2.0-canary.56 version: 14.2.0-canary.56(react-dom@18.2.0)(react@18.2.0) @@ -8954,7 +8957,6 @@ packages: react: ^16.5.1 || ^17.0.0 || ^18.0.0 dependencies: react: 18.2.0 - dev: true /magic-string@0.27.0: resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==}