From 27c50703ac5ebf8eb111035005c22cfc237b19b7 Mon Sep 17 00:00:00 2001 From: LibreCloud Actions Bot Date: Sat, 22 Feb 2025 00:03:30 +0000 Subject: [PATCH] chore: bump dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 632fac3..91c32e6 100644 --- a/package.json +++ b/package.json @@ -15,22 +15,22 @@ "@fortawesome/react-fontawesome": "^0.2.2", "geist": "^1.3.1", "lucide-react": "^0.469.0", - "next": "^15.2.0-canary.67", + "next": "^15.2.0-canary.69", "react": "^19.0.0", "react-dom": "^19.0.0", "react-fast-marquee": "^1.6.5", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { - "@eslint/eslintrc": "^3.2.0", - "@tailwindcss/postcss": "^4.0.7", + "@eslint/eslintrc": "^3.3.0", + "@tailwindcss/postcss": "^4.0.8", "@types/node": "^20.17.19", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", - "eslint": "^9.20.1", + "eslint": "^9.21.0", "eslint-config-next": "15.1.3", "postcss": "^8.5.3", - "tailwindcss": "^4.0.7", + "tailwindcss": "^4.0.8", "typescript": "^5.7.3" } }