diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-13 04:52:46 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-13 04:53:28 +0000 |
commit | 94a74f3e7ee34e9540c75627806f3949b7935e8c (patch) | |
tree | 4ac20b138b6b77e99b04ec60e62ff3ce9b05c874 /clients | |
parent | Bump svelte-check from 3.6.3 to 3.6.4 (diff) | |
download | zorascript-94a74f3e7ee34e9540c75627806f3949b7935e8c.tar zorascript-94a74f3e7ee34e9540c75627806f3949b7935e8c.tar.gz zorascript-94a74f3e7ee34e9540c75627806f3949b7935e8c.tar.bz2 zorascript-94a74f3e7ee34e9540c75627806f3949b7935e8c.tar.lz zorascript-94a74f3e7ee34e9540c75627806f3949b7935e8c.tar.xz zorascript-94a74f3e7ee34e9540c75627806f3949b7935e8c.tar.zst zorascript-94a74f3e7ee34e9540c75627806f3949b7935e8c.zip |
Bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.21.0 to 7.0.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.0.1/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-major
...
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 56205e6..1d9c694 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.17", - "@typescript-eslint/eslint-plugin": "^6.21.0", + "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^6.21.0", "@vite-pwa/sveltekit": "^0.3.0", "autoprefixer": "10.4.17", |