diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-28 04:23:52 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-05-28 04:24:29 +0000 |
commit | 3c8aea0d0032a7d0628a2ab4235dfaffc38bfd35 (patch) | |
tree | d4dd04acbfdaf77381e919627ad1ec57819dd8be /clients/www | |
parent | --- (diff) | |
download | zorascript-3c8aea0d0032a7d0628a2ab4235dfaffc38bfd35.tar zorascript-3c8aea0d0032a7d0628a2ab4235dfaffc38bfd35.tar.gz zorascript-3c8aea0d0032a7d0628a2ab4235dfaffc38bfd35.tar.bz2 zorascript-3c8aea0d0032a7d0628a2ab4235dfaffc38bfd35.tar.lz zorascript-3c8aea0d0032a7d0628a2ab4235dfaffc38bfd35.tar.xz zorascript-3c8aea0d0032a7d0628a2ab4235dfaffc38bfd35.tar.zst zorascript-3c8aea0d0032a7d0628a2ab4235dfaffc38bfd35.zip |
Bump @typescript-eslint/parser from 7.10.0 to 7.11.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.10.0 to 7.11.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.11.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 b40a16a..e9cd79c 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -23,7 +23,7 @@ "@tailwindcss/typography": "0.5.13", "@types/node": "20.12.12", "@typescript-eslint/eslint-plugin": "^7.10.0", - "@typescript-eslint/parser": "^7.10.0", + "@typescript-eslint/parser": "^7.11.0", "@vite-pwa/sveltekit": "^0.5.0", "autoprefixer": "10.4.19", "eslint": "^9.3.0", |