Dependencies Updates (#83)
* Keystatic: Use the correct variable when fetching content from GitHub * Revert default layout style
This commit is contained in:
committed by
GitHub
parent
977c958975
commit
5cc936b982
@@ -12,8 +12,8 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.48.2",
|
||||
"@types/node": "^22.8.7",
|
||||
"@playwright/test": "^1.49.0",
|
||||
"@types/node": "^22.9.1",
|
||||
"node-html-parser": "^6.1.13"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"supabase:db:dump:local": "supabase db dump --local --data-only"
|
||||
},
|
||||
"dependencies": {
|
||||
"@edge-csrf/nextjs": "2.5.2",
|
||||
"@edge-csrf/nextjs": "2.5.3-cloudflare-rc1",
|
||||
"@hookform/resolvers": "^3.9.1",
|
||||
"@kit/accounts": "workspace:*",
|
||||
"@kit/admin": "workspace:*",
|
||||
@@ -53,13 +53,13 @@
|
||||
"@kit/ui": "workspace:*",
|
||||
"@makerkit/data-loader-supabase-core": "^0.0.8",
|
||||
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
|
||||
"@marsidev/react-turnstile": "^1.0.2",
|
||||
"@marsidev/react-turnstile": "^1.1.0",
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@supabase/supabase-js": "^2.46.1",
|
||||
"@tanstack/react-query": "5.60.2",
|
||||
"@tanstack/react-query": "5.61.0",
|
||||
"@tanstack/react-table": "^8.20.5",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.456.0",
|
||||
"lucide-react": "^0.460.0",
|
||||
"next": "15.0.3",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"next-themes": "0.4.3",
|
||||
@@ -79,18 +79,18 @@
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@next/bundle-analyzer": "15.0.3",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^22.8.7",
|
||||
"@types/node": "^22.9.1",
|
||||
"@types/react": "npm:types-react@19.0.0-rc.1",
|
||||
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
|
||||
"dotenv-cli": "^7.4.2",
|
||||
"dotenv-cli": "^7.4.4",
|
||||
"eslint": "^8.57.0",
|
||||
"import-in-the-middle": "1.11.2",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"prettier": "^3.3.3",
|
||||
"require-in-the-middle": "7.4.0",
|
||||
"supabase": "^1.223.7",
|
||||
"supabase": "^1.223.10",
|
||||
"tailwindcss": "3.4.15",
|
||||
"typescript": "^5.6.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user