diff --git a/package-lock.json b/package-lock.json index 30f7c34..82b231b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "postcss": "8.5.6", "prettier": "3.8.1", "prettier-plugin-tailwindcss": "0.7.2", - "tailwindcss": "4.1.18", + "tailwindcss": "4.2.0", "ts-node": "10.9.2", "typescript": "5.9.3", "typescript-eslint": "8.56.0", @@ -2914,13 +2914,6 @@ "tailwindcss": "4.2.0" } }, - "node_modules/@tailwindcss/node/node_modules/tailwindcss": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.0.tgz", - "integrity": "sha512-yYzTZ4++b7fNYxFfpnberEEKu43w44aqDMNM9MHMmcKuCH7lL8jJ4yJ7LGHv7rSwiqM0nkiobF9I6cLlpS2P7Q==", - "dev": true, - "license": "MIT" - }, "node_modules/@tailwindcss/oxide": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.0.tgz", @@ -3240,13 +3233,6 @@ "tailwindcss": "4.2.0" } }, - "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.0.tgz", - "integrity": "sha512-yYzTZ4++b7fNYxFfpnberEEKu43w44aqDMNM9MHMmcKuCH7lL8jJ4yJ7LGHv7rSwiqM0nkiobF9I6cLlpS2P7Q==", - "dev": true, - "license": "MIT" - }, "node_modules/@testing-library/dom": { "version": "10.4.1", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz", @@ -8513,9 +8499,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.18", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz", - "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.0.tgz", + "integrity": "sha512-yYzTZ4++b7fNYxFfpnberEEKu43w44aqDMNM9MHMmcKuCH7lL8jJ4yJ7LGHv7rSwiqM0nkiobF9I6cLlpS2P7Q==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 83c87b1..31bcd29 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "postcss": "8.5.6", "prettier": "3.8.1", "prettier-plugin-tailwindcss": "0.7.2", - "tailwindcss": "4.1.18", + "tailwindcss": "4.2.0", "ts-node": "10.9.2", "typescript": "5.9.3", "typescript-eslint": "8.56.0",