diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-07 04:44:55 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-07 04:45:32 +0000 |
commit | 1332dd1de8b9018d4d0f491797346c5ed4ab2215 (patch) | |
tree | caad63bff0e345909fa6355413b387dc759af94c /clients | |
parent | Bump @tauri-apps/cli from 2.0.0 to 2.0.1 in the node-deps group (diff) | |
download | zorascript-1332dd1de8b9018d4d0f491797346c5ed4ab2215.tar zorascript-1332dd1de8b9018d4d0f491797346c5ed4ab2215.tar.gz zorascript-1332dd1de8b9018d4d0f491797346c5ed4ab2215.tar.bz2 zorascript-1332dd1de8b9018d4d0f491797346c5ed4ab2215.tar.lz zorascript-1332dd1de8b9018d4d0f491797346c5ed4ab2215.tar.xz zorascript-1332dd1de8b9018d4d0f491797346c5ed4ab2215.tar.zst zorascript-1332dd1de8b9018d4d0f491797346c5ed4ab2215.zip |
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [eslint](https://github.com/eslint/eslint) and [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit).
Updates `eslint` from 9.11.1 to 9.12.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.11.1...v9.12.0)
Updates `@sveltejs/kit` from 2.6.1 to 2.6.2
- [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.2/packages/kit)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: "@sveltejs/kit"
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 445e25e..85d8368 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -17,7 +17,7 @@ "@skeletonlabs/skeleton": "2.10.2", "@skeletonlabs/tw-plugin": "0.4.0", "@sveltejs/adapter-static": "^3.0.5", - "@sveltejs/kit": "^2.6.1", + "@sveltejs/kit": "^2.6.2", "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", @@ -26,7 +26,7 @@ "@typescript-eslint/parser": "^8.8.0", "@vite-pwa/sveltekit": "^0.6.5", "autoprefixer": "10.4.20", - "eslint": "^9.11.1", + "eslint": "^9.12.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.44.1", "iconify-icon": "^2.1.0", |