Skip to content

Commit

Permalink
Updated Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbuomprisco committed Dec 27, 2024
1 parent 93e96e3 commit 34a52df
Show file tree
Hide file tree
Showing 10 changed files with 921 additions and 326 deletions.
14 changes: 7 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,35 +44,35 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-query": "5.62.10",
"@tanstack/react-table": "^8.20.6",
"date-fns": "^4.1.0",
"lucide-react": "^0.468.0",
"next": "15.1.2",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.1",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0",
"recharts": "2.15.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.1.2",
"@next/bundle-analyzer": "15.1.3",
"@types/mdx": "^2.0.13",
"@types/node": "^22.10.2",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"dotenv-cli": "^7.4.4",
"dotenv-cli": "^8.0.0",
"eslint": "^8.57.0",
"import-in-the-middle": "1.12.0",
"pino-pretty": "^13.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/features/accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-query": "5.62.10",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"lucide-react": "^0.468.0",
"next": "15.1.2",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"next-themes": "0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.1",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0",
"sonner": "^1.7.1",
"zod": "^3.24.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/features/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-query": "5.62.10",
"@types/react": "npm:[email protected]",
"lucide-react": "^0.468.0",
"next": "15.1.2",
"react-hook-form": "^7.54.1",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0",
"sonner": "^1.7.1",
"zod": "^3.24.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"@kit/shared": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.62.8",
"next": "15.1.2",
"@tanstack/react-query": "5.62.10",
"next": "15.1.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.2.0"
},
"dependencies": {
"i18next": "24.1.2",
"i18next": "24.2.0",
"i18next-browser-languagedetector": "8.0.2",
"i18next-resources-to-backend": "^1.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.47.10",
"next": "15.1.2",
"next": "15.1.3",
"zod": "^3.24.1"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react": "npm:[email protected]"
},
"dependencies": {
"pino": "^9.5.0"
"pino": "^9.6.0"
},
"eslintConfig": {
"root": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-query": "5.62.10",
"@types/react": "npm:[email protected]",
"next": "15.1.2",
"next": "15.1.3",
"react": "19.0.0",
"server-only": "^0.0.1",
"zod": "^3.24.1"
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,29 @@
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"input-otp": "1.4.1",
"lucide-react": "^0.468.0",
"react-top-loading-bar": "2.3.1",
"lucide-react": "^0.469.0",
"react-top-loading-bar": "3.0.2",
"recharts": "2.15.0",
"tailwind-merge": "^2.5.5"
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-query": "5.62.10",
"@tanstack/react-table": "^8.20.6",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"eslint": "^8.57.0",
"next": "15.1.2",
"next": "15.1.3",
"next-themes": "0.4.4",
"prettier": "^3.4.2",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.54.1",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0",
"sonner": "^1.7.1",
"tailwindcss": "3.4.17",
Expand Down
Loading

0 comments on commit 34a52df

Please sign in to comment.