Update dependency tailwindcss to v3.1.8

This commit is contained in:
renovate[bot]
2022-08-05 17:41:22 +00:00
parent b28f6d42a0
commit 4f2de5e01b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -43,7 +43,7 @@
"postcss-preset-env": "7.7.2",
"prettier": "2.7.1",
"swr": "1.3.0",
"tailwindcss": "3.1.7",
"tailwindcss": "3.1.8",
"typescript": "4.7.4"
}
},
@@ -8846,9 +8846,9 @@
}
},
"node_modules/tailwindcss": {
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.7.tgz",
"integrity": "sha512-r7mgumZ3k0InfVPpGWcX8X/Ut4xBfv+1O/+C73ar/m01LxGVzWvPxF/w6xIUPEztrCoz7axfx0SMdh8FH8ZvRQ==",
"version": "3.1.8",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.8.tgz",
"integrity": "sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==",
"dev": true,
"dependencies": {
"arg": "^5.0.2",
@@ -15676,9 +15676,9 @@
"requires": {}
},
"tailwindcss": {
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.7.tgz",
"integrity": "sha512-r7mgumZ3k0InfVPpGWcX8X/Ut4xBfv+1O/+C73ar/m01LxGVzWvPxF/w6xIUPEztrCoz7axfx0SMdh8FH8ZvRQ==",
"version": "3.1.8",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.8.tgz",
"integrity": "sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==",
"dev": true,
"requires": {
"arg": "^5.0.2",

View File

@@ -45,7 +45,7 @@
"postcss-preset-env": "7.7.2",
"prettier": "2.7.1",
"swr": "1.3.0",
"tailwindcss": "3.1.7",
"tailwindcss": "3.1.8",
"typescript": "4.7.4"
},
"jest": {