diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-20 16:37:38 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-20 16:39:30 +0000 |
commit | fe653c5b2480e804af1a26774af25ec7d9162586 (patch) | |
tree | 37f3e06289e95bc06b1a4b6a9fb7d0d348e8bc66 /app | |
parent | Bump @typescript-eslint/eslint-plugin from 7.0.1 to 7.0.2 (diff) | |
download | trinkets-fe653c5b2480e804af1a26774af25ec7d9162586.tar trinkets-fe653c5b2480e804af1a26774af25ec7d9162586.tar.gz trinkets-fe653c5b2480e804af1a26774af25ec7d9162586.tar.bz2 trinkets-fe653c5b2480e804af1a26774af25ec7d9162586.tar.lz trinkets-fe653c5b2480e804af1a26774af25ec7d9162586.tar.xz trinkets-fe653c5b2480e804af1a26774af25ec7d9162586.tar.zst trinkets-fe653c5b2480e804af1a26774af25ec7d9162586.zip |
Bump @typescript-eslint/parser from 7.0.1 to 7.0.2
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.0.1 to 7.0.2.
- [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.0.2/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 'app')
-rw-r--r-- | app/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/package.json b/app/package.json index 47f3c8d..90c7bc2 100644 --- a/app/package.json +++ b/app/package.json @@ -21,7 +21,7 @@ "@types/node": "20.11.19", "@types/wicg-file-system-access": "2023.10.4", "@typescript-eslint/eslint-plugin": "7.0.2", - "@typescript-eslint/parser": "7.0.1", + "@typescript-eslint/parser": "7.0.2", "@vite-pwa/sveltekit": "0.4.0", "autoprefixer": "10.4.17", "crc": "4.3.2", |