Merge pull request #16 from ivuorinen/renovate/tailwindcss-3.x

This commit is contained in:
2022-02-14 07:52:31 +02:00
committed by GitHub
2 changed files with 10 additions and 8 deletions

16
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"resolve-url-loader": "5.0.0",
"sass": "1.49.7",
"sass-loader": "12.4.0",
"tailwindcss": "3.0.21"
"tailwindcss": "3.0.22"
},
"engines": {
"node": ">=14"
@@ -9761,9 +9761,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",
@@ -9779,6 +9779,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",
@@ -18290,9 +18291,9 @@
"dev": true
},
"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",
@@ -18308,6 +18309,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

@@ -34,6 +34,6 @@
"resolve-url-loader": "5.0.0",
"sass": "1.49.7",
"sass-loader": "12.4.0",
"tailwindcss": "3.0.21"
"tailwindcss": "3.0.22"
}
}