diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-01 04:13:23 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-01 04:13:58 +0000 |
commit | 3ffb0b5ef6be7afb778416496843783b3d6ed8f6 (patch) | |
tree | d33b2f316426144e868a51360874891951365f82 /clients/www | |
parent | Bump @types/node from 22.0.0 to 22.0.2 (diff) | |
download | zorascript-3ffb0b5ef6be7afb778416496843783b3d6ed8f6.tar zorascript-3ffb0b5ef6be7afb778416496843783b3d6ed8f6.tar.gz zorascript-3ffb0b5ef6be7afb778416496843783b3d6ed8f6.tar.bz2 zorascript-3ffb0b5ef6be7afb778416496843783b3d6ed8f6.tar.lz zorascript-3ffb0b5ef6be7afb778416496843783b3d6ed8f6.tar.xz zorascript-3ffb0b5ef6be7afb778416496843783b3d6ed8f6.tar.zst zorascript-3ffb0b5ef6be7afb778416496843783b3d6ed8f6.zip |
Bump @typescript-eslint/parser from 7.18.0 to 8.0.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.18.0 to 8.0.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/v8.0.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-major
...
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 c3b8ac8..b44238c 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -23,7 +23,7 @@ "@tailwindcss/typography": "0.5.13", "@types/node": "22.0.2", "@typescript-eslint/eslint-plugin": "^7.18.0", - "@typescript-eslint/parser": "^7.18.0", + "@typescript-eslint/parser": "^8.0.0", "@vite-pwa/sveltekit": "^0.6.0", "autoprefixer": "10.4.19", "eslint": "^9.8.0", |