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

Update dependency tailwindcss to v3.0.23
This commit is contained in:
2022-02-16 15:00:35 +02:00
committed by GitHub
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",
"sass": "1.49.7",
"sass-loader": "12.6.0",
"tailwindcss": "3.0.22"
"tailwindcss": "3.0.23"
},
"engines": {
"node": ">=14"
@@ -9765,9 +9765,9 @@
}
},
"node_modules/tailwindcss": {
"version": "3.0.22",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.22.tgz",
"integrity": "sha512-F8lt74RlNZirnkaSk310+vGQta7c0/hgx7/bqxruM4wS9lp8oqV93lzavajC3VT0Lp4UUtUVIt8ifKcmGzkr0A==",
"version": "3.0.23",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.23.tgz",
"integrity": "sha512-+OZOV9ubyQ6oI2BXEhzw4HrqvgcARY38xv3zKcjnWtMIZstEsXdI9xftd1iB7+RbOnj2HOEzkA0OyB5BaSxPQA==",
"dev": true,
"dependencies": {
"arg": "^5.0.1",
@@ -18295,9 +18295,9 @@
"dev": true
},
"tailwindcss": {
"version": "3.0.22",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.22.tgz",
"integrity": "sha512-F8lt74RlNZirnkaSk310+vGQta7c0/hgx7/bqxruM4wS9lp8oqV93lzavajC3VT0Lp4UUtUVIt8ifKcmGzkr0A==",
"version": "3.0.23",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.23.tgz",
"integrity": "sha512-+OZOV9ubyQ6oI2BXEhzw4HrqvgcARY38xv3zKcjnWtMIZstEsXdI9xftd1iB7+RbOnj2HOEzkA0OyB5BaSxPQA==",
"dev": true,
"requires": {
"arg": "^5.0.1",

View File

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