diff --git a/package-lock.json b/package-lock.json index 634af25..73f0200 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@tailwindcss/typography": "^0.5.15", "alpinejs": "^3.8.1", - "tailwindcss": "^4.0.0-beta.4" + "tailwindcss": "^4.0.6" }, "devDependencies": { "@tailwindcss/postcss": "^4.0.0-beta.4", @@ -686,6 +686,13 @@ "tailwindcss": "4.0.0-beta.4" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.0.0-beta.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.0-beta.4.tgz", + "integrity": "sha512-mkjpwMyaHCa3L5HmRjYyY8w8D+7brxwbM7YQxH8QeEFtCURd5fvdHIC9TEpIaL1X49vhl8cuOFY6Nhi6sCsI5w==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.0.0-beta.4", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.0.0-beta.4.tgz", @@ -911,6 +918,13 @@ "tailwindcss": "4.0.0-beta.4" } }, + "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { + "version": "4.0.0-beta.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.0-beta.4.tgz", + "integrity": "sha512-mkjpwMyaHCa3L5HmRjYyY8w8D+7brxwbM7YQxH8QeEFtCURd5fvdHIC9TEpIaL1X49vhl8cuOFY6Nhi6sCsI5w==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/typography": { "version": "0.5.15", "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.15.tgz", @@ -1837,9 +1851,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.0-beta.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.0-beta.4.tgz", - "integrity": "sha512-mkjpwMyaHCa3L5HmRjYyY8w8D+7brxwbM7YQxH8QeEFtCURd5fvdHIC9TEpIaL1X49vhl8cuOFY6Nhi6sCsI5w==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.6.tgz", + "integrity": "sha512-mysewHYJKaXgNOW6pp5xon/emCsfAMnO8WMaGKZZ35fomnR/T5gYnRg2/yRTTrtXiEl1tiVkeRt0eMO6HxEZqw==", "license": "MIT" }, "node_modules/tapable": { diff --git a/package.json b/package.json index 6a13ef2..d97f55d 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ "dependencies": { "@tailwindcss/typography": "^0.5.15", "alpinejs": "^3.8.1", - "tailwindcss": "^4.0.0-beta.4" + "tailwindcss": "^4.0.6" } }