diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-27 04:45:22 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-27 04:45:59 +0000 |
commit | 5925126e48481a9a3a2ffca4549a14a09559f3ae (patch) | |
tree | b848fa66937f162cc14e21e04c1e2b5a12cce61c /clients | |
parent | Bump svelte from 4.2.11 to 4.2.12 (diff) | |
download | zorascript-5925126e48481a9a3a2ffca4549a14a09559f3ae.tar zorascript-5925126e48481a9a3a2ffca4549a14a09559f3ae.tar.gz zorascript-5925126e48481a9a3a2ffca4549a14a09559f3ae.tar.bz2 zorascript-5925126e48481a9a3a2ffca4549a14a09559f3ae.tar.lz zorascript-5925126e48481a9a3a2ffca4549a14a09559f3ae.tar.xz zorascript-5925126e48481a9a3a2ffca4549a14a09559f3ae.tar.zst zorascript-5925126e48481a9a3a2ffca4549a14a09559f3ae.zip |
Bump @typescript-eslint/parser from 7.0.2 to 7.1.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.2 to 7.1.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.1.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')
-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 eb7266b..2a01a84 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -23,7 +23,7 @@ "@tailwindcss/typography": "0.5.10", "@types/node": "20.11.20", "@typescript-eslint/eslint-plugin": "^7.0.2", - "@typescript-eslint/parser": "^7.0.2", + "@typescript-eslint/parser": "^7.1.0", "@vite-pwa/sveltekit": "^0.4.0", "autoprefixer": "10.4.17", "eslint": "^8.57.0", |