build(deps): update typescript-eslint monorepo to v5.4.0 (#2604)
Co-authored-by: Renovate Bot <bot@renovateapp.com>pull/2605/head
parent
036bdd8fa5
commit
9c7122a770
|
@ -126,8 +126,8 @@
|
|||
"@types/qrcode.react": "1.0.2",
|
||||
"@types/react": "17.0.34",
|
||||
"@types/react-dom": "17.0.11",
|
||||
"@typescript-eslint/eslint-plugin": "5.3.1",
|
||||
"@typescript-eslint/parser": "5.3.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.4.0",
|
||||
"@typescript-eslint/parser": "5.4.0",
|
||||
"@vitejs/plugin-react": "1.0.9",
|
||||
"esbuild-jest": "0.5.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
|
|
|
@ -16,8 +16,8 @@ specifiers:
|
|||
'@types/qrcode.react': 1.0.2
|
||||
'@types/react': 17.0.34
|
||||
'@types/react-dom': 17.0.11
|
||||
'@typescript-eslint/eslint-plugin': 5.3.1
|
||||
'@typescript-eslint/parser': 5.3.1
|
||||
'@typescript-eslint/eslint-plugin': 5.4.0
|
||||
'@typescript-eslint/parser': 5.4.0
|
||||
'@vitejs/plugin-react': 1.0.9
|
||||
axios: 0.24.0
|
||||
classnames: 2.3.1
|
||||
|
@ -83,12 +83,12 @@ devDependencies:
|
|||
'@types/qrcode.react': 1.0.2
|
||||
'@types/react': 17.0.34
|
||||
'@types/react-dom': 17.0.11
|
||||
'@typescript-eslint/eslint-plugin': 5.3.1_f1f350359b23981ae325bc796475f5cd
|
||||
'@typescript-eslint/parser': 5.3.1_typescript@4.4.4
|
||||
'@typescript-eslint/eslint-plugin': 5.4.0_0f6b628251c75022d81565c338cb7e0c
|
||||
'@typescript-eslint/parser': 5.4.0_typescript@4.4.4
|
||||
'@vitejs/plugin-react': 1.0.9
|
||||
esbuild-jest: 0.5.0
|
||||
eslint-config-prettier: 8.3.0
|
||||
eslint-config-react-app: 6.0.0_cdeac0f10f5d522e707b9d75ded3e402
|
||||
eslint-config-react-app: 6.0.0_7673625cfd551e1d98ec801141ccb843
|
||||
eslint-formatter-rdjson: 1.0.5
|
||||
eslint-import-resolver-typescript: 2.5.0_eslint-plugin-import@2.25.3
|
||||
eslint-plugin-flowtype: 8.0.3
|
||||
|
@ -1524,8 +1524,8 @@ packages:
|
|||
'@types/yargs-parser': 20.2.1
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.3.1_f1f350359b23981ae325bc796475f5cd:
|
||||
resolution: {integrity: sha512-cFImaoIr5Ojj358xI/SDhjog57OK2NqlpxwdcgyxDA3bJlZcJq5CPzUXtpD7CxI2Hm6ATU7w5fQnnkVnmwpHqw==}
|
||||
/@typescript-eslint/eslint-plugin/5.4.0_0f6b628251c75022d81565c338cb7e0c:
|
||||
resolution: {integrity: sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
|
@ -1535,9 +1535,9 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/experimental-utils': 5.3.1_typescript@4.4.4
|
||||
'@typescript-eslint/parser': 5.3.1_typescript@4.4.4
|
||||
'@typescript-eslint/scope-manager': 5.3.1
|
||||
'@typescript-eslint/experimental-utils': 5.4.0_typescript@4.4.4
|
||||
'@typescript-eslint/parser': 5.4.0_typescript@4.4.4
|
||||
'@typescript-eslint/scope-manager': 5.4.0
|
||||
debug: 4.3.2
|
||||
functional-red-black-tree: 1.0.1
|
||||
ignore: 5.1.9
|
||||
|
@ -1549,16 +1549,16 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/experimental-utils/5.3.1_typescript@4.4.4:
|
||||
resolution: {integrity: sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w==}
|
||||
/@typescript-eslint/experimental-utils/5.4.0_typescript@4.4.4:
|
||||
resolution: {integrity: sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
dependencies:
|
||||
'@types/json-schema': 7.0.9
|
||||
'@typescript-eslint/scope-manager': 5.3.1
|
||||
'@typescript-eslint/types': 5.3.1
|
||||
'@typescript-eslint/typescript-estree': 5.3.1_typescript@4.4.4
|
||||
'@typescript-eslint/scope-manager': 5.4.0
|
||||
'@typescript-eslint/types': 5.4.0
|
||||
'@typescript-eslint/typescript-estree': 5.4.0_typescript@4.4.4
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0
|
||||
transitivePeerDependencies:
|
||||
|
@ -1566,8 +1566,8 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.3.1_typescript@4.4.4:
|
||||
resolution: {integrity: sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw==}
|
||||
/@typescript-eslint/parser/5.4.0_typescript@4.4.4:
|
||||
resolution: {integrity: sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
|
@ -1576,30 +1576,30 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.3.1
|
||||
'@typescript-eslint/types': 5.3.1
|
||||
'@typescript-eslint/typescript-estree': 5.3.1_typescript@4.4.4
|
||||
'@typescript-eslint/scope-manager': 5.4.0
|
||||
'@typescript-eslint/types': 5.4.0
|
||||
'@typescript-eslint/typescript-estree': 5.4.0_typescript@4.4.4
|
||||
debug: 4.3.2
|
||||
typescript: 4.4.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager/5.3.1:
|
||||
resolution: {integrity: sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==}
|
||||
/@typescript-eslint/scope-manager/5.4.0:
|
||||
resolution: {integrity: sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.3.1
|
||||
'@typescript-eslint/visitor-keys': 5.3.1
|
||||
'@typescript-eslint/types': 5.4.0
|
||||
'@typescript-eslint/visitor-keys': 5.4.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types/5.3.1:
|
||||
resolution: {integrity: sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==}
|
||||
/@typescript-eslint/types/5.4.0:
|
||||
resolution: {integrity: sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree/5.3.1_typescript@4.4.4:
|
||||
resolution: {integrity: sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==}
|
||||
/@typescript-eslint/typescript-estree/5.4.0_typescript@4.4.4:
|
||||
resolution: {integrity: sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
|
@ -1607,8 +1607,8 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.3.1
|
||||
'@typescript-eslint/visitor-keys': 5.3.1
|
||||
'@typescript-eslint/types': 5.4.0
|
||||
'@typescript-eslint/visitor-keys': 5.4.0
|
||||
debug: 4.3.2
|
||||
globby: 11.0.4
|
||||
is-glob: 4.0.3
|
||||
|
@ -1619,11 +1619,11 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys/5.3.1:
|
||||
resolution: {integrity: sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==}
|
||||
/@typescript-eslint/visitor-keys/5.4.0:
|
||||
resolution: {integrity: sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.3.1
|
||||
'@typescript-eslint/types': 5.4.0
|
||||
eslint-visitor-keys: 3.0.0
|
||||
dev: true
|
||||
|
||||
|
@ -2865,7 +2865,7 @@ packages:
|
|||
eslint: '>=7.0.0'
|
||||
dev: true
|
||||
|
||||
/eslint-config-react-app/6.0.0_cdeac0f10f5d522e707b9d75ded3e402:
|
||||
/eslint-config-react-app/6.0.0_7673625cfd551e1d98ec801141ccb843:
|
||||
resolution: {integrity: sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==}
|
||||
engines: {node: ^10.12.0 || >=12.0.0}
|
||||
peerDependencies:
|
||||
|
@ -2886,8 +2886,8 @@ packages:
|
|||
eslint-plugin-testing-library:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.3.1_f1f350359b23981ae325bc796475f5cd
|
||||
'@typescript-eslint/parser': 5.3.1_typescript@4.4.4
|
||||
'@typescript-eslint/eslint-plugin': 5.4.0_0f6b628251c75022d81565c338cb7e0c
|
||||
'@typescript-eslint/parser': 5.4.0_typescript@4.4.4
|
||||
confusing-browser-globals: 1.0.10
|
||||
eslint-plugin-flowtype: 8.0.3
|
||||
eslint-plugin-import: 2.25.3
|
||||
|
|
Loading…
Reference in New Issue