Update dependency tailwindcss to v3.2.2

This commit is contained in:
renovate[bot]
2022-11-04 21:56:46 +00:00
parent e54cebc246
commit a7b3eb774d
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -40,7 +40,7 @@
"postcss-preset-env": "7.8.2", "postcss-preset-env": "7.8.2",
"prettier": "2.7.1", "prettier": "2.7.1",
"swr": "1.3.0", "swr": "1.3.0",
"tailwindcss": "3.2.1", "tailwindcss": "3.2.2",
"ts-jest": "29.0.3" "ts-jest": "29.0.3"
} }
}, },
@@ -10524,9 +10524,9 @@
} }
}, },
"node_modules/tailwindcss": { "node_modules/tailwindcss": {
"version": "3.2.1", "version": "3.2.2",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.1.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.2.tgz",
"integrity": "sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==", "integrity": "sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"arg": "^5.0.2", "arg": "^5.0.2",
@@ -10543,7 +10543,7 @@
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
"object-hash": "^3.0.0", "object-hash": "^3.0.0",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"postcss": "^8.4.17", "postcss": "^8.4.18",
"postcss-import": "^14.1.0", "postcss-import": "^14.1.0",
"postcss-js": "^4.0.0", "postcss-js": "^4.0.0",
"postcss-load-config": "^3.1.4", "postcss-load-config": "^3.1.4",
@@ -18938,9 +18938,9 @@
"requires": {} "requires": {}
}, },
"tailwindcss": { "tailwindcss": {
"version": "3.2.1", "version": "3.2.2",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.1.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.2.tgz",
"integrity": "sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==", "integrity": "sha512-c2GtSdqg+harR4QeoTmex0Ngfg8IIHNeLQH5yr2B9uZbZR1Xt1rYbjWOWTcj3YLTZhrmZnPowoQDbSRFyZHQ5Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"arg": "^5.0.2", "arg": "^5.0.2",
@@ -18957,7 +18957,7 @@
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
"object-hash": "^3.0.0", "object-hash": "^3.0.0",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"postcss": "^8.4.17", "postcss": "^8.4.18",
"postcss-import": "^14.1.0", "postcss-import": "^14.1.0",
"postcss-js": "^4.0.0", "postcss-js": "^4.0.0",
"postcss-load-config": "^3.1.4", "postcss-load-config": "^3.1.4",

View File

@@ -44,7 +44,7 @@
"postcss-preset-env": "7.8.2", "postcss-preset-env": "7.8.2",
"prettier": "2.7.1", "prettier": "2.7.1",
"swr": "1.3.0", "swr": "1.3.0",
"tailwindcss": "3.2.1" "tailwindcss": "3.2.2"
}, },
"jest": { "jest": {
"transform": { "transform": {