Deps Update and minor changes (#222)
1. Revert Card changes 2. Use X logo instead of Twitter 3. Update Dependencies * Remove reference to pg_sodium as new Supabase CLI doesn't play well with it
This commit is contained in:
committed by
GitHub
parent
6fbc5cf6e5
commit
e7f17dd34f
@@ -10,7 +10,7 @@
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^4.1.3",
|
||||
"@tanstack/react-query": "5.69.0",
|
||||
"lucide-react": "^0.483.0",
|
||||
"lucide-react": "^0.484.0",
|
||||
"next": "15.2.4",
|
||||
"nodemailer": "^6.10.0",
|
||||
"react": "19.0.0",
|
||||
@@ -22,15 +22,15 @@
|
||||
"@kit/shared": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@tailwindcss/postcss": "^4.0.15",
|
||||
"@types/node": "^22.13.13",
|
||||
"@tailwindcss/postcss": "^4.0.17",
|
||||
"@types/node": "^22.13.14",
|
||||
"@types/nodemailer": "6.4.17",
|
||||
"@types/react": "19.0.12",
|
||||
"@types/react-dom": "19.0.4",
|
||||
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"react-hook-form": "^7.54.2",
|
||||
"tailwindcss": "4.0.15",
|
||||
"tailwindcss": "4.0.17",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.8.2",
|
||||
"zod": "^3.24.2"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.51.1",
|
||||
"@types/node": "^22.13.13",
|
||||
"@types/node": "^22.13.14",
|
||||
"node-html-parser": "^7.0.1",
|
||||
"totp-generator": "^1.0.0"
|
||||
}
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"@tanstack/react-query": "5.69.0",
|
||||
"@tanstack/react-table": "^8.21.2",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.483.0",
|
||||
"lucide-react": "^0.484.0",
|
||||
"next": "15.2.4",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"next-themes": "0.4.6",
|
||||
@@ -67,7 +67,7 @@
|
||||
"react-hook-form": "^7.54.2",
|
||||
"react-i18next": "^15.4.1",
|
||||
"recharts": "2.15.1",
|
||||
"sonner": "^2.0.1",
|
||||
"sonner": "^2.0.2",
|
||||
"tailwind-merge": "^3.0.2",
|
||||
"zod": "^3.24.2"
|
||||
},
|
||||
@@ -76,16 +76,16 @@
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@next/bundle-analyzer": "15.2.4",
|
||||
"@tailwindcss/postcss": "^4.0.15",
|
||||
"@types/node": "^22.13.13",
|
||||
"@tailwindcss/postcss": "^4.0.17",
|
||||
"@types/node": "^22.13.14",
|
||||
"@types/react": "19.0.12",
|
||||
"@types/react-dom": "19.0.4",
|
||||
"babel-plugin-react-compiler": "beta",
|
||||
"cssnano": "^7.0.6",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"prettier": "^3.5.3",
|
||||
"supabase": "^2.19.7",
|
||||
"tailwindcss": "4.0.15",
|
||||
"supabase": "^2.20.5",
|
||||
"tailwindcss": "4.0.17",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.8.2"
|
||||
},
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB |
@@ -287,13 +287,6 @@ VALUES ('659e3b57-1128-4d26-8757-f714fd073fc4', 'c5b930c9-0a76-412e-a836-4bc4849
|
||||
SELECT pg_catalog.setval('"auth"."refresh_tokens_id_seq"', 5, true);
|
||||
|
||||
|
||||
--
|
||||
-- Name: key_key_id_seq; Type: SEQUENCE SET; Schema: pgsodium; Owner: supabase_admin
|
||||
--
|
||||
|
||||
SELECT pg_catalog.setval('"pgsodium"."key_key_id_seq"', 1, false);
|
||||
|
||||
|
||||
--
|
||||
-- Name: billing_customers_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user