diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-27 16:28:31 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-27 16:29:16 +0000 |
commit | 4995b39aff77932413ea9573d288a471d46be050 (patch) | |
tree | 7b81897c51723a6ffb021f4563bdafd052173854 /app | |
parent | Bump @sveltejs/kit from 2.5.1 to 2.5.2 (diff) | |
download | trinkets-4995b39aff77932413ea9573d288a471d46be050.tar trinkets-4995b39aff77932413ea9573d288a471d46be050.tar.gz trinkets-4995b39aff77932413ea9573d288a471d46be050.tar.bz2 trinkets-4995b39aff77932413ea9573d288a471d46be050.tar.lz trinkets-4995b39aff77932413ea9573d288a471d46be050.tar.xz trinkets-4995b39aff77932413ea9573d288a471d46be050.tar.zst trinkets-4995b39aff77932413ea9573d288a471d46be050.zip |
Bump @typescript-eslint/eslint-plugin from 7.0.2 to 7.1.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.0.2 to 7.1.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.1.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 26fc885..9aee612 100644 --- a/app/package.json +++ b/app/package.json @@ -20,7 +20,7 @@ "@types/html-minifier-terser": "7.0.2", "@types/node": "20.11.20", "@types/wicg-file-system-access": "2023.10.4", - "@typescript-eslint/eslint-plugin": "7.0.2", + "@typescript-eslint/eslint-plugin": "7.1.0", "@typescript-eslint/parser": "7.1.0", "@vite-pwa/sveltekit": "0.4.0", "autoprefixer": "10.4.17", |