diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-17 04:19:00 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-17 04:19:43 +0000 |
commit | d6a20e08c66d6ba27c5f0a660547be75c431c7c2 (patch) | |
tree | 49727a9dfea1901169b4c0aa9dd2b3423a555d33 /clients/www | |
parent | Bump tailwindcss from 3.4.4 to 3.4.6 (diff) | |
download | zorascript-d6a20e08c66d6ba27c5f0a660547be75c431c7c2.tar zorascript-d6a20e08c66d6ba27c5f0a660547be75c431c7c2.tar.gz zorascript-d6a20e08c66d6ba27c5f0a660547be75c431c7c2.tar.bz2 zorascript-d6a20e08c66d6ba27c5f0a660547be75c431c7c2.tar.lz zorascript-d6a20e08c66d6ba27c5f0a660547be75c431c7c2.tar.xz zorascript-d6a20e08c66d6ba27c5f0a660547be75c431c7c2.tar.zst zorascript-d6a20e08c66d6ba27c5f0a660547be75c431c7c2.zip |
Bump @typescript-eslint/parser from 7.16.0 to 7.16.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.16.0 to 7.16.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.16.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 'clients/www')
-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 52b1abb..fdd96db 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -23,7 +23,7 @@ "@tailwindcss/typography": "0.5.13", "@types/node": "20.14.11", "@typescript-eslint/eslint-plugin": "^7.16.1", - "@typescript-eslint/parser": "^7.16.0", + "@typescript-eslint/parser": "^7.16.1", "@vite-pwa/sveltekit": "^0.6.0", "autoprefixer": "10.4.19", "eslint": "^9.7.0", |