diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-20 04:12:00 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-20 04:12:39 +0000 |
commit | be03eae9e744b33dd0927a4f7607cb4f0a07bdeb (patch) | |
tree | 2b99070eccbd5fae92e976be185e34c5da86f084 /clients | |
parent | Bump @vite-pwa/sveltekit from 0.3.0 to 0.4.0 (diff) | |
download | zorascript-be03eae9e744b33dd0927a4f7607cb4f0a07bdeb.tar zorascript-be03eae9e744b33dd0927a4f7607cb4f0a07bdeb.tar.gz zorascript-be03eae9e744b33dd0927a4f7607cb4f0a07bdeb.tar.bz2 zorascript-be03eae9e744b33dd0927a4f7607cb4f0a07bdeb.tar.lz zorascript-be03eae9e744b33dd0927a4f7607cb4f0a07bdeb.tar.xz zorascript-be03eae9e744b33dd0927a4f7607cb4f0a07bdeb.tar.zst zorascript-be03eae9e744b33dd0927a4f7607cb4f0a07bdeb.zip |
Bump @typescript-eslint/eslint-plugin from 7.0.1 to 7.0.2
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.0.1 to 7.0.2.
- [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.2/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 1651bcd..961ef0b 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.19", - "@typescript-eslint/eslint-plugin": "^7.0.1", + "@typescript-eslint/eslint-plugin": "^7.0.2", "@typescript-eslint/parser": "^7.0.1", "@vite-pwa/sveltekit": "^0.4.0", "autoprefixer": "10.4.17", |