diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-12 16:20:02 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-12 16:20:52 +0000 |
commit | d99aa3266e4423e920cd06755136288d35e9959a (patch) | |
tree | 7397868b66da48d5c96bc4bbd383f1104a5b4cb9 /app | |
parent | Bump @sveltejs/kit from 2.5.2 to 2.5.3 (diff) | |
download | trinkets-d99aa3266e4423e920cd06755136288d35e9959a.tar trinkets-d99aa3266e4423e920cd06755136288d35e9959a.tar.gz trinkets-d99aa3266e4423e920cd06755136288d35e9959a.tar.bz2 trinkets-d99aa3266e4423e920cd06755136288d35e9959a.tar.lz trinkets-d99aa3266e4423e920cd06755136288d35e9959a.tar.xz trinkets-d99aa3266e4423e920cd06755136288d35e9959a.tar.zst trinkets-d99aa3266e4423e920cd06755136288d35e9959a.zip |
Bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.2.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.1.1 to 7.2.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.2.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 '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 e76a393..f604e0b 100644 --- a/app/package.json +++ b/app/package.json @@ -20,7 +20,7 @@ "@types/html-minifier-terser": "7.0.2", "@types/node": "20.11.25", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "7.1.1", + "@typescript-eslint/eslint-plugin": "7.2.0", "@typescript-eslint/parser": "7.1.1", "@vite-pwa/sveltekit": "0.4.0", "autoprefixer": "10.4.18", |