diff options
author | dependabot[bot] | 2023-02-06 21:41:13 +0000 |
---|---|---|
committer | vitalyster | 2023-02-07 00:49:32 +0300 |
commit | f5c9f95aff7d16f071e975bd8163cfcb2b3c31a5 (patch) | |
tree | 767ea2f0f05d7a4ef2659343ee00e7b0ada478f7 /vnext/package.json | |
parent | a930a277316c99d94907a9418716e3b3eabb8e39 (diff) |
build(deps-dev): bump @typescript-eslint/eslint-plugin in /vnext
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.50.0 to 5.51.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.51.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 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index f24028ab..dd8836d1 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -20,7 +20,7 @@ "@swc/jest": "^0.2.24", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", - "@typescript-eslint/eslint-plugin": "^5.50.0", + "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.50.0", "concurrently": "^7.6.0", "cross-env": "^7.0.3", |