Skip to content

Commit de1ad3d

Browse files
committed
Update dependency tailwindcss to v3.2.2
1 parent 123bf03 commit de1ad3d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"postcss-import": "15.0.0",
2323
"react": "18.2.0",
2424
"react-dom": "18.2.0",
25-
"tailwindcss": "3.2.1"
25+
"tailwindcss": "3.2.2"
2626
}
2727
}

yarn.lock

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

1615-
postcss@8.4.18, postcss@^8.4.17:
1615+
postcss@8.4.18, postcss@^8.4.18:
16161616
version "8.4.18"
16171617
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.18.tgz#6d50046ea7d3d66a85e0e782074e7203bc7fbca2"
16181618
integrity sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==
@@ -1807,10 +1807,10 @@ svgo@^2.4.0:
18071807
picocolors "^1.0.0"
18081808
stable "^0.1.8"
18091809

1810-
tailwindcss@3.2.1:
1811-
version "3.2.1"
1812-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.1.tgz#1bd828fff3172489962357f8d531c184080a6786"
1813-
integrity sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==
1810+
tailwindcss@3.2.2:
1811+
version "3.2.2"
1812+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.2.tgz#705f78cec8f4de2feb52abdb7a8a056e67f2d736"
1813+
integrity sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q==
18141814
dependencies:
18151815
arg "^5.0.2"
18161816
chokidar "^3.5.3"
@@ -1826,7 +1826,7 @@ tailwindcss@3.2.1:
18261826
normalize-path "^3.0.0"
18271827
object-hash "^3.0.0"
18281828
picocolors "^1.0.0"
1829-
postcss "^8.4.17"
1829+
postcss "^8.4.18"
18301830
postcss-import "^14.1.0"
18311831
postcss-js "^4.0.0"
18321832
postcss-load-config "^3.1.4"

0 commit comments

Comments
 (0)