build(deps): bump tailwindcss from 4.2.0 to 4.2.1 in /website (#5104)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.2.0 to 4.2.1.
- [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.2.1/packages/tailwindcss)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-24 03:15:09 +00:00
committed by GitHub
parent 4510ebe368
commit f8a2db4183
2 changed files with 17 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
"react": "^19.1.0",
"react-dom": "^19.2.4",
"remark-directive": "^4.0.0",
"tailwindcss": "^4.2.0",
"tailwindcss": "^4.2.1",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
@@ -2233,6 +2233,12 @@
"tailwindcss": "4.2.0"
}
},
"node_modules/@tailwindcss/node/node_modules/tailwindcss": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.0.tgz",
"integrity": "sha512-yYzTZ4++b7fNYxFfpnberEEKu43w44aqDMNM9MHMmcKuCH7lL8jJ4yJ7LGHv7rSwiqM0nkiobF9I6cLlpS2P7Q==",
"license": "MIT"
},
"node_modules/@tailwindcss/oxide": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.0.tgz",
@@ -2533,6 +2539,12 @@
"vite": "^5.2.0 || ^6 || ^7"
}
},
"node_modules/@tailwindcss/vite/node_modules/tailwindcss": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.0.tgz",
"integrity": "sha512-yYzTZ4++b7fNYxFfpnberEEKu43w44aqDMNM9MHMmcKuCH7lL8jJ4yJ7LGHv7rSwiqM0nkiobF9I6cLlpS2P7Q==",
"license": "MIT"
},
"node_modules/@types/babel__core": {
"version": "7.20.5",
"license": "MIT",
@@ -8391,9 +8403,9 @@
}
},
"node_modules/tailwindcss": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.0.tgz",
"integrity": "sha512-yYzTZ4++b7fNYxFfpnberEEKu43w44aqDMNM9MHMmcKuCH7lL8jJ4yJ7LGHv7rSwiqM0nkiobF9I6cLlpS2P7Q==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz",
"integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==",
"license": "MIT"
},
"node_modules/tapable": {

View File

@@ -27,7 +27,7 @@
"react": "^19.1.0",
"react-dom": "^19.2.4",
"remark-directive": "^4.0.0",
"tailwindcss": "^4.2.0",
"tailwindcss": "^4.2.1",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {