chore(deps): update dependency tailwindcss to v3.1.8

This commit is contained in:
renovate[bot]
2022-08-05 22:36:56 +00:00
parent cc926c13d6
commit aae6834fc2
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"resolve-url-loader": "5.0.0", "resolve-url-loader": "5.0.0",
"sass": "1.54.3", "sass": "1.54.3",
"sass-loader": "13.0.2", "sass-loader": "13.0.2",
"tailwindcss": "3.1.7" "tailwindcss": "3.1.8"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=14"
@@ -9626,9 +9626,9 @@
} }
}, },
"node_modules/tailwindcss": { "node_modules/tailwindcss": {
"version": "3.1.7", "version": "3.1.8",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.7.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.8.tgz",
"integrity": "sha512-r7mgumZ3k0InfVPpGWcX8X/Ut4xBfv+1O/+C73ar/m01LxGVzWvPxF/w6xIUPEztrCoz7axfx0SMdh8FH8ZvRQ==", "integrity": "sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"arg": "^5.0.2", "arg": "^5.0.2",
@@ -18003,9 +18003,9 @@
"dev": true "dev": true
}, },
"tailwindcss": { "tailwindcss": {
"version": "3.1.7", "version": "3.1.8",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.7.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.8.tgz",
"integrity": "sha512-r7mgumZ3k0InfVPpGWcX8X/Ut4xBfv+1O/+C73ar/m01LxGVzWvPxF/w6xIUPEztrCoz7axfx0SMdh8FH8ZvRQ==", "integrity": "sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==",
"dev": true, "dev": true,
"requires": { "requires": {
"arg": "^5.0.2", "arg": "^5.0.2",

View File

@@ -34,6 +34,6 @@
"resolve-url-loader": "5.0.0", "resolve-url-loader": "5.0.0",
"sass": "1.54.3", "sass": "1.54.3",
"sass-loader": "13.0.2", "sass-loader": "13.0.2",
"tailwindcss": "3.1.7" "tailwindcss": "3.1.8"
} }
} }