diff options
author | dependabot[bot] | 2024-07-29 21:59:59 +0000 |
---|---|---|
committer | vitalyster | 2024-07-30 10:33:29 +0300 |
commit | 2cf271277d264688f5bc5707aa7cdbd8b7acf114 (patch) | |
tree | df8a0b6ea777e600af726530ce70f4e9790b842d /package.json | |
parent | fc32abf39f14e2ecec38502fbcaf79c6b60e6a81 (diff) |
build(deps-dev): bump eslint-plugin-promise from 6.6.0 to 7.0.0
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.6.0 to 7.0.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.6.0...v7.0.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-promise
dependency-type: direct:development
update-type: version-update:semver-major
...
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 64ca7edd..ef0e2c34 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-jest-dom": "^5.4.0", "eslint-plugin-jsdoc": "^48.8.3", "eslint-plugin-only-ascii": "0.0.0", - "eslint-plugin-promise": "^6.6.0", + "eslint-plugin-promise": "^7.0.0", "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-testing-library": "^6.2.2", |