Bump tailwindcss from 4.0.6 to 4.0.8 in /site

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.0.6 to 4.0.8.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.8/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-24 00:39:50 +00:00
committed by GitHub
parent 4f36084ab6
commit 800100da89
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -10,7 +10,7 @@
"license": "MIT",
"devDependencies": {
"http-server": "14.1.1",
"tailwindcss": "4.0.6"
"tailwindcss": "4.0.8"
}
},
"node_modules/ansi-styles": {
@@ -522,9 +522,9 @@
}
},
"node_modules/tailwindcss": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.6.tgz",
"integrity": "sha512-mysewHYJKaXgNOW6pp5xon/emCsfAMnO8WMaGKZZ35fomnR/T5gYnRg2/yRTTrtXiEl1tiVkeRt0eMO6HxEZqw==",
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.8.tgz",
"integrity": "sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw==",
"dev": true,
"license": "MIT"
},
+1 -1
View File
@@ -22,6 +22,6 @@
"homepage": "https://github.com/jwetzell/showbridge#readme",
"devDependencies": {
"http-server": "14.1.1",
"tailwindcss": "4.0.6"
"tailwindcss": "4.0.8"
}
}