From b36ae02cf572a9261e594782a87804a67956deb8 Mon Sep 17 00:00:00 2001 From: 0-don Date: Tue, 16 Jul 2024 01:57:31 +0200 Subject: [PATCH] easy --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 673d444..c183f39 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ "devDependencies": { "@tanstack/eslint-plugin-query": "^5.51.1", "@tanstack/solid-query-devtools": "^5.51.2", - "@typescript-eslint/eslint-plugin": "^7.16.0", - "@typescript-eslint/parser": "^7.16.0", + "@typescript-eslint/eslint-plugin": "^7.16.1", + "@typescript-eslint/parser": "^7.16.1", "autoprefixer": "^10.4.19", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", @@ -52,7 +52,7 @@ "prettier": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.5", "tailwind-merge": "^2.4.0", - "tailwindcss": "3.4.4", + "tailwindcss": "3.4.5", "tailwindcss-animate": "^1.0.7", "typescript": "^5.5.3" },