Skip to content

Commit 53c457a

Browse files
committed
chore(dependencies): update dependency tailwindcss to v3.2.1
1 parent cd64f8b commit 53c457a

2 files changed

Lines changed: 7 additions & 6 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.2.0",
31+
"tailwindcss": "3.2.1",
3232
"ts-jest": "^28.0.8",
3333
"ts-node": "^10.9.1",
3434
"typescript": "^4.8.4"

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3973,7 +3973,7 @@ methods@~1.1.2:
39733973
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
39743974
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
39753975

3976-
micromatch@^4.0.4:
3976+
micromatch@^4.0.4, micromatch@^4.0.5:
39773977
version "4.0.5"
39783978
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
39793979
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
@@ -5413,10 +5413,10 @@ symbol-tree@^3.2.2:
54135413
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
54145414
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
54155415

5416-
tailwindcss@3.2.0:
5417-
version "3.2.0"
5418-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.0.tgz#0164a930645e7e1df301df1e9d434a52602c918d"
5419-
integrity sha512-ARh/W0uH5UlWIC2nn02V0+5fyF0k6qZliyt4QYic2upOhPUE/Spu1EURNc9txJ3+4j8OEmdigqfDpw4d2tA4vA==
5416+
tailwindcss@3.2.1:
5417+
version "3.2.1"
5418+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.1.tgz#1bd828fff3172489962357f8d531c184080a6786"
5419+
integrity sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==
54205420
dependencies:
54215421
arg "^5.0.2"
54225422
chokidar "^3.5.3"
@@ -5428,6 +5428,7 @@ tailwindcss@3.2.0:
54285428
glob-parent "^6.0.2"
54295429
is-glob "^4.0.3"
54305430
lilconfig "^2.0.6"
5431+
micromatch "^4.0.5"
54315432
normalize-path "^3.0.0"
54325433
object-hash "^3.0.0"
54335434
picocolors "^1.0.0"

0 commit comments

Comments
 (0)