From 8d4f238074b26a1047d4c9b8b459b14906789991 Mon Sep 17 00:00:00 2001 From: "benjamin.747" Date: Fri, 6 Dec 2024 14:43:51 +0800 Subject: [PATCH] stablize version --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 48284e0..c65ce0b 100644 --- a/package.json +++ b/package.json @@ -12,18 +12,18 @@ "@heroicons/react": "^2.2.0", "@tailwindcss/forms": "^0.5.7", "@vercel/postgres": "^0.10.0", - "antd": "^5.22.1", + "antd": "^5.22.3", "autoprefixer": "10.4.20", "bcrypt": "^5.1.1", "clsx": "^2.1.1", "d3": "^7.9.0", - "next": "15.0.3", + "next": "^15.0.4", "next-auth": "4.24.10", "pg": "^8.12.0", "postcss": "8.4.49", "react": "18.3.1", "react-dom": "18.3.1", - "tailwindcss": "3.4.15", + "tailwindcss": "3.4.16", "typescript": "5.7.2", "use-debounce": "^10.0.1", "zod": "^3.23.8" @@ -35,7 +35,7 @@ "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "eslint": "9.16.0", - "eslint-config-next": "15.0.3" + "eslint-config-next": "^15.0.4" }, "engines": { "node": ">=20.12.0"