aboutsummaryrefslogtreecommitdiff
path: root/src/main/webui/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-06 07:52:38 -0400
committerGitHub <noreply@github.com>2025-09-06 07:52:38 -0400
commite55f70fbfc89c7e0cb67ee916981cba584d260ba (patch)
tree95ce8ae44b8ad17c40805433a849329389b9d9dc /src/main/webui/package.json
parentcc77636147c2e92c7fa7ef2122fb77853e5ca25b (diff)
downloadpantry-e55f70fbfc89c7e0cb67ee916981cba584d260ba.tar.gz
pantry-e55f70fbfc89c7e0cb67ee916981cba584d260ba.tar.bz2
pantry-e55f70fbfc89c7e0cb67ee916981cba584d260ba.zip
build(deps): bump the tailwind group in /src/main/webui with 2 updates (#701)
Bumps the tailwind group in /src/main/webui with 2 updates: [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss). Updates `@tailwindcss/postcss` from 4.1.12 to 4.1.13 - [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.1.13/packages/@tailwindcss-postcss) Updates `tailwindcss` from 4.1.12 to 4.1.13 - [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.1.13/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@tailwindcss/postcss" dependency-version: 4.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tailwind - dependency-name: tailwindcss dependency-version: 4.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tailwind ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src/main/webui/package.json')
-rw-r--r--src/main/webui/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/webui/package.json b/src/main/webui/package.json
index 616fc7b..3d828f1 100644
--- a/src/main/webui/package.json
+++ b/src/main/webui/package.json
@@ -24,7 +24,7 @@
"@rsbuild/core": "^1.5.4",
"@rsbuild/plugin-react": "^1.4.0",
"@rsbuild/plugin-svgr": "^1.2.2",
- "@tailwindcss/postcss": "^4.1.12",
+ "@tailwindcss/postcss": "^4.1.13",
"flowbite": "^3.1.2",
"flowbite-react": "^0.12.7",
"graphql": "^16.11.0",
@@ -34,7 +34,7 @@
"react-redux": "^9.2.0",
"react-router-dom": "^7.8.2",
"redux": "^5.0.1",
- "tailwindcss": "^4.1.12",
+ "tailwindcss": "^4.1.13",
"uuid": "^11.1.0",
"web-vitals": "^5.1.0"
},