diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-11 16:30:17 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-11 16:30:54 +0000 |
commit | f379ec2676c4ab1bb40ddb34b04195a2a5e21819 (patch) | |
tree | ea2dba8027a75ad5b716bd7bfdcf3cbe26bd34c0 /app | |
parent | Bump @typescript-eslint/parser from 7.12.0 to 7.13.0 (diff) | |
download | trinkets-f379ec2676c4ab1bb40ddb34b04195a2a5e21819.tar trinkets-f379ec2676c4ab1bb40ddb34b04195a2a5e21819.tar.gz trinkets-f379ec2676c4ab1bb40ddb34b04195a2a5e21819.tar.bz2 trinkets-f379ec2676c4ab1bb40ddb34b04195a2a5e21819.tar.lz trinkets-f379ec2676c4ab1bb40ddb34b04195a2a5e21819.tar.xz trinkets-f379ec2676c4ab1bb40ddb34b04195a2a5e21819.tar.zst trinkets-f379ec2676c4ab1bb40ddb34b04195a2a5e21819.zip |
Bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.12.0 to 7.13.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
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 550bb51..719d4d8 100644 --- a/app/package.json +++ b/app/package.json @@ -18,7 +18,7 @@ "@types/html-minifier-terser": "7.0.2", "@types/node": "20.14.2", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "7.12.0", + "@typescript-eslint/eslint-plugin": "7.13.0", "@typescript-eslint/parser": "7.13.0", "@vite-pwa/sveltekit": "0.5.0", "autoprefixer": "10.4.19", |