Skip to content

Commit 0ff3659

Browse files
committed
chore(dependencies): update dependency tailwindcss to v3.2.6
1 parent 41c0324 commit 0ff3659

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"rollup-plugin-generate-html-template": "1.7.0",
2929
"rollup-plugin-postcss": "^4.0.2",
3030
"start-server-and-test": "^1.15.3",
31-
"tailwindcss": "3.2.4",
31+
"tailwindcss": "3.2.6",
3232
"ts-jest": "^28.0.8",
3333
"ts-node": "^10.9.1",
3434
"typescript": "^4.9.5"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4341,7 +4341,7 @@ postcss-reduce-transforms@^5.1.0:
43414341
dependencies:
43424342
postcss-value-parser "^4.2.0"
43434343

4344-
postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9:
4344+
postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.11, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9:
43454345
version "6.0.11"
43464346
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz#2e41dc39b7ad74046e1615185185cd0b17d0c8dc"
43474347
integrity sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==
@@ -4369,7 +4369,7 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^
43694369
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
43704370
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
43714371

4372-
postcss@8.4.21, postcss@^8.4.18:
4372+
postcss@8.4.21, postcss@^8.0.9:
43734373
version "8.4.21"
43744374
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
43754375
integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
@@ -5100,10 +5100,10 @@ svgo@^2.7.0:
51005100
picocolors "^1.0.0"
51015101
stable "^0.1.8"
51025102

5103-
tailwindcss@3.2.4:
5104-
version "3.2.4"
5105-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.4.tgz#afe3477e7a19f3ceafb48e4b083e292ce0dc0250"
5106-
integrity sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==
5103+
tailwindcss@3.2.6:
5104+
version "3.2.6"
5105+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.6.tgz#9bedbc744a4a85d6120ce0cc3db024c551a5c733"
5106+
integrity sha512-BfgQWZrtqowOQMC2bwaSNe7xcIjdDEgixWGYOd6AL0CbKHJlvhfdbINeAW76l1sO+1ov/MJ93ODJ9yluRituIw==
51075107
dependencies:
51085108
arg "^5.0.2"
51095109
chokidar "^3.5.3"
@@ -5119,12 +5119,12 @@ tailwindcss@3.2.4:
51195119
normalize-path "^3.0.0"
51205120
object-hash "^3.0.0"
51215121
picocolors "^1.0.0"
5122-
postcss "^8.4.18"
5122+
postcss "^8.0.9"
51235123
postcss-import "^14.1.0"
51245124
postcss-js "^4.0.0"
51255125
postcss-load-config "^3.1.4"
51265126
postcss-nested "6.0.0"
5127-
postcss-selector-parser "^6.0.10"
5127+
postcss-selector-parser "^6.0.11"
51285128
postcss-value-parser "^4.2.0"
51295129
quick-lru "^5.1.1"
51305130
resolve "^1.22.1"

0 commit comments

Comments
 (0)