diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-07 06:02:32 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-07 06:03:06 +0000 |
commit | d560fbc5b6cfe330d0c6f7a6e610deee37120cdd (patch) | |
tree | 9ebab805122504c905b4c83c0e3748e238ff0ae6 /clients/www | |
parent | Bump svelte from 4.2.17 to 4.2.18 (diff) | |
download | zorascript-d560fbc5b6cfe330d0c6f7a6e610deee37120cdd.tar zorascript-d560fbc5b6cfe330d0c6f7a6e610deee37120cdd.tar.gz zorascript-d560fbc5b6cfe330d0c6f7a6e610deee37120cdd.tar.bz2 zorascript-d560fbc5b6cfe330d0c6f7a6e610deee37120cdd.tar.lz zorascript-d560fbc5b6cfe330d0c6f7a6e610deee37120cdd.tar.xz zorascript-d560fbc5b6cfe330d0c6f7a6e610deee37120cdd.tar.zst zorascript-d560fbc5b6cfe330d0c6f7a6e610deee37120cdd.zip |
Bump tailwindcss from 3.4.3 to 3.4.4
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.3 to 3.4.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.4)
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients/www')
-rw-r--r-- | clients/www/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 419da1c..9f667e8 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -36,7 +36,7 @@ "svelte": "^4.2.18", "svelte-check": "^3.8.0", "svelte-persisted-store": "^0.11.0", - "tailwindcss": "3.4.3", + "tailwindcss": "3.4.4", "tslib": "^2.6.3", "typescript": "^5.4.5", "vite": "^5.2.12", |