Add lucide-react library to project
The lucide-react library has been added to the project in the `accounts` and `team-accounts` package.json files, and in the pnpm-lock.yaml. Changes were made to the next.config.mjs file to reflect this. Also, the name of the `AuthRedirectListener` function in use-auth-change-listener.ts file has been changed to `useAuthChangeListener`.
This commit is contained in:
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@@ -599,6 +599,9 @@ importers:
|
||||
'@types/react-dom':
|
||||
specifier: ^18.2.25
|
||||
version: 18.2.25
|
||||
lucide-react:
|
||||
specifier: ^0.373.0
|
||||
version: 0.373.0(react@18.2.0)
|
||||
next:
|
||||
specifier: 14.3.0-canary.7
|
||||
version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
|
||||
@@ -813,6 +816,9 @@ importers:
|
||||
date-fns:
|
||||
specifier: ^3.6.0
|
||||
version: 3.6.0
|
||||
lucide-react:
|
||||
specifier: ^0.373.0
|
||||
version: 0.373.0(react@18.2.0)
|
||||
next:
|
||||
specifier: 14.3.0-canary.7
|
||||
version: 14.3.0-canary.7(@babel/core@7.24.4)(@opentelemetry/api@1.8.0)(@playwright/test@1.43.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
|
||||
|
||||
Reference in New Issue
Block a user