diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-02 16:36:57 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-02 16:37:42 +0000 |
commit | af593cb676386656629848151dba50bbe817d282 (patch) | |
tree | 692cf3f39c1c657a08e852be3cef3ff06b6eaf0d /app/package.json | |
parent | Bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.5.0 (diff) | |
download | trinkets-af593cb676386656629848151dba50bbe817d282.tar trinkets-af593cb676386656629848151dba50bbe817d282.tar.gz trinkets-af593cb676386656629848151dba50bbe817d282.tar.bz2 trinkets-af593cb676386656629848151dba50bbe817d282.tar.lz trinkets-af593cb676386656629848151dba50bbe817d282.tar.xz trinkets-af593cb676386656629848151dba50bbe817d282.tar.zst trinkets-af593cb676386656629848151dba50bbe817d282.zip |
Bump @typescript-eslint/parser from 7.4.0 to 7.5.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.4.0 to 7.5.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.5.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 '')
-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 f8e54b9..7815907 100644 --- a/app/package.json +++ b/app/package.json @@ -21,7 +21,7 @@ "@types/node": "20.12.2", "@types/wicg-file-system-access": "2023.10.5", "@typescript-eslint/eslint-plugin": "7.5.0", - "@typescript-eslint/parser": "7.4.0", + "@typescript-eslint/parser": "7.5.0", "@vite-pwa/sveltekit": "0.4.0", "autoprefixer": "10.4.19", "crc": "4.3.2", |