Update dependency tailwindcss to v3.0.23

This commit is contained in:
Renovate Bot
2022-02-18 14:21:41 +00:00
committed by renovate[bot]
parent 7a562e3a24
commit 9756780258
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9322,9 +9322,9 @@
"dev": true
},
"tailwindcss": {
"version": "3.0.22",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.22.tgz",
"integrity": "sha512-F8lt74RlNZirnkaSk310+vGQta7c0/hgx7/bqxruM4wS9lp8oqV93lzavajC3VT0Lp4UUtUVIt8ifKcmGzkr0A==",
"version": "3.0.23",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.23.tgz",
"integrity": "sha512-+OZOV9ubyQ6oI2BXEhzw4HrqvgcARY38xv3zKcjnWtMIZstEsXdI9xftd1iB7+RbOnj2HOEzkA0OyB5BaSxPQA==",
"dev": true,
"requires": {
"arg": "^5.0.1",

View File

@@ -40,7 +40,7 @@
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "7.3.3",
"swr": "1.2.1",
"tailwindcss": "3.0.22",
"tailwindcss": "3.0.23",
"typescript": "4.5.5"
},
"jest": {