diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-20 04:32:21 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-05-20 04:32:58 +0000 |
commit | cb8dbfd8dac17137a640a22bfe098243e567f9ae (patch) | |
tree | 0f089f1d2f0435a272e08726f96b577c9f8685e3 /clients/www | |
parent | Bump deps (diff) | |
download | zorascript-cb8dbfd8dac17137a640a22bfe098243e567f9ae.tar zorascript-cb8dbfd8dac17137a640a22bfe098243e567f9ae.tar.gz zorascript-cb8dbfd8dac17137a640a22bfe098243e567f9ae.tar.bz2 zorascript-cb8dbfd8dac17137a640a22bfe098243e567f9ae.tar.lz zorascript-cb8dbfd8dac17137a640a22bfe098243e567f9ae.tar.xz zorascript-cb8dbfd8dac17137a640a22bfe098243e567f9ae.tar.zst zorascript-cb8dbfd8dac17137a640a22bfe098243e567f9ae.zip |
Bump eslint from 9.2.0 to 9.3.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.2.0 to 9.3.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.2.0...v9.3.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/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 3efb65b..47d605c 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -26,7 +26,7 @@ "@typescript-eslint/parser": "^7.8.0", "@vite-pwa/sveltekit": "^0.5.0", "autoprefixer": "10.4.19", - "eslint": "^9.2.0", + "eslint": "^9.3.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.38.0", "iconify-icon": "^2.1.0", |