Updated packages (Next.js 15.1.0)
Fixed linting
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.49.0",
|
||||
"@playwright/test": "^1.49.1",
|
||||
"@types/node": "^22.10.1",
|
||||
"node-html-parser": "^6.1.13"
|
||||
}
|
||||
|
||||
@@ -55,29 +55,29 @@
|
||||
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
|
||||
"@marsidev/react-turnstile": "^1.1.0",
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@supabase/supabase-js": "^2.47.2",
|
||||
"@tanstack/react-query": "5.62.3",
|
||||
"@supabase/supabase-js": "^2.47.3",
|
||||
"@tanstack/react-query": "5.62.7",
|
||||
"@tanstack/react-table": "^8.20.5",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.468.0",
|
||||
"next": "15.0.4",
|
||||
"next": "15.1.0",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"next-themes": "0.4.4",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"react-hook-form": "^7.54.0",
|
||||
"react-i18next": "^15.1.3",
|
||||
"react-i18next": "^15.1.4",
|
||||
"recharts": "2.14.1",
|
||||
"sonner": "^1.7.1",
|
||||
"tailwind-merge": "^2.5.5",
|
||||
"zod": "^3.23.8"
|
||||
"zod": "^3.24.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kit/eslint-config": "workspace:*",
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tailwind-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@next/bundle-analyzer": "15.0.4",
|
||||
"@next/bundle-analyzer": "15.1.0",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^22.10.1",
|
||||
"@types/react": "npm:types-react@19.0.0-rc.1",
|
||||
|
||||
Reference in New Issue
Block a user