aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-05 10:55:25 -0400
committerGitHub <noreply@github.com>2023-08-05 10:55:25 -0400
commitb0d8db31a8e9009e5211063e209ab31d08a6dd9b (patch)
treebc0247739941624c42e52dcfd6d36bad96e74261 /package.json
parent491c4cbec48dfc9fb573586f13386332ea9dc647 (diff)
downloadsubmelon.dev-b0d8db31a8e9009e5211063e209ab31d08a6dd9b.tar.gz
submelon.dev-b0d8db31a8e9009e5211063e209ab31d08a6dd9b.tar.bz2
submelon.dev-b0d8db31a8e9009e5211063e209ab31d08a6dd9b.zip
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.2.1 (#223)
* build(deps-dev): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.61.0 to 6.2.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/v6.2.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix typescript-eslint dependency --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin J Hoerr <kjhoerr@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index d1c1b4c..858c490 100644
--- a/package.json
+++ b/package.json
@@ -42,8 +42,8 @@
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.5",
"@types/react-icons": "^3.0.0",
- "@typescript-eslint/eslint-plugin": "^5.61.0",
- "@typescript-eslint/parser": "^5.62.0",
+ "@typescript-eslint/eslint-plugin": "^6.2.1",
+ "@typescript-eslint/parser": "^6.2.1",
"badgen-cli": "^0.2.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",