diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-30 17:00:29 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-30 17:01:09 +0000 |
commit | 7014bcdf697be1d3c90bfcdd40ac25531d1fa658 (patch) | |
tree | 6814f94665e3b0622d888d4ebf1f67e838ff2069 /app | |
parent | Bump @iconify/svelte from 3.1.6 to 4.0.1 (diff) | |
download | trinkets-7014bcdf697be1d3c90bfcdd40ac25531d1fa658.tar trinkets-7014bcdf697be1d3c90bfcdd40ac25531d1fa658.tar.gz trinkets-7014bcdf697be1d3c90bfcdd40ac25531d1fa658.tar.bz2 trinkets-7014bcdf697be1d3c90bfcdd40ac25531d1fa658.tar.lz trinkets-7014bcdf697be1d3c90bfcdd40ac25531d1fa658.tar.xz trinkets-7014bcdf697be1d3c90bfcdd40ac25531d1fa658.tar.zst trinkets-7014bcdf697be1d3c90bfcdd40ac25531d1fa658.zip |
Bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.7.1 to 7.8.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.8.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 580c596..151c096 100644 --- a/app/package.json +++ b/app/package.json @@ -20,7 +20,7 @@ "@types/html-minifier-terser": "7.0.2", "@types/node": "20.12.7", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "7.7.1", + "@typescript-eslint/eslint-plugin": "7.8.0", "@typescript-eslint/parser": "7.7.1", "@vite-pwa/sveltekit": "0.4.0", "autoprefixer": "10.4.19", |