mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-23 12:52:35 +00:00
Update dependency eslint-plugin-flowtype to v5.6.0
Signed-off-by: Renovate Bot <bot@renovateapp.com> Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
a5843c21c5
commit
cd3a1fbd20
2 changed files with 19 additions and 11 deletions
20
package.json
20
package.json
|
@ -34,17 +34,17 @@
|
|||
"@types/uuid": "8.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "4.21.0",
|
||||
"@typescript-eslint/parser": "4.21.0",
|
||||
"abcjs": "6.0.0-beta.32",
|
||||
"bootstrap": "4.6.0",
|
||||
"browserstack-cypress-cli": "1.8.1",
|
||||
"codemirror": "5.60.0",
|
||||
"copy-webpack-plugin": "6.4.1",
|
||||
"d3-graphviz": "3.2.0",
|
||||
"diff": "5.0.0",
|
||||
"emoji-picker-element": "1.4.0",
|
||||
"emojibase-data": "5.1.1",
|
||||
"abcjs": "6.0.0-beta.32",
|
||||
"bootstrap": "4.6.0",
|
||||
"browserstack-cypress-cli": "1.8.1",
|
||||
"codemirror": "5.60.0",
|
||||
"copy-webpack-plugin": "6.4.1",
|
||||
"d3-graphviz": "3.2.0",
|
||||
"diff": "5.0.0",
|
||||
"emoji-picker-element": "1.4.0",
|
||||
"emojibase-data": "5.1.1",
|
||||
"eslint-config-react-app": "6.0.0",
|
||||
"eslint-plugin-flowtype": "5.4.0",
|
||||
"eslint-plugin-flowtype": "5.6.0",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "6.4.1",
|
||||
"eslint-plugin-node": "11.1.0",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -6432,7 +6432,15 @@ eslint-plugin-es@^3.0.0:
|
|||
eslint-utils "^2.0.0"
|
||||
regexpp "^3.0.0"
|
||||
|
||||
eslint-plugin-flowtype@5.4.0, eslint-plugin-flowtype@^5.2.0:
|
||||
eslint-plugin-flowtype@5.6.0:
|
||||
version "5.6.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.6.0.tgz#9ddba1ce31990c53e144b3a545b7c74b1d164fd9"
|
||||
integrity sha512-XbeDejiL+SecDInj9On/9D4EM31kUp6B3uWYsBH6Vsb2CfaFWiUHvosAZx1TafVjp6izLC7D3kpix1DIpDF4Qw==
|
||||
dependencies:
|
||||
lodash "^4.17.15"
|
||||
string-natural-compare "^3.0.1"
|
||||
|
||||
eslint-plugin-flowtype@^5.2.0:
|
||||
version "5.4.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.4.0.tgz#a559526e56403cb97b470b524957fc526e2485fe"
|
||||
integrity sha512-O0s0iTT5UxYuoOpHMLSIO2qZMyvrb9shhk1EM5INNGtJ2CffrfUmsnh6TVsnoT41fkXIEndP630WNovhoO87xQ==
|
||||
|
|
Loading…
Reference in a new issue