diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-23 04:23:37 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-23 04:24:14 +0000 |
commit | 441ad183e4574542ca394a63df974c54efa38e45 (patch) | |
tree | 4ad64923d37e4408ab31fb115101791903eb6695 /clients/www | |
parent | Bump typescript from 5.5.3 to 5.5.4 (diff) | |
download | zorascript-441ad183e4574542ca394a63df974c54efa38e45.tar zorascript-441ad183e4574542ca394a63df974c54efa38e45.tar.gz zorascript-441ad183e4574542ca394a63df974c54efa38e45.tar.bz2 zorascript-441ad183e4574542ca394a63df974c54efa38e45.tar.lz zorascript-441ad183e4574542ca394a63df974c54efa38e45.tar.xz zorascript-441ad183e4574542ca394a63df974c54efa38e45.tar.zst zorascript-441ad183e4574542ca394a63df974c54efa38e45.zip |
Bump @typescript-eslint/eslint-plugin from 7.16.1 to 7.17.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.16.1 to 7.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.17.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
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 51a9334..a266d26 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -22,7 +22,7 @@ "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.13", "@types/node": "20.14.11", - "@typescript-eslint/eslint-plugin": "^7.16.1", + "@typescript-eslint/eslint-plugin": "^7.17.0", "@typescript-eslint/parser": "^7.16.1", "@vite-pwa/sveltekit": "^0.6.0", "autoprefixer": "10.4.19", |