Updated dependencies

This commit is contained in:
gbuomprisco
2024-09-03 11:47:19 +02:00
parent 53302fba7e
commit 8a0648be4a
18 changed files with 220 additions and 182 deletions

View File

@@ -17,7 +17,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.5.1"
"@types/node": "^22.5.2"
},
"eslintConfig": {
"root": true,

View File

@@ -30,7 +30,7 @@
"@supabase/supabase-js": "^2.45.3",
"@types/react": "^18.3.5",
"date-fns": "^3.6.0",
"lucide-react": "^0.437.0",
"lucide-react": "^0.438.0",
"next": "14.2.7",
"react": "18.3.1",
"react-hook-form": "^7.53.0",

View File

@@ -16,7 +16,7 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.5.1"
"@types/node": "^22.5.2"
},
"eslintConfig": {
"root": true,

View File

@@ -25,7 +25,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@types/node": "^22.5.1",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"react": "18.3.1",
"zod": "^3.23.8"

View File

@@ -19,7 +19,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@types/node": "^22.5.1",
"@types/node": "^22.5.2",
"wp-types": "^4.66.1"
},
"eslintConfig": {

View File

@@ -13,7 +13,7 @@
".": "./src/index.ts"
},
"dependencies": {
"@react-email/components": "0.0.24"
"@react-email/components": "0.0.25"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",

View File

@@ -38,7 +38,7 @@
"@tanstack/react-query": "5.52.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"lucide-react": "^0.437.0",
"lucide-react": "^0.438.0",
"next": "14.2.7",
"next-themes": "0.3.0",
"react": "18.3.1",

View File

@@ -25,7 +25,7 @@
"@tanstack/react-query": "5.52.2",
"@tanstack/react-table": "^8.20.5",
"@types/react": "^18.3.5",
"lucide-react": "^0.437.0",
"lucide-react": "^0.438.0",
"next": "14.2.7",
"react": "18.3.1",
"react-dom": "18.3.1",

View File

@@ -31,7 +31,7 @@
"@supabase/supabase-js": "^2.45.3",
"@tanstack/react-query": "5.52.2",
"@types/react": "^18.3.5",
"lucide-react": "^0.437.0",
"lucide-react": "^0.438.0",
"next": "14.2.7",
"react-hook-form": "^7.53.0",
"react-i18next": "^15.0.1",

View File

@@ -23,7 +23,7 @@
"@supabase/supabase-js": "^2.45.3",
"@tanstack/react-query": "5.52.2",
"@types/react": "^18.3.5",
"lucide-react": "^0.437.0",
"lucide-react": "^0.438.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^15.0.1"

View File

@@ -39,7 +39,7 @@
"@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.437.0",
"lucide-react": "^0.438.0",
"next": "14.2.7",
"react": "18.3.1",
"react-dom": "18.3.1",

View File

@@ -23,7 +23,7 @@
"@types/react": "^18.3.5"
},
"dependencies": {
"pino": "^9.3.2"
"pino": "^9.4.0"
},
"eslintConfig": {
"root": true,

View File

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