diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-30 16:37:43 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-01-30 16:38:23 +0000 |
commit | d39f2528f9f598831a122eda5515a665242418f3 (patch) | |
tree | 70a454ffa9baa37b66e26702295c0ec429f16292 /app/package.json | |
parent | Bump @floating-ui/dom from 1.6.0 to 1.6.1 (diff) | |
download | trinkets-d39f2528f9f598831a122eda5515a665242418f3.tar trinkets-d39f2528f9f598831a122eda5515a665242418f3.tar.gz trinkets-d39f2528f9f598831a122eda5515a665242418f3.tar.bz2 trinkets-d39f2528f9f598831a122eda5515a665242418f3.tar.lz trinkets-d39f2528f9f598831a122eda5515a665242418f3.tar.xz trinkets-d39f2528f9f598831a122eda5515a665242418f3.tar.zst trinkets-d39f2528f9f598831a122eda5515a665242418f3.zip |
Bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.19.1 to 6.20.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.20.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 '')
-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 47f09c4..0d31926 100644 --- a/app/package.json +++ b/app/package.json @@ -20,7 +20,7 @@ "@types/html-minifier-terser": "7.0.2", "@types/node": "20.11.10", "@types/wicg-file-system-access": "2023.10.4", - "@typescript-eslint/eslint-plugin": "6.19.1", + "@typescript-eslint/eslint-plugin": "6.20.0", "@typescript-eslint/parser": "6.19.1", "@vite-pwa/sveltekit": "0.3.0", "autoprefixer": "10.4.17", |