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

This commit is contained in:
renovate[bot]
2022-11-04 23:58:55 +00:00
parent 64122bfb81
commit c12bfb988c
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"resolve-url-loader": "5.0.0",
"sass": "1.56.0",
"sass-loader": "13.1.0",
"tailwindcss": "3.2.1"
"tailwindcss": "3.2.2"
},
"engines": {
"node": ">=14"
@@ -9626,9 +9626,9 @@
}
},
"node_modules/tailwindcss": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.1.tgz",
"integrity": "sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.2.tgz",
"integrity": "sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q==",
"dev": true,
"dependencies": {
"arg": "^5.0.2",
@@ -9645,7 +9645,7 @@
"normalize-path": "^3.0.0",
"object-hash": "^3.0.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.17",
"postcss": "^8.4.18",
"postcss-import": "^14.1.0",
"postcss-js": "^4.0.0",
"postcss-load-config": "^3.1.4",
@@ -18004,9 +18004,9 @@
"dev": true
},
"tailwindcss": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.1.tgz",
"integrity": "sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.2.tgz",
"integrity": "sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q==",
"dev": true,
"requires": {
"arg": "^5.0.2",
@@ -18023,7 +18023,7 @@
"normalize-path": "^3.0.0",
"object-hash": "^3.0.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.17",
"postcss": "^8.4.18",
"postcss-import": "^14.1.0",
"postcss-js": "^4.0.0",
"postcss-load-config": "^3.1.4",

View File

@@ -34,6 +34,6 @@
"resolve-url-loader": "5.0.0",
"sass": "1.56.0",
"sass-loader": "13.1.0",
"tailwindcss": "3.2.1"
"tailwindcss": "3.2.2"
}
}