diff options
author | dependabot[bot] | 2023-03-07 09:00:40 +0000 |
---|---|---|
committer | vitalyster | 2023-03-07 12:04:28 +0300 |
commit | 7a8f38c2c5ed1d769bca9b4854262ab1260fe124 (patch) | |
tree | 5e2f19addcc92392367a9b47b66af42475ed4d46 /package.json | |
parent | 2da9601d4dfebe62a8ffd70a87b7c76cbc3edb75 (diff) |
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.54.0 to 5.54.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/v5.54.1/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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 2d16c816..7b693604 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@swc/jest": "^0.2.24", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", - "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/eslint-plugin": "^5.54.1", "autoprefixer": "^10.4.13", "babel-loader": "^9.1.2", "copy-webpack-plugin": "^11.0.0", |