diff --git a/client/package.json b/client/package.json index bf25088..7e979f4 100644 --- a/client/package.json +++ b/client/package.json @@ -29,7 +29,7 @@ "@types/react": "^18.3.28", "@types/react-dom": "^18.3.7", "@vitejs/plugin-react": "^6.0.1", - "tailwindcss": "^4.2.2", + "tailwindcss": "^4.3.0", "typescript": "^6.0.2", "vite": "^8.0.10" } diff --git a/package-lock.json b/package-lock.json index 9b1b90e..306e269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@types/react": "^18.3.28", "@types/react-dom": "^18.3.7", "@vitejs/plugin-react": "^6.0.1", - "tailwindcss": "^4.2.2", + "tailwindcss": "^4.3.0", "typescript": "^6.0.2", "vite": "^8.0.10" } @@ -497,6 +497,13 @@ "@rolldown/binding-win32-x64-msvc": "1.0.2" } }, + "client/node_modules/tailwindcss": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz", + "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==", + "dev": true, + "license": "MIT" + }, "client/node_modules/tinyglobby": { "version": "0.2.16", "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",