diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-17 16:56:17 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-17 16:57:00 +0000 |
commit | 1a4948ed21a4c6a16d62db16827001b3ce989c95 (patch) | |
tree | 2c867f7f57e8bc3d30ed7b9b08d61a576961ad20 /app | |
parent | Bump vite from 5.2.8 to 5.2.9 (diff) | |
download | trinkets-1a4948ed21a4c6a16d62db16827001b3ce989c95.tar trinkets-1a4948ed21a4c6a16d62db16827001b3ce989c95.tar.gz trinkets-1a4948ed21a4c6a16d62db16827001b3ce989c95.tar.bz2 trinkets-1a4948ed21a4c6a16d62db16827001b3ce989c95.tar.lz trinkets-1a4948ed21a4c6a16d62db16827001b3ce989c95.tar.xz trinkets-1a4948ed21a4c6a16d62db16827001b3ce989c95.tar.zst trinkets-1a4948ed21a4c6a16d62db16827001b3ce989c95.zip |
Bump @typescript-eslint/parser from 7.6.0 to 7.7.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.6.0 to 7.7.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.7.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 '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 1934a2d..84a708a 100644 --- a/app/package.json +++ b/app/package.json @@ -21,7 +21,7 @@ "@types/node": "20.12.7", "@types/wicg-file-system-access": "2023.10.5", "@typescript-eslint/eslint-plugin": "7.6.0", - "@typescript-eslint/parser": "7.6.0", + "@typescript-eslint/parser": "7.7.0", "@vite-pwa/sveltekit": "0.4.0", "autoprefixer": "10.4.19", "crc": "4.3.2", |