diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-07 17:04:28 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-07 17:05:09 +0000 |
commit | a53a28a9ce0c14cab746564e6a11fbbb8b111832 (patch) | |
tree | 34e3957114cadeaf441508881329e79ec01c0944 /app/package.json | |
parent | Bump vite from 5.1.4 to 5.1.5 (diff) | |
download | trinkets-a53a28a9ce0c14cab746564e6a11fbbb8b111832.tar trinkets-a53a28a9ce0c14cab746564e6a11fbbb8b111832.tar.gz trinkets-a53a28a9ce0c14cab746564e6a11fbbb8b111832.tar.bz2 trinkets-a53a28a9ce0c14cab746564e6a11fbbb8b111832.tar.lz trinkets-a53a28a9ce0c14cab746564e6a11fbbb8b111832.tar.xz trinkets-a53a28a9ce0c14cab746564e6a11fbbb8b111832.tar.zst trinkets-a53a28a9ce0c14cab746564e6a11fbbb8b111832.zip |
Bump @typescript-eslint/eslint-plugin from 7.1.0 to 7.1.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.1.0 to 7.1.1.
- [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.1/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/package.json')
-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 d253a4b..a0ab98c 100644 --- a/app/package.json +++ b/app/package.json @@ -20,7 +20,7 @@ "@types/html-minifier-terser": "7.0.2", "@types/node": "20.11.24", "@types/wicg-file-system-access": "2023.10.4", - "@typescript-eslint/eslint-plugin": "7.1.0", + "@typescript-eslint/eslint-plugin": "7.1.1", "@typescript-eslint/parser": "7.1.1", "@vite-pwa/sveltekit": "0.4.0", "autoprefixer": "10.4.18", |