diff options
author | dependabot[bot] | 2023-02-27 22:47:39 +0000 |
---|---|---|
committer | vitalyster | 2023-02-28 01:48:00 +0300 |
commit | 90631ecb57f8f0cca2426e89d4a5728a2558497b (patch) | |
tree | 3b06295f909ca52f6d679779cf2abc4c2aa1d170 /vnext/package.json | |
parent | de0fc064d61298e375403428956b67d7ea605b14 (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.53.0 to 5.54.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.54.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 507a2896..a1628689 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": "^14.0.0", - "@typescript-eslint/eslint-plugin": "^5.53.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/parser": "^5.54.0", "concurrently": "^7.6.0", "cross-env": "^7.0.3", |