diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-28 20:14:44 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2023-10-28 15:14:49 -0500 |
commit | 378e64712d46e26faa18e2c2a137e462253fadc1 (patch) | |
tree | 46e0d3a8c6bc921fe6808ea16c9701219f9f44c8 /app/package.json | |
parent | Bump @typescript-eslint/parser from 6.8.0 to 6.9.0 (diff) | |
download | trinkets-378e64712d46e26faa18e2c2a137e462253fadc1.tar trinkets-378e64712d46e26faa18e2c2a137e462253fadc1.tar.gz trinkets-378e64712d46e26faa18e2c2a137e462253fadc1.tar.bz2 trinkets-378e64712d46e26faa18e2c2a137e462253fadc1.tar.lz trinkets-378e64712d46e26faa18e2c2a137e462253fadc1.tar.xz trinkets-378e64712d46e26faa18e2c2a137e462253fadc1.tar.zst trinkets-378e64712d46e26faa18e2c2a137e462253fadc1.zip |
Bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.8.0 to 6.9.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/v6.9.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/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 ef6ca14..78e8a2e 100644 --- a/app/package.json +++ b/app/package.json @@ -19,7 +19,7 @@ "@types/html-minifier-terser": "7.0.1", "@types/node": "20.8.9", "@types/wicg-file-system-access": "2023.10.2", - "@typescript-eslint/eslint-plugin": "6.8.0", + "@typescript-eslint/eslint-plugin": "6.9.0", "@typescript-eslint/parser": "6.9.0", "@vite-pwa/sveltekit": "0.2.7", "autoprefixer": "10.4.16", |