mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-27 06:11:43 +00:00
Update dependency eslint-plugin-promise to v6
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
af660f78fc
commit
6f320d82a5
2 changed files with 5 additions and 5 deletions
|
@ -142,7 +142,7 @@
|
|||
"eslint-plugin-import": "2.25.3",
|
||||
"eslint-plugin-jsx-a11y": "6.5.1",
|
||||
"eslint-plugin-node": "11.1.0",
|
||||
"eslint-plugin-promise": "5.2.0",
|
||||
"eslint-plugin-promise": "6.0.0",
|
||||
"eslint-plugin-testing-library": "5.0.1",
|
||||
"jest": "27.4.5",
|
||||
"prettier": "2.5.1",
|
||||
|
|
|
@ -5176,10 +5176,10 @@ eslint-plugin-node@11.1.0:
|
|||
resolve "^1.10.1"
|
||||
semver "^6.1.0"
|
||||
|
||||
eslint-plugin-promise@5.2.0:
|
||||
version "5.2.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.2.0.tgz#a596acc32981627eb36d9d75f9666ac1a4564971"
|
||||
integrity sha512-SftLb1pUG01QYq2A/hGAWfDRXqYD82zE7j7TopDOyNdU+7SvvoXREls/+PRTY17vUXzXnZA/zfnyKgRH6x4JJw==
|
||||
eslint-plugin-promise@6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz#017652c07c9816413a41e11c30adc42c3d55ff18"
|
||||
integrity sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==
|
||||
|
||||
eslint-plugin-react-hooks@^4.3.0:
|
||||
version "4.3.0"
|
||||
|
|
Loading…
Reference in a new issue