build(deps): update dependency eslint-plugin-flowtype to v6.1.1 (#2512)
Co-authored-by: Renovate Bot <bot@renovateapp.com>pull/2513/head
parent
d43c568415
commit
381ca9476c
|
@ -136,7 +136,7 @@
|
|||
"eslint-config-react-app": "6.0.0",
|
||||
"eslint-formatter-rdjson": "1.0.5",
|
||||
"eslint-import-resolver-typescript": "2.5.0",
|
||||
"eslint-plugin-flowtype": "6.1.0",
|
||||
"eslint-plugin-flowtype": "6.1.1",
|
||||
"eslint-plugin-import": "2.25.2",
|
||||
"eslint-plugin-jsx-a11y": "6.4.1",
|
||||
"eslint-plugin-prettier": "4.0.0",
|
||||
|
|
|
@ -27,7 +27,7 @@ specifiers:
|
|||
eslint-config-react-app: 6.0.0
|
||||
eslint-formatter-rdjson: 1.0.5
|
||||
eslint-import-resolver-typescript: 2.5.0
|
||||
eslint-plugin-flowtype: 6.1.0
|
||||
eslint-plugin-flowtype: 6.1.1
|
||||
eslint-plugin-import: 2.25.2
|
||||
eslint-plugin-jsx-a11y: 6.4.1
|
||||
eslint-plugin-prettier: 4.0.0
|
||||
|
@ -92,10 +92,10 @@ devDependencies:
|
|||
'@vitejs/plugin-react-refresh': 1.3.6
|
||||
esbuild-jest: 0.5.0
|
||||
eslint-config-prettier: 8.3.0
|
||||
eslint-config-react-app: 6.0.0_8c57af36401a2b39e1cdf9370aeaa24b
|
||||
eslint-config-react-app: 6.0.0_685c46d613180db66752a48d591be88c
|
||||
eslint-formatter-rdjson: 1.0.5
|
||||
eslint-import-resolver-typescript: 2.5.0_eslint-plugin-import@2.25.2
|
||||
eslint-plugin-flowtype: 6.1.0
|
||||
eslint-plugin-flowtype: 6.1.1
|
||||
eslint-plugin-import: 2.25.2
|
||||
eslint-plugin-jsx-a11y: 6.4.1
|
||||
eslint-plugin-prettier: 4.0.0_17f48bd368adef070d55b664dd7cfbbe
|
||||
|
@ -2788,7 +2788,7 @@ packages:
|
|||
eslint: '>=7.0.0'
|
||||
dev: true
|
||||
|
||||
/eslint-config-react-app/6.0.0_8c57af36401a2b39e1cdf9370aeaa24b:
|
||||
/eslint-config-react-app/6.0.0_685c46d613180db66752a48d591be88c:
|
||||
resolution: {integrity: sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==}
|
||||
engines: {node: ^10.12.0 || >=12.0.0}
|
||||
peerDependencies:
|
||||
|
@ -2812,7 +2812,7 @@ packages:
|
|||
'@typescript-eslint/eslint-plugin': 5.0.0_b3bf893a0aac004cd101ff7afb856f74
|
||||
'@typescript-eslint/parser': 5.0.0_typescript@4.4.4
|
||||
confusing-browser-globals: 1.0.10
|
||||
eslint-plugin-flowtype: 6.1.0
|
||||
eslint-plugin-flowtype: 6.1.1
|
||||
eslint-plugin-import: 2.25.2
|
||||
eslint-plugin-jsx-a11y: 6.4.1
|
||||
eslint-plugin-react: 7.26.1
|
||||
|
@ -2856,8 +2856,8 @@ packages:
|
|||
pkg-dir: 2.0.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-flowtype/6.1.0:
|
||||
resolution: {integrity: sha512-md72y02Gq/1mmLkW31wPpUmjT0CSYHbFA1IVfkQ1kViaFrKYGR1yCWKS1THqz0hmoIUlx8Jm7NHa4B6lDvJj3g==}
|
||||
/eslint-plugin-flowtype/6.1.1:
|
||||
resolution: {integrity: sha512-5RodSeZvKh1N0kppB9dSSO0ZqB8rHjdX9BUTVQUBnEzR3QU5aQVKEUlBJE7I7U7rhbJMxe3aHPmt/jD4+5Ya6g==}
|
||||
engines: {node: ^10.12.0 || >=12.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.32.0
|
||||
|
|
Loading…
Reference in New Issue