diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-30 04:23:57 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-30 04:24:41 +0000 |
commit | 37403c883aafc5fa67096f3abe302af8bd4e28d4 (patch) | |
tree | 0c2f69fa7d83cd605d5d0ee87146f6727db5c79a /clients/www | |
parent | Bump the node-deps group with 5 updates (diff) | |
download | zorascript-37403c883aafc5fa67096f3abe302af8bd4e28d4.tar zorascript-37403c883aafc5fa67096f3abe302af8bd4e28d4.tar.gz zorascript-37403c883aafc5fa67096f3abe302af8bd4e28d4.tar.bz2 zorascript-37403c883aafc5fa67096f3abe302af8bd4e28d4.tar.lz zorascript-37403c883aafc5fa67096f3abe302af8bd4e28d4.tar.xz zorascript-37403c883aafc5fa67096f3abe302af8bd4e28d4.tar.zst zorascript-37403c883aafc5fa67096f3abe302af8bd4e28d4.zip |
Bump the node-deps group with 3 updates
Bumps the node-deps group with 3 updates: [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [svelte-check](https://github.com/sveltejs/language-tools).
Updates `@sveltejs/kit` from 2.6.0 to 2.6.1
- [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.6.1/packages/kit)
Updates `@types/node` from 22.7.3 to 22.7.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `svelte-check` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-4.0.3...svelte-check-4.0.4)
---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: svelte-check
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 7d9e075..1f405c2 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -17,11 +17,11 @@ "@skeletonlabs/skeleton": "2.10.2", "@skeletonlabs/tw-plugin": "0.4.0", "@sveltejs/adapter-static": "^3.0.5", - "@sveltejs/kit": "^2.6.0", + "@sveltejs/kit": "^2.6.1", "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", - "@types/node": "22.7.3", + "@types/node": "22.7.4", "@typescript-eslint/eslint-plugin": "^8.7.0", "@typescript-eslint/parser": "^8.7.0", "@vite-pwa/sveltekit": "^0.6.5", @@ -34,7 +34,7 @@ "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.7", "svelte": "^4.2.19", - "svelte-check": "^4.0.3", + "svelte-check": "^4.0.4", "svelte-persisted-store": "^0.11.0", "tailwindcss": "3.4.13", "tslib": "^2.7.0", |