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

This commit is contained in:
Renovate Bot
2022-02-11 21:25:37 +00:00
committed by renovate[bot]
parent 604e29c4bc
commit f7ab163aea
2 changed files with 11 additions and 9 deletions

18
package-lock.json generated
View File

@ -48787,9 +48787,9 @@
}
},
"node_modules/tailwindcss": {
"version": "3.0.21",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.21.tgz",
"integrity": "sha512-PGTiaBu/K4QlzjKlLgtz6nVYlrmhy6INPMKYb6RHX18/VXwygFbRdAlJGl2NfXabTQOP62ttKwjQviWLKQuWrA==",
"version": "3.0.22",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.22.tgz",
"integrity": "sha512-F8lt74RlNZirnkaSk310+vGQta7c0/hgx7/bqxruM4wS9lp8oqV93lzavajC3VT0Lp4UUtUVIt8ifKcmGzkr0A==",
"dev": true,
"dependencies": {
"arg": "^5.0.1",
@ -48805,6 +48805,7 @@
"is-glob": "^4.0.3",
"normalize-path": "^3.0.0",
"object-hash": "^2.2.0",
"postcss": "^8.4.6",
"postcss-js": "^4.0.0",
"postcss-load-config": "^3.1.0",
"postcss-nested": "5.0.6",
@ -53101,7 +53102,7 @@
"rollup": "2.67.2",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"tailwindcss": "3.0.21"
"tailwindcss": "3.0.22"
},
"engines": {
"node": ">=16",
@ -56002,7 +56003,7 @@
"rollup": "2.67.2",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"tailwindcss": "3.0.21",
"tailwindcss": "3.0.22",
"typescript": "4.5.5"
},
"dependencies": {
@ -91351,9 +91352,9 @@
}
},
"tailwindcss": {
"version": "3.0.21",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.21.tgz",
"integrity": "sha512-PGTiaBu/K4QlzjKlLgtz6nVYlrmhy6INPMKYb6RHX18/VXwygFbRdAlJGl2NfXabTQOP62ttKwjQviWLKQuWrA==",
"version": "3.0.22",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.22.tgz",
"integrity": "sha512-F8lt74RlNZirnkaSk310+vGQta7c0/hgx7/bqxruM4wS9lp8oqV93lzavajC3VT0Lp4UUtUVIt8ifKcmGzkr0A==",
"dev": true,
"requires": {
"arg": "^5.0.1",
@ -91369,6 +91370,7 @@
"is-glob": "^4.0.3",
"normalize-path": "^3.0.0",
"object-hash": "^2.2.0",
"postcss": "^8.4.6",
"postcss-js": "^4.0.0",
"postcss-load-config": "^3.1.0",
"postcss-nested": "5.0.6",

View File

@ -52,7 +52,7 @@
"rollup": "2.67.2",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"tailwindcss": "3.0.21"
"tailwindcss": "3.0.22"
},
"scripts": {
"storybook": "start-storybook -p 6006",