Skip to content

Commit 95fc70e

Browse files
authored
Merge pull request #568 from whtsky/renovate/tailwindcss-3.0.x
chore(dependencies): update dependency tailwindcss to v3.0.16
2 parents 14bb400 + 8ff47ea commit 95fc70e

2 files changed

Lines changed: 7 additions & 7 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-postcss": "^4.0.2",
2929
"rollup-plugin-terser": "^7.0.2",
3030
"start-server-and-test": "^1.14.0",
31-
"tailwindcss": "3.0.15",
31+
"tailwindcss": "3.0.16",
3232
"ts-jest": "^27.1.3",
3333
"ts-node": "^10.4.0",
3434
"typescript": "^4.5.5"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2524,7 +2524,7 @@ fast-deep-equal@^3.1.1:
25242524
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
25252525
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
25262526

2527-
fast-glob@^3.2.7:
2527+
fast-glob@^3.2.11:
25282528
version "3.2.11"
25292529
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
25302530
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -5412,10 +5412,10 @@ symbol-tree@^3.2.2, symbol-tree@^3.2.4:
54125412
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
54135413
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
54145414

5415-
tailwindcss@3.0.15:
5416-
version "3.0.15"
5417-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.15.tgz#e4db219771eb7678a3bfd97b3f6c8fe20be0a410"
5418-
integrity sha512-bT2iy7FtjwgsXik4ZoJnHXR+SRCiGR1W95fVqpLZebr64m4ahwUwRbIAc5w5+2fzr1YF4Ct2eI7dojMRRl8sVQ==
5415+
tailwindcss@3.0.16:
5416+
version "3.0.16"
5417+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.16.tgz#eb6e7a0ecec56e43b9dad439b8cb3a5da1e0c1a3"
5418+
integrity sha512-1L8E5Wr+o1c4kxxObNz2owJe94a7BLEMV+2Lz6wzprJdcs3ENSRR9t4OZf2OqtRNS/q/zFPuOKoLtQoy3Lrhhw==
54195419
dependencies:
54205420
arg "^5.0.1"
54215421
chalk "^4.1.2"
@@ -5425,7 +5425,7 @@ tailwindcss@3.0.15:
54255425
detective "^5.2.0"
54265426
didyoumean "^1.2.2"
54275427
dlv "^1.1.3"
5428-
fast-glob "^3.2.7"
5428+
fast-glob "^3.2.11"
54295429
glob-parent "^6.0.2"
54305430
is-glob "^4.0.3"
54315431
normalize-path "^3.0.0"

0 commit comments

Comments
 (0)