diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-18 05:07:53 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-18 05:08:33 +0000 |
commit | bfb8209a474875c137aa7ef9a603c2ddf5a7167d (patch) | |
tree | ec7c8122213b3361b32b07c2917cd84cfdae1c68 /clients/www | |
parent | Bump the node-deps group with 3 updates (diff) | |
download | zorascript-bfb8209a474875c137aa7ef9a603c2ddf5a7167d.tar zorascript-bfb8209a474875c137aa7ef9a603c2ddf5a7167d.tar.gz zorascript-bfb8209a474875c137aa7ef9a603c2ddf5a7167d.tar.bz2 zorascript-bfb8209a474875c137aa7ef9a603c2ddf5a7167d.tar.lz zorascript-bfb8209a474875c137aa7ef9a603c2ddf5a7167d.tar.xz zorascript-bfb8209a474875c137aa7ef9a603c2ddf5a7167d.tar.zst zorascript-bfb8209a474875c137aa7ef9a603c2ddf5a7167d.zip |
Bump the node-deps group with 3 updates
Bumps the node-deps group with 3 updates: [@sveltejs/adapter-static](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-static), [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss).
Updates `@sveltejs/adapter-static` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-static/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/adapter-static@3.0.5/packages/adapter-static)
Updates `@sveltejs/kit` from 2.5.27 to 2.5.28
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.5.28/packages/kit)
Updates `tailwindcss` from 3.4.11 to 3.4.12
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.12/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.12)
---
updated-dependencies:
- dependency-name: "@sveltejs/adapter-static"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@sveltejs/kit"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- 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 'clients/www')
-rw-r--r-- | clients/www/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index e702a59..a6ac7a7 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -16,8 +16,8 @@ "devDependencies": { "@skeletonlabs/skeleton": "2.10.2", "@skeletonlabs/tw-plugin": "0.4.0", - "@sveltejs/adapter-static": "^3.0.4", - "@sveltejs/kit": "^2.5.27", + "@sveltejs/adapter-static": "^3.0.5", + "@sveltejs/kit": "^2.5.28", "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", @@ -36,7 +36,7 @@ "svelte": "^4.2.19", "svelte-check": "^4.0.2", "svelte-persisted-store": "^0.11.0", - "tailwindcss": "3.4.11", + "tailwindcss": "3.4.12", "tslib": "^2.7.0", "typescript": "^5.6.2", "vite": "^5.4.6", |