diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-12 04:15:22 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-12 04:16:03 +0000 |
commit | 72662b88d4c6806863d49ef0dacc5acf8367fc3d (patch) | |
tree | eb4dfdbdd1dceed1abbce521fed63cf7e470f0a3 /clients/www | |
parent | Bump @typescript-eslint/parser from 7.15.0 to 7.16.0 (diff) | |
download | zorascript-72662b88d4c6806863d49ef0dacc5acf8367fc3d.tar zorascript-72662b88d4c6806863d49ef0dacc5acf8367fc3d.tar.gz zorascript-72662b88d4c6806863d49ef0dacc5acf8367fc3d.tar.bz2 zorascript-72662b88d4c6806863d49ef0dacc5acf8367fc3d.tar.lz zorascript-72662b88d4c6806863d49ef0dacc5acf8367fc3d.tar.xz zorascript-72662b88d4c6806863d49ef0dacc5acf8367fc3d.tar.zst zorascript-72662b88d4c6806863d49ef0dacc5acf8367fc3d.zip |
Bump eslint-plugin-svelte from 2.41.0 to 2.42.0
Bumps [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) from 2.41.0 to 2.42.0.
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.41.0...eslint-plugin-svelte@2.42.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-svelte
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients/www')
-rw-r--r-- | clients/www/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index c1bb798..3a1cb10 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -28,7 +28,7 @@ "autoprefixer": "10.4.19", "eslint": "^9.6.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-svelte": "^2.41.0", + "eslint-plugin-svelte": "^2.42.0", "iconify-icon": "^2.1.0", "postcss": "8.4.39", "prettier": "^3.3.2", |