diff --git a/package.json b/package.json index e282e0d20..ee1865e18 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "nodemon": "^2.0.4", "postcss-preset-env": "^6.7.0", "prettier": "^2.1.1", - "tailwindcss": "^1.7.6", + "tailwindcss": "^1.8.3", "ts-node": "^9.0.0", "typescript": "^4.0.2" }, diff --git a/yarn.lock b/yarn.lock index c59199652..28b771a28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4804,6 +4804,11 @@ hosted-git-info@^2.1.4: resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488" integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== +html-tags@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140" + integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg== + htmlparser2@4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-4.1.0.tgz#9a4ef161f2e4625ebf7dfbe6c0a2f52d18a59e78" @@ -8613,10 +8618,10 @@ table@^5.2.3: slice-ansi "^2.1.0" string-width "^3.0.0" -tailwindcss@^1.7.6: - version "1.7.6" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.7.6.tgz#77f294428e399fb570f4bebde2e9bef98456de8a" - integrity sha512-focAhU3ciM1/UYBHQVKKzede4zC3y9+IHzU2N/ZF6mbZbhY8S96lOxrO2Y6LMU08+Dbh2xBLmO1bsioLk3Egig== +tailwindcss@^1.8.3: + version "1.8.3" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.8.3.tgz#2fec8429cd0ed15195086d1c0aa4a230fc1cd1a0" + integrity sha512-CpLpFWINaXgkL1qXZZnabEoWimJWm1iXE43FX82sjFjDqp7IQBt5yxPM8sYey+jrPOSBskpac1kdcNvSOPaCXg== dependencies: "@fullhuman/postcss-purgecss" "^2.1.2" autoprefixer "^9.4.5" @@ -8626,6 +8631,7 @@ tailwindcss@^1.7.6: color "^3.1.2" detective "^5.2.0" fs-extra "^8.0.0" + html-tags "^3.1.0" lodash "^4.17.20" node-emoji "^1.8.1" normalize.css "^8.0.1"