diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-05 16:37:49 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-05 16:38:34 +0000 |
commit | bbed318c6016a9f594088c09142eda2701398efd (patch) | |
tree | f1fe1c8146e59829d740abd84adcc3ba8016b534 /app | |
parent | Bump svelte-check from 3.6.5 to 3.6.6 (diff) | |
download | trinkets-bbed318c6016a9f594088c09142eda2701398efd.tar trinkets-bbed318c6016a9f594088c09142eda2701398efd.tar.gz trinkets-bbed318c6016a9f594088c09142eda2701398efd.tar.bz2 trinkets-bbed318c6016a9f594088c09142eda2701398efd.tar.lz trinkets-bbed318c6016a9f594088c09142eda2701398efd.tar.xz trinkets-bbed318c6016a9f594088c09142eda2701398efd.tar.zst trinkets-bbed318c6016a9f594088c09142eda2701398efd.zip |
Bump @typescript-eslint/parser from 7.1.0 to 7.1.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.1.0 to 7.1.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.1.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 '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 a94646a..65a4996 100644 --- a/app/package.json +++ b/app/package.json @@ -21,7 +21,7 @@ "@types/node": "20.11.24", "@types/wicg-file-system-access": "2023.10.4", "@typescript-eslint/eslint-plugin": "7.1.0", - "@typescript-eslint/parser": "7.1.0", + "@typescript-eslint/parser": "7.1.1", "@vite-pwa/sveltekit": "0.4.0", "autoprefixer": "10.4.18", "crc": "4.3.2", |