Updated license checker to log errors; updated dependencies.

This commit is contained in:
gbuomprisco
2024-09-22 19:55:25 +02:00
parent e16ca0b856
commit fff0b40a65
13 changed files with 107 additions and 92 deletions

View File

@@ -30,7 +30,7 @@
"@supabase/supabase-js": "^2.45.4",
"@types/react": "^18.3.8",
"date-fns": "^4.1.0",
"lucide-react": "^0.441.0",
"lucide-react": "^0.445.0",
"next": "14.2.13",
"react": "18.3.1",
"react-hook-form": "^7.53.0",

View File

@@ -38,7 +38,7 @@
"@tanstack/react-query": "5.56.2",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"lucide-react": "^0.441.0",
"lucide-react": "^0.445.0",
"next": "14.2.13",
"next-themes": "0.3.0",
"react": "18.3.1",

View File

@@ -25,7 +25,7 @@
"@tanstack/react-query": "5.56.2",
"@tanstack/react-table": "^8.20.5",
"@types/react": "^18.3.8",
"lucide-react": "^0.441.0",
"lucide-react": "^0.445.0",
"next": "14.2.13",
"react": "18.3.1",
"react-dom": "18.3.1",

View File

@@ -31,7 +31,7 @@
"@supabase/supabase-js": "^2.45.4",
"@tanstack/react-query": "5.56.2",
"@types/react": "^18.3.8",
"lucide-react": "^0.441.0",
"lucide-react": "^0.445.0",
"next": "14.2.13",
"react-hook-form": "^7.53.0",
"react-i18next": "^15.0.2",

View File

@@ -23,7 +23,7 @@
"@supabase/supabase-js": "^2.45.4",
"@tanstack/react-query": "5.56.2",
"@types/react": "^18.3.8",
"lucide-react": "^0.441.0",
"lucide-react": "^0.445.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^15.0.2"

View File

@@ -39,7 +39,7 @@
"@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0",
"date-fns": "^4.1.0",
"lucide-react": "^0.441.0",
"lucide-react": "^0.445.0",
"next": "14.2.13",
"react": "18.3.1",
"react-dom": "18.3.1",

View File

@@ -31,7 +31,7 @@
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"input-otp": "1.2.4",
"lucide-react": "^0.441.0",
"lucide-react": "^0.445.0",
"react-top-loading-bar": "2.3.1",
"recharts": "^2.12.7",
"tailwind-merge": "^2.5.2"