diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-16 04:19:27 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-12-16 04:20:10 +0000 |
commit | 8f460928830366cf9f261b55648eabb6b8eb2dca (patch) | |
tree | 9db11a172a3ae58412c10f5829fefeeef9a77765 /clients/www | |
parent | Bump the node-deps group with 3 updates (diff) | |
download | zorascript-8f460928830366cf9f261b55648eabb6b8eb2dca.tar zorascript-8f460928830366cf9f261b55648eabb6b8eb2dca.tar.gz zorascript-8f460928830366cf9f261b55648eabb6b8eb2dca.tar.bz2 zorascript-8f460928830366cf9f261b55648eabb6b8eb2dca.tar.lz zorascript-8f460928830366cf9f261b55648eabb6b8eb2dca.tar.xz zorascript-8f460928830366cf9f261b55648eabb6b8eb2dca.tar.zst zorascript-8f460928830366cf9f261b55648eabb6b8eb2dca.zip |
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [eslint](https://github.com/eslint/eslint) and [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).
Updates `eslint` from 9.16.0 to 9.17.0
- [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.16.0...v9.17.0)
Updates `svelte` from 5.12.0 to 5.14.0
- [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.14.0/packages/svelte)
---
updated-dependencies:
- dependency-name: eslint
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-minor
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients/www')
-rw-r--r-- | clients/www/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 7127af0..444643e 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -26,14 +26,14 @@ "@typescript-eslint/parser": "^8.18.0", "@vite-pwa/sveltekit": "^0.6.6", "autoprefixer": "10.4.20", - "eslint": "^9.16.0", + "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.46.1", "iconify-icon": "^2.2.0", "postcss": "8.4.49", "prettier": "^3.4.2", "prettier-plugin-svelte": "^3.3.2", - "svelte": "^5.12.0", + "svelte": "^5.14.0", "svelte-check": "^4.1.1", "svelte-persisted-store": "^0.12.0", "tailwindcss": "3.4.16", |