diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-13 04:32:44 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-13 04:33:19 +0000 |
commit | c1582b45e008e84e93726c1f16670385aeb8a6cb (patch) | |
tree | cda638c42644b6f0622dcfde9ecd84d1c609d047 /clients/www | |
parent | Bump vite from 5.1.5 to 5.1.6 (diff) | |
download | zorascript-c1582b45e008e84e93726c1f16670385aeb8a6cb.tar zorascript-c1582b45e008e84e93726c1f16670385aeb8a6cb.tar.gz zorascript-c1582b45e008e84e93726c1f16670385aeb8a6cb.tar.bz2 zorascript-c1582b45e008e84e93726c1f16670385aeb8a6cb.tar.lz zorascript-c1582b45e008e84e93726c1f16670385aeb8a6cb.tar.xz zorascript-c1582b45e008e84e93726c1f16670385aeb8a6cb.tar.zst zorascript-c1582b45e008e84e93726c1f16670385aeb8a6cb.zip |
Bump @typescript-eslint/parser from 7.1.1 to 7.2.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.1.1 to 7.2.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
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 0e3fb76..9c5282d 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -23,7 +23,7 @@ "@tailwindcss/typography": "0.5.10", "@types/node": "20.11.26", "@typescript-eslint/eslint-plugin": "^7.2.0", - "@typescript-eslint/parser": "^7.1.1", + "@typescript-eslint/parser": "^7.2.0", "@vite-pwa/sveltekit": "^0.4.0", "autoprefixer": "10.4.18", "eslint": "^8.57.0", |