diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-29 04:41:45 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-29 04:42:22 +0000 |
commit | 4edf759d697600d09cb8436e29a9e975f0b24ced (patch) | |
tree | 480585a62fbea878c0a747fc50e70675809b332e /clients | |
parent | Bump @types/node from 20.14.12 to 22.0.0 (diff) | |
download | zorascript-4edf759d697600d09cb8436e29a9e975f0b24ced.tar zorascript-4edf759d697600d09cb8436e29a9e975f0b24ced.tar.gz zorascript-4edf759d697600d09cb8436e29a9e975f0b24ced.tar.bz2 zorascript-4edf759d697600d09cb8436e29a9e975f0b24ced.tar.lz zorascript-4edf759d697600d09cb8436e29a9e975f0b24ced.tar.xz zorascript-4edf759d697600d09cb8436e29a9e975f0b24ced.tar.zst zorascript-4edf759d697600d09cb8436e29a9e975f0b24ced.zip |
Bump eslint from 9.7.0 to 9.8.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.7.0 to 9.8.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.7.0...v9.8.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 162192e..2083d81 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -26,7 +26,7 @@ "@typescript-eslint/parser": "^7.17.0", "@vite-pwa/sveltekit": "^0.6.0", "autoprefixer": "10.4.19", - "eslint": "^9.7.0", + "eslint": "^9.8.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.43.0", "iconify-icon": "^2.1.0", |