diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-13 09:23:31 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2023-10-15 23:41:38 -0500 |
commit | d6b4cb32a47b453ecca9841399c38676f6b8661c (patch) | |
tree | 4a3e4f3e2e98062b112a58ac85bf052c416e4eb7 /app | |
parent | Bump @skeletonlabs/tw-plugin from 0.2.1 to 0.2.2 (diff) | |
download | trinkets-d6b4cb32a47b453ecca9841399c38676f6b8661c.tar trinkets-d6b4cb32a47b453ecca9841399c38676f6b8661c.tar.gz trinkets-d6b4cb32a47b453ecca9841399c38676f6b8661c.tar.bz2 trinkets-d6b4cb32a47b453ecca9841399c38676f6b8661c.tar.lz trinkets-d6b4cb32a47b453ecca9841399c38676f6b8661c.tar.xz trinkets-d6b4cb32a47b453ecca9841399c38676f6b8661c.tar.zst trinkets-d6b4cb32a47b453ecca9841399c38676f6b8661c.zip |
Bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.7.5
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.4 to 6.7.5.
- [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/v6.7.5/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 49f5cc3..b4b5a9b 100644 --- a/app/package.json +++ b/app/package.json @@ -17,7 +17,7 @@ "@types/html-minifier-terser": "7.0.0", "@types/node": "20.8.4", "@types/wicg-file-system-access": "2023.10.1", - "@typescript-eslint/eslint-plugin": "6.7.4", + "@typescript-eslint/eslint-plugin": "6.7.5", "@typescript-eslint/parser": "6.7.5", "@vite-pwa/sveltekit": "0.2.7", "autoprefixer": "10.4.16", |