diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-15 05:03:34 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-11-15 05:04:12 +0000 |
commit | 674ed4f031f2df4c482384387ac6d5a3a32b396f (patch) | |
tree | 933d5846353187d5530ae143de4e8be226be3e77 /clients/www | |
parent | Bump @sveltejs/kit from 2.8.0 to 2.8.1 in the node-deps group (diff) | |
download | zorascript-674ed4f031f2df4c482384387ac6d5a3a32b396f.tar zorascript-674ed4f031f2df4c482384387ac6d5a3a32b396f.tar.gz zorascript-674ed4f031f2df4c482384387ac6d5a3a32b396f.tar.bz2 zorascript-674ed4f031f2df4c482384387ac6d5a3a32b396f.tar.lz zorascript-674ed4f031f2df4c482384387ac6d5a3a32b396f.tar.xz zorascript-674ed4f031f2df4c482384387ac6d5a3a32b396f.tar.zst zorascript-674ed4f031f2df4c482384387ac6d5a3a32b396f.zip |
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss).
Updates `svelte` from 5.1.16 to 5.2.0
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.2.0/packages/svelte)
Updates `tailwindcss` from 3.4.14 to 3.4.15
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.15/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.14...v3.4.15)
---
updated-dependencies:
- dependency-name: svelte
dependency-type: direct:development
update-type: version-update:semver-minor
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 05d992d..3758172 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -33,10 +33,10 @@ "postcss": "8.4.49", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.8", - "svelte": "^5.1.16", + "svelte": "^5.2.0", "svelte-check": "^4.0.7", "svelte-persisted-store": "^0.12.0", - "tailwindcss": "3.4.14", + "tailwindcss": "3.4.15", "tslib": "^2.8.1", "typescript": "^5.6.3", "vite": "^5.4.11", |