diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-30 18:12:35 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2024-01-30 12:12:41 -0600 |
commit | e36621cd8faad332a7597cdda14f9f488ca12e42 (patch) | |
tree | b4296913437b9ca0c22e30d1878cbf14a6a42ef8 /clients | |
parent | Bump @typescript-eslint/parser from 6.19.1 to 6.20.0 (diff) | |
download | zorascript-e36621cd8faad332a7597cdda14f9f488ca12e42.tar zorascript-e36621cd8faad332a7597cdda14f9f488ca12e42.tar.gz zorascript-e36621cd8faad332a7597cdda14f9f488ca12e42.tar.bz2 zorascript-e36621cd8faad332a7597cdda14f9f488ca12e42.tar.lz zorascript-e36621cd8faad332a7597cdda14f9f488ca12e42.tar.xz zorascript-e36621cd8faad332a7597cdda14f9f488ca12e42.tar.zst zorascript-e36621cd8faad332a7597cdda14f9f488ca12e42.zip |
Bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.19.1 to 6.20.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/v6.20.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 '')
-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 0773dd4..ca3d5e4 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.10", - "@typescript-eslint/eslint-plugin": "^6.19.1", + "@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/parser": "^6.20.0", "@vite-pwa/sveltekit": "^0.3.0", "autoprefixer": "10.4.17", |