aboutsummaryrefslogtreecommitdiffstats
path: root/clients
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-20 04:38:24 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-01-20 04:39:01 +0000
commitadcb5104269085a3ebcb1a16cc3b26dd715c1416 (patch)
tree00867729786ea9b0c15db2a506ed946cd52e175c /clients
parentBump the node-deps group with 2 updates (diff)
downloadzorascript-adcb5104269085a3ebcb1a16cc3b26dd715c1416.tar
zorascript-adcb5104269085a3ebcb1a16cc3b26dd715c1416.tar.gz
zorascript-adcb5104269085a3ebcb1a16cc3b26dd715c1416.tar.bz2
zorascript-adcb5104269085a3ebcb1a16cc3b26dd715c1416.tar.lz
zorascript-adcb5104269085a3ebcb1a16cc3b26dd715c1416.tar.xz
zorascript-adcb5104269085a3ebcb1a16cc3b26dd715c1416.tar.zst
zorascript-adcb5104269085a3ebcb1a16cc3b26dd715c1416.zip
Bump the node-deps group across 1 directory with 4 updates
Bumps the node-deps group with 4 updates in the / directory: [@tauri-apps/cli](https://github.com/tauri-apps/tauri), [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte). Updates `@tauri-apps/cli` from 2.2.4 to 2.2.5 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.2.4...@tauri-apps/cli-v2.2.5) Updates `@sveltejs/kit` from 2.15.2 to 2.16.0 - [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.16.0/packages/kit) Updates `@types/node` from 22.10.6 to 22.10.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `svelte` from 5.18.0 to 5.19.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.19.0/packages/svelte) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" 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-minor 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 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients')
-rw-r--r--clients/www/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/clients/www/package.json b/clients/www/package.json
index 49ba964..fcafe2d 100644
--- a/clients/www/package.json
+++ b/clients/www/package.json
@@ -17,11 +17,11 @@
"@skeletonlabs/skeleton": "2.10.4",
"@skeletonlabs/tw-plugin": "0.4.0",
"@sveltejs/adapter-static": "^3.0.8",
- "@sveltejs/kit": "^2.15.2",
+ "@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/typography": "0.5.16",
- "@types/node": "22.10.6",
+ "@types/node": "22.10.7",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@vite-pwa/sveltekit": "^0.6.7",
@@ -33,7 +33,7 @@
"postcss": "8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
- "svelte": "^5.18.0",
+ "svelte": "^5.19.0",
"svelte-check": "^4.1.4",
"svelte-persisted-store": "^0.12.0",
"tailwindcss": "3.4.17",