diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-18 04:33:10 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-18 04:33:46 +0000 |
commit | 18aa33efc3231601848a74e0a0a9024b2ac8642f (patch) | |
tree | e97f525f625c0d4f0a233a43ce6a3245549321e0 /clients/www | |
parent | Bump @typescript-eslint/parser from 7.13.0 to 7.13.1 (diff) | |
download | zorascript-18aa33efc3231601848a74e0a0a9024b2ac8642f.tar zorascript-18aa33efc3231601848a74e0a0a9024b2ac8642f.tar.gz zorascript-18aa33efc3231601848a74e0a0a9024b2ac8642f.tar.bz2 zorascript-18aa33efc3231601848a74e0a0a9024b2ac8642f.tar.lz zorascript-18aa33efc3231601848a74e0a0a9024b2ac8642f.tar.xz zorascript-18aa33efc3231601848a74e0a0a9024b2ac8642f.tar.zst zorascript-18aa33efc3231601848a74e0a0a9024b2ac8642f.zip |
Bump eslint-plugin-svelte from 2.39.4 to 2.40.0
Bumps [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) from 2.39.4 to 2.40.0.
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.39.4...eslint-plugin-svelte@2.40.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 '')
-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 8e9853d..49bf695 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -28,7 +28,7 @@ "autoprefixer": "10.4.19", "eslint": "^9.5.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-svelte": "^2.39.4", + "eslint-plugin-svelte": "^2.40.0", "iconify-icon": "^2.1.0", "postcss": "8.4.38", "prettier": "^3.3.2", |