diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-13 16:49:59 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-13 16:50:34 +0000 |
commit | ce00e88f757f0b43690093e445e4a1640b59e919 (patch) | |
tree | a9b9d2af3be52184dca33399bae6df7802320b1c /app | |
parent | Bump prettier-plugin-svelte from 3.1.2 to 3.2.0 (diff) | |
download | trinkets-ce00e88f757f0b43690093e445e4a1640b59e919.tar trinkets-ce00e88f757f0b43690093e445e4a1640b59e919.tar.gz trinkets-ce00e88f757f0b43690093e445e4a1640b59e919.tar.bz2 trinkets-ce00e88f757f0b43690093e445e4a1640b59e919.tar.lz trinkets-ce00e88f757f0b43690093e445e4a1640b59e919.tar.xz trinkets-ce00e88f757f0b43690093e445e4a1640b59e919.tar.zst trinkets-ce00e88f757f0b43690093e445e4a1640b59e919.zip |
Bump @typescript-eslint/parser from 6.21.0 to 7.0.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.0.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.0.1/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-major
...
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 fa371b5..174bb63 100644 --- a/app/package.json +++ b/app/package.json @@ -21,7 +21,7 @@ "@types/node": "20.11.17", "@types/wicg-file-system-access": "2023.10.4", "@typescript-eslint/eslint-plugin": "7.0.1", - "@typescript-eslint/parser": "6.21.0", + "@typescript-eslint/parser": "7.0.1", "@vite-pwa/sveltekit": "0.3.0", "autoprefixer": "10.4.17", "crc": "4.3.2", |