Skip to content

Commit b05f4be

Browse files
committed
chore(dependencies): update dependency tailwindcss to v3.2.2
1 parent e38564c commit b05f4be

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.2.1",
31+
"tailwindcss": "3.2.2",
3232
"ts-jest": "^28.0.8",
3333
"ts-node": "^10.9.1",
3434
"typescript": "^4.8.4"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4618,7 +4618,7 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^
46184618
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
46194619
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
46204620

4621-
postcss@8.4.18, postcss@^8.4.17:
4621+
postcss@8.4.18, postcss@^8.4.18:
46224622
version "8.4.18"
46234623
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.18.tgz#6d50046ea7d3d66a85e0e782074e7203bc7fbca2"
46244624
integrity sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==
@@ -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.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==
5416+
tailwindcss@3.2.2:
5417+
version "3.2.2"
5418+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.2.tgz#705f78cec8f4de2feb52abdb7a8a056e67f2d736"
5419+
integrity sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q==
54205420
dependencies:
54215421
arg "^5.0.2"
54225422
chokidar "^3.5.3"
@@ -5432,7 +5432,7 @@ tailwindcss@3.2.1:
54325432
normalize-path "^3.0.0"
54335433
object-hash "^3.0.0"
54345434
picocolors "^1.0.0"
5435-
postcss "^8.4.17"
5435+
postcss "^8.4.18"
54365436
postcss-import "^14.1.0"
54375437
postcss-js "^4.0.0"
54385438
postcss-load-config "^3.1.4"

0 commit comments

Comments
 (0)