diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-26 05:05:59 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-26 05:06:39 +0000 |
commit | 6b0310586176c7e84768c9d95a663b0ba0282c19 (patch) | |
tree | cd0133437fc441ccc41ccf8500831d5acc5e640e /clients | |
parent | Bump the node-deps group with 2 updates (diff) | |
download | zorascript-6b0310586176c7e84768c9d95a663b0ba0282c19.tar zorascript-6b0310586176c7e84768c9d95a663b0ba0282c19.tar.gz zorascript-6b0310586176c7e84768c9d95a663b0ba0282c19.tar.bz2 zorascript-6b0310586176c7e84768c9d95a663b0ba0282c19.tar.lz zorascript-6b0310586176c7e84768c9d95a663b0ba0282c19.tar.xz zorascript-6b0310586176c7e84768c9d95a663b0ba0282c19.tar.zst zorascript-6b0310586176c7e84768c9d95a663b0ba0282c19.zip |
Bump the node-deps group with 5 updates
Bumps the node-deps group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.6.0` | `1.6.1` |
| [eslint](https://github.com/eslint/eslint) | `9.9.0` | `9.9.1` |
| [@vite-pwa/sveltekit](https://github.com/vite-pwa/sveltekit) | `0.6.0` | `0.6.1` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.18` | `4.2.19` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.3` | `2.7.0` |
Updates `@tauri-apps/cli` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.6.0...@tauri-apps/cli-v1.6.1)
Updates `eslint` from 9.9.0 to 9.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.9.0...v9.9.1)
Updates `@vite-pwa/sveltekit` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/vite-pwa/sveltekit/releases)
- [Commits](https://github.com/vite-pwa/sveltekit/compare/v0.6.0...v0.6.1)
Updates `svelte` from 4.2.18 to 4.2.19
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.19/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.19/packages/svelte)
Updates `tslib` from 2.6.3 to 2.7.0
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.6.3...v2.7.0)
---
updated-dependencies:
- dependency-name: "@tauri-apps/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@vite-pwa/sveltekit"
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: tslib
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.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index b407f0b..42c092e 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -24,20 +24,20 @@ "@types/node": "22.5.0", "@typescript-eslint/eslint-plugin": "^8.2.0", "@typescript-eslint/parser": "^8.2.0", - "@vite-pwa/sveltekit": "^0.6.0", + "@vite-pwa/sveltekit": "^0.6.1", "autoprefixer": "10.4.20", - "eslint": "^9.9.0", + "eslint": "^9.9.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.43.0", "iconify-icon": "^2.1.0", "postcss": "8.4.41", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.6", - "svelte": "^4.2.18", + "svelte": "^4.2.19", "svelte-check": "^3.8.6", "svelte-persisted-store": "^0.11.0", "tailwindcss": "3.4.10", - "tslib": "^2.6.3", + "tslib": "^2.7.0", "typescript": "^5.5.4", "vite": "^5.4.2", "vite-plugin-tailwind-purgecss": "0.3.3" |