diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-15 04:22:14 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-15 04:22:59 +0000 |
commit | 7bd22f038af8450580e06cbafb2e204c0451cf6c (patch) | |
tree | 73ce129e36ca2aa9ce922b8a00568a95db720da5 /clients | |
parent | Bump eslint-plugin-svelte from 2.41.0 to 2.42.0 (diff) | |
download | zorascript-7bd22f038af8450580e06cbafb2e204c0451cf6c.tar zorascript-7bd22f038af8450580e06cbafb2e204c0451cf6c.tar.gz zorascript-7bd22f038af8450580e06cbafb2e204c0451cf6c.tar.bz2 zorascript-7bd22f038af8450580e06cbafb2e204c0451cf6c.tar.lz zorascript-7bd22f038af8450580e06cbafb2e204c0451cf6c.tar.xz zorascript-7bd22f038af8450580e06cbafb2e204c0451cf6c.tar.zst zorascript-7bd22f038af8450580e06cbafb2e204c0451cf6c.zip |
Bump eslint from 9.6.0 to 9.7.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.6.0 to 9.7.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.6.0...v9.7.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients')
-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 3a1cb10..51fb03e 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -26,7 +26,7 @@ "@typescript-eslint/parser": "^7.16.0", "@vite-pwa/sveltekit": "^0.6.0", "autoprefixer": "10.4.19", - "eslint": "^9.6.0", + "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.42.0", "iconify-icon": "^2.1.0", |