diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-23 16:44:26 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-23 16:45:15 +0000 |
commit | 088f8afb0f488ae2fdc9e506889bf24f4f2396be (patch) | |
tree | b8cfb1e786733934bafed4235a3cd7a561d2f2f4 /app/package.json | |
parent | Bump the node-deps group with 2 updates (diff) | |
download | trinkets-088f8afb0f488ae2fdc9e506889bf24f4f2396be.tar trinkets-088f8afb0f488ae2fdc9e506889bf24f4f2396be.tar.gz trinkets-088f8afb0f488ae2fdc9e506889bf24f4f2396be.tar.bz2 trinkets-088f8afb0f488ae2fdc9e506889bf24f4f2396be.tar.lz trinkets-088f8afb0f488ae2fdc9e506889bf24f4f2396be.tar.xz trinkets-088f8afb0f488ae2fdc9e506889bf24f4f2396be.tar.zst trinkets-088f8afb0f488ae2fdc9e506889bf24f4f2396be.zip |
Bump tailwindcss from 3.4.12 to 3.4.13 in the node-deps group
Bumps the node-deps group with 1 update: [tailwindcss](https://github.com/tailwindlabs/tailwindcss).
Updates `tailwindcss` from 3.4.12 to 3.4.13
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.12...v3.4.13)
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | app/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/package.json b/app/package.json index 135f5a8..8f24c47 100644 --- a/app/package.json +++ b/app/package.json @@ -33,7 +33,7 @@ "prettier-plugin-svelte": "3.2.6", "svelte": "4.2.19", "svelte-check": "4.0.2", - "tailwindcss": "3.4.12", + "tailwindcss": "3.4.13", "tslib": "2.7.0", "typescript": "5.6.2", "vite": "5.4.7", |