diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-25 04:40:25 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-25 04:41:00 +0000 |
commit | 1f9911959ed899626ed73f9c0f13e9af9d33d5f1 (patch) | |
tree | 4f922b875452ee70b42d7768879f4c093baf7b33 /clients | |
parent | Bump eslint-plugin-svelte from 2.40.0 to 2.41.0 (diff) | |
download | zorascript-1f9911959ed899626ed73f9c0f13e9af9d33d5f1.tar zorascript-1f9911959ed899626ed73f9c0f13e9af9d33d5f1.tar.gz zorascript-1f9911959ed899626ed73f9c0f13e9af9d33d5f1.tar.bz2 zorascript-1f9911959ed899626ed73f9c0f13e9af9d33d5f1.tar.lz zorascript-1f9911959ed899626ed73f9c0f13e9af9d33d5f1.tar.xz zorascript-1f9911959ed899626ed73f9c0f13e9af9d33d5f1.tar.zst zorascript-1f9911959ed899626ed73f9c0f13e9af9d33d5f1.zip |
Bump @typescript-eslint/parser from 7.13.1 to 7.14.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.13.1 to 7.14.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.14.1/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 c6b33a3..bcf239d 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -23,7 +23,7 @@ "@tailwindcss/typography": "0.5.13", "@types/node": "20.14.8", "@typescript-eslint/eslint-plugin": "^7.13.1", - "@typescript-eslint/parser": "^7.13.1", + "@typescript-eslint/parser": "^7.14.1", "@vite-pwa/sveltekit": "^0.5.0", "autoprefixer": "10.4.19", "eslint": "^9.5.0", |