Update dependency tailwindcss to v2.2.16

This commit is contained in:
Renovate Bot
2021-09-26 12:58:07 +00:00
committed by Thomas Ruoff
parent 30c42180a3
commit 0e65802fac
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -12224,9 +12224,9 @@
} }
}, },
"tailwindcss": { "tailwindcss": {
"version": "2.2.15", "version": "2.2.16",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.15.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.16.tgz",
"integrity": "sha512-WgV41xTMbnSoTNMNnJvShQZ+8GmY86DmXTrCgnsveNZJdlybfwCItV8kAqjYmU49YiFr+ofzmT1JlAKajBZboQ==", "integrity": "sha512-EireCtpQyyJ4Xz8NYzHafBoy4baCOO96flM0+HgtsFcIQ9KFy/YBK3GEtlnD+rXen0e4xm8t3WiUcKBJmN6yjg==",
"dev": true, "dev": true,
"requires": { "requires": {
"arg": "^5.0.1", "arg": "^5.0.1",

View File

@@ -38,7 +38,7 @@
"postcss-flexbugs-fixes": "5.0.2", "postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "6.7.0", "postcss-preset-env": "6.7.0",
"swr": "1.0.1", "swr": "1.0.1",
"tailwindcss": "2.2.15", "tailwindcss": "2.2.16",
"typescript": "4.4.3" "typescript": "4.4.3"
}, },
"jest": { "jest": {