diff --git a/client/package.json b/client/package.json index dba7ead..dba2fd3 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.1", + "tailwindcss": "^4.2.2", "typescript": "^5.7.2", "vite": "^8.0.1" } diff --git a/package-lock.json b/package-lock.json index ba42082..33cd730 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.1", + "tailwindcss": "^4.2.2", "typescript": "^5.7.2", "vite": "^8.0.1" } @@ -350,6 +350,13 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, + "client/node_modules/tailwindcss": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz", + "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==", + "dev": true, + "license": "MIT" + }, "client/node_modules/vite": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.1.tgz",