Updated dependencies, reintroduced bundle analyzer (#159)

This commit is contained in:
Giancarlo Buomprisco
2025-02-11 10:48:28 +07:00
committed by GitHub
parent f5a961f155
commit f2c74bd11c
25 changed files with 655 additions and 649 deletions

View File

@@ -16,7 +16,7 @@
"./marketing": "./src/components/marketing.tsx"
},
"devDependencies": {
"@hookform/resolvers": "^3.10.0",
"@hookform/resolvers": "^4.0.0",
"@kit/billing": "workspace:*",
"@kit/eslint-config": "workspace:*",
"@kit/lemon-squeezy": "workspace:*",
@@ -30,7 +30,7 @@
"@types/react": "19.0.8",
"date-fns": "^4.1.0",
"lucide-react": "^0.475.0",
"next": "15.1.6",
"next": "15.1.7",
"react": "19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",

View File

@@ -25,7 +25,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/react": "19.0.8",
"next": "15.1.6",
"next": "15.1.7",
"react": "19.0.0",
"zod": "^3.24.1"
},

View File

@@ -29,7 +29,7 @@
"@kit/ui": "workspace:*",
"@types/react": "19.0.8",
"date-fns": "^4.1.0",
"next": "15.1.6",
"next": "15.1.7",
"react": "19.0.0",
"zod": "^3.24.1"
},