diff options
author | 2022-06-23 11:34:57 +0000 | |
---|---|---|
committer | 2022-06-23 11:34:57 +0000 | |
commit | 9e13bd23b5b33722637669d79cf1239c9bf92113 (patch) | |
tree | 108f1a5ec765d76848a70ade492bcc4871e6b67d /package.json | |
parent | Merge pull request #455 from python-discord/dependabot/npm_and_yarn/typescrip... (diff) |
Bump @typescript-eslint/eslint-plugin from 5.28.0 to 5.29.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.28.0 to 5.29.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/v5.29.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] <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5e4bd29..1b58679 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@types/react-router-dom": "5.3.3", "@types/react-transition-group": "4.4.4", "@types/smoothscroll-polyfill": "0.3.1", - "@typescript-eslint/eslint-plugin": "5.28.0", + "@typescript-eslint/eslint-plugin": "5.29.0", "@typescript-eslint/parser": "5.29.0", "dotenv": "16.0.1", "eslint": "8.18.0", |