aboutsummaryrefslogtreecommitdiffstats
path: root/clients
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-03 04:46:22 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-01-03 04:46:58 +0000
commit780f4ab6e3243d160943869766f80646bd119eec (patch)
tree12dd7d1dd3bf71b45fa5b183b7644819ebc0e4fa /clients
parentBump the node-deps group with 2 updates (diff)
downloadzorascript-780f4ab6e3243d160943869766f80646bd119eec.tar
zorascript-780f4ab6e3243d160943869766f80646bd119eec.tar.gz
zorascript-780f4ab6e3243d160943869766f80646bd119eec.tar.bz2
zorascript-780f4ab6e3243d160943869766f80646bd119eec.tar.lz
zorascript-780f4ab6e3243d160943869766f80646bd119eec.tar.xz
zorascript-780f4ab6e3243d160943869766f80646bd119eec.tar.zst
zorascript-780f4ab6e3243d160943869766f80646bd119eec.zip
Bump the node-deps group with 4 updates
Bumps the node-deps group with 4 updates: [@tauri-apps/cli](https://github.com/tauri-apps/tauri), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@tauri-apps/cli` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.1.0...@tauri-apps/cli-v2.2.0) Updates `@types/node` from 22.10.3 to 22.10.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `svelte` from 5.16.0 to 5.16.1 - [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.16.1/packages/svelte) Updates `vite` from 6.0.6 to 6.0.7 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.7/packages/vite) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" 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-patch dependency-group: node-deps - dependency-name: vite 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')
-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 902919a..f673d8f 100644
--- a/clients/www/package.json
+++ b/clients/www/package.json
@@ -21,7 +21,7 @@
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
- "@types/node": "22.10.3",
+ "@types/node": "22.10.4",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@vite-pwa/sveltekit": "^0.6.7",
@@ -33,13 +33,13 @@
"postcss": "8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
- "svelte": "^5.16.0",
+ "svelte": "^5.16.1",
"svelte-check": "^4.1.1",
"svelte-persisted-store": "^0.12.0",
"tailwindcss": "3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
- "vite": "^6.0.6",
+ "vite": "^6.0.7",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-tailwind-purgecss": "0.3.5"
},