diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-06 04:47:05 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-06 04:47:53 +0000 |
commit | 671c4e26bdbf0c5c4e20ba83fca5ab2195f41e82 (patch) | |
tree | ccbf427a828b0b3a209c97c9121e7b0f5175f5fe /clients | |
parent | Bump @types/node from 22.0.2 to 22.1.0 (diff) | |
download | zorascript-671c4e26bdbf0c5c4e20ba83fca5ab2195f41e82.tar zorascript-671c4e26bdbf0c5c4e20ba83fca5ab2195f41e82.tar.gz zorascript-671c4e26bdbf0c5c4e20ba83fca5ab2195f41e82.tar.bz2 zorascript-671c4e26bdbf0c5c4e20ba83fca5ab2195f41e82.tar.lz zorascript-671c4e26bdbf0c5c4e20ba83fca5ab2195f41e82.tar.xz zorascript-671c4e26bdbf0c5c4e20ba83fca5ab2195f41e82.tar.zst zorascript-671c4e26bdbf0c5c4e20ba83fca5ab2195f41e82.zip |
Bump @typescript-eslint/parser from 8.0.0 to 8.0.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.0.0 to 8.0.1.
- [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.1/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 76cc4d5..7e38fbc 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -23,7 +23,7 @@ "@tailwindcss/typography": "0.5.13", "@types/node": "22.1.0", "@typescript-eslint/eslint-plugin": "^8.0.0", - "@typescript-eslint/parser": "^8.0.0", + "@typescript-eslint/parser": "^8.0.1", "@vite-pwa/sveltekit": "^0.6.0", "autoprefixer": "10.4.20", "eslint": "^9.8.0", |