diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-11 04:55:30 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-11-11 04:56:13 +0000 |
commit | 308b4d6f1d11f035c8d97af711f2c177c2c2842d (patch) | |
tree | b9dadb4793671cde057832a504232b653f76aaf6 /clients/www | |
parent | Bump svelte from 5.1.11 to 5.1.12 in the node-deps group (diff) | |
download | zorascript-308b4d6f1d11f035c8d97af711f2c177c2c2842d.tar zorascript-308b4d6f1d11f035c8d97af711f2c177c2c2842d.tar.gz zorascript-308b4d6f1d11f035c8d97af711f2c177c2c2842d.tar.bz2 zorascript-308b4d6f1d11f035c8d97af711f2c177c2c2842d.tar.lz zorascript-308b4d6f1d11f035c8d97af711f2c177c2c2842d.tar.xz zorascript-308b4d6f1d11f035c8d97af711f2c177c2c2842d.tar.zst zorascript-308b4d6f1d11f035c8d97af711f2c177c2c2842d.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), [postcss](https://github.com/postcss/postcss), [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [svelte-check](https://github.com/sveltejs/language-tools).
Updates `@tauri-apps/cli` from 2.0.4 to 2.1.0
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.0.4...@tauri-apps/cli-v2.1.0)
Updates `postcss` from 8.4.47 to 8.4.48
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.47...8.4.48)
Updates `svelte` from 5.1.12 to 5.1.13
- [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.1.13/packages/svelte)
Updates `svelte-check` from 4.0.5 to 4.0.6
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-4.0.5...svelte-check-4.0.6)
---
updated-dependencies:
- dependency-name: "@tauri-apps/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: postcss
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: 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 '')
-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 8ac17f7..241cb96 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -30,11 +30,11 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.46.0", "iconify-icon": "^2.1.0", - "postcss": "8.4.47", + "postcss": "8.4.48", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.7", - "svelte": "^5.1.12", - "svelte-check": "^4.0.5", + "svelte": "^5.1.13", + "svelte-check": "^4.0.6", "svelte-persisted-store": "^0.12.0", "tailwindcss": "3.4.14", "tslib": "^2.8.1", |