diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-18 04:31:05 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-18 04:32:09 +0000 |
commit | 18300598504efe8bcc31645ca5a81efb13ee6b2d (patch) | |
tree | e96ac6a36258a1bf218d068d679922d6ad10d627 /clients | |
parent | Bump @types/node from 20.14.2 to 20.14.4 (diff) | |
download | zorascript-18300598504efe8bcc31645ca5a81efb13ee6b2d.tar zorascript-18300598504efe8bcc31645ca5a81efb13ee6b2d.tar.gz zorascript-18300598504efe8bcc31645ca5a81efb13ee6b2d.tar.bz2 zorascript-18300598504efe8bcc31645ca5a81efb13ee6b2d.tar.lz zorascript-18300598504efe8bcc31645ca5a81efb13ee6b2d.tar.xz zorascript-18300598504efe8bcc31645ca5a81efb13ee6b2d.tar.zst zorascript-18300598504efe8bcc31645ca5a81efb13ee6b2d.zip |
Bump @typescript-eslint/parser from 7.13.0 to 7.13.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.13.0 to 7.13.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/v7.13.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 563b739..8e9853d 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -23,7 +23,7 @@ "@tailwindcss/typography": "0.5.13", "@types/node": "20.14.4", "@typescript-eslint/eslint-plugin": "^7.13.0", - "@typescript-eslint/parser": "^7.13.0", + "@typescript-eslint/parser": "^7.13.1", "@vite-pwa/sveltekit": "^0.5.0", "autoprefixer": "10.4.19", "eslint": "^9.5.0", |