diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-27 04:34:29 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-27 04:35:03 +0000 |
commit | 18a2e4b23c4410f884cfed8b708b813588f9509a (patch) | |
tree | 9b0adc454d4abee7ad4b4eff36e97a6dacb259a8 /clients/www | |
parent | Bump the node-deps group with 2 updates (diff) | |
download | zorascript-18a2e4b23c4410f884cfed8b708b813588f9509a.tar zorascript-18a2e4b23c4410f884cfed8b708b813588f9509a.tar.gz zorascript-18a2e4b23c4410f884cfed8b708b813588f9509a.tar.bz2 zorascript-18a2e4b23c4410f884cfed8b708b813588f9509a.tar.lz zorascript-18a2e4b23c4410f884cfed8b708b813588f9509a.tar.xz zorascript-18a2e4b23c4410f884cfed8b708b813588f9509a.tar.zst zorascript-18a2e4b23c4410f884cfed8b708b813588f9509a.zip |
Bump the node-deps group with 5 updates
Bumps the node-deps group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.44.0` | `2.44.1` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.5.28` | `2.6.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.2` | `22.7.3` |
| [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.6` | `3.2.7` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.0.2` | `4.0.3` |
Updates `eslint-plugin-svelte` from 2.44.0 to 2.44.1
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.44.0...eslint-plugin-svelte@2.44.1)
Updates `@sveltejs/kit` from 2.5.28 to 2.6.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.6.0/packages/kit)
Updates `@types/node` from 22.7.2 to 22.7.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `prettier-plugin-svelte` from 3.2.6 to 3.2.7
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.6...v3.2.7)
Updates `svelte-check` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-4.0.2...svelte-check-4.0.3)
---
updated-dependencies:
- dependency-name: eslint-plugin-svelte
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: prettier-plugin-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 'clients/www')
-rw-r--r-- | clients/www/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 10d3866..7d9e075 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -17,24 +17,24 @@ "@skeletonlabs/skeleton": "2.10.2", "@skeletonlabs/tw-plugin": "0.4.0", "@sveltejs/adapter-static": "^3.0.5", - "@sveltejs/kit": "^2.5.28", + "@sveltejs/kit": "^2.6.0", "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", - "@types/node": "22.7.2", + "@types/node": "22.7.3", "@typescript-eslint/eslint-plugin": "^8.7.0", "@typescript-eslint/parser": "^8.7.0", "@vite-pwa/sveltekit": "^0.6.5", "autoprefixer": "10.4.20", "eslint": "^9.11.1", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-svelte": "^2.44.0", + "eslint-plugin-svelte": "^2.44.1", "iconify-icon": "^2.1.0", "postcss": "8.4.47", "prettier": "^3.3.3", - "prettier-plugin-svelte": "^3.2.6", + "prettier-plugin-svelte": "^3.2.7", "svelte": "^4.2.19", - "svelte-check": "^4.0.2", + "svelte-check": "^4.0.3", "svelte-persisted-store": "^0.11.0", "tailwindcss": "3.4.13", "tslib": "^2.7.0", |