diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-06 04:10:45 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-01-06 04:11:21 +0000 |
commit | fa047239cdd9b8fb14bae83be2e25ad6913b38f3 (patch) | |
tree | 5741bd547f88e7bad72b5d980fc0eb7ecfa3ec68 /clients | |
parent | Bump the node-deps group with 4 updates (diff) | |
download | zorascript-fa047239cdd9b8fb14bae83be2e25ad6913b38f3.tar zorascript-fa047239cdd9b8fb14bae83be2e25ad6913b38f3.tar.gz zorascript-fa047239cdd9b8fb14bae83be2e25ad6913b38f3.tar.bz2 zorascript-fa047239cdd9b8fb14bae83be2e25ad6913b38f3.tar.lz zorascript-fa047239cdd9b8fb14bae83be2e25ad6913b38f3.tar.xz zorascript-fa047239cdd9b8fb14bae83be2e25ad6913b38f3.tar.zst zorascript-fa047239cdd9b8fb14bae83be2e25ad6913b38f3.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), [iconify-icon](https://github.com/iconify/iconify/tree/HEAD/iconify-icon/icon) and [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).
Updates `@tauri-apps/cli` from 2.2.0 to 2.2.2
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.2.0...@tauri-apps/cli-v2.2.2)
Updates `@types/node` from 22.10.4 to 22.10.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `iconify-icon` from 2.2.0 to 2.3.0
- [Commits](https://github.com/iconify/iconify/commits/HEAD/iconify-icon/icon)
Updates `svelte` from 5.16.1 to 5.16.2
- [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.2/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: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: iconify-icon
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: svelte
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.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index f673d8f..f3b2db9 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.4", + "@types/node": "22.10.5", "@typescript-eslint/eslint-plugin": "^8.19.0", "@typescript-eslint/parser": "^8.19.0", "@vite-pwa/sveltekit": "^0.6.7", @@ -29,11 +29,11 @@ "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.46.1", - "iconify-icon": "^2.2.0", + "iconify-icon": "^2.3.0", "postcss": "8.4.49", "prettier": "^3.4.2", "prettier-plugin-svelte": "^3.3.2", - "svelte": "^5.16.1", + "svelte": "^5.16.2", "svelte-check": "^4.1.1", "svelte-persisted-store": "^0.12.0", "tailwindcss": "3.4.17", |