diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-07 04:55:23 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-07 04:56:31 +0000 |
commit | 1c2b2d4d334b354de67c65b4000daacf2695cf69 (patch) | |
tree | 06654afa4b6dd75c4280c304dec46d65227c7b14 /clients | |
parent | Bump @types/node from 20.11.24 to 20.11.25 (diff) | |
download | zorascript-1c2b2d4d334b354de67c65b4000daacf2695cf69.tar zorascript-1c2b2d4d334b354de67c65b4000daacf2695cf69.tar.gz zorascript-1c2b2d4d334b354de67c65b4000daacf2695cf69.tar.bz2 zorascript-1c2b2d4d334b354de67c65b4000daacf2695cf69.tar.lz zorascript-1c2b2d4d334b354de67c65b4000daacf2695cf69.tar.xz zorascript-1c2b2d4d334b354de67c65b4000daacf2695cf69.tar.zst zorascript-1c2b2d4d334b354de67c65b4000daacf2695cf69.zip |
Bump @typescript-eslint/eslint-plugin from 7.1.0 to 7.1.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.1.0 to 7.1.1.
- [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.1.1/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 321e061..cb8af07 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -22,7 +22,7 @@ "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.10", "@types/node": "20.11.25", - "@typescript-eslint/eslint-plugin": "^7.1.0", + "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.0", "@vite-pwa/sveltekit": "^0.4.0", "autoprefixer": "10.4.18", |