build(deps): update typescript-eslint monorepo to v5.3.0 (#2556)
Co-authored-by: Renovate Bot <bot@renovateapp.com>pull/2558/head
parent
edf9d1bd6a
commit
76cc998c25
|
@ -128,8 +128,8 @@
|
|||
"@types/react": "17.0.33",
|
||||
"@types/react-dom": "17.0.10",
|
||||
"@types/react-router-dom": "5.3.2",
|
||||
"@typescript-eslint/eslint-plugin": "5.2.0",
|
||||
"@typescript-eslint/parser": "5.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.3.0",
|
||||
"@typescript-eslint/parser": "5.3.0",
|
||||
"@vitejs/plugin-react": "1.0.7",
|
||||
"esbuild-jest": "0.5.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
|
|
|
@ -17,8 +17,8 @@ specifiers:
|
|||
'@types/react': 17.0.33
|
||||
'@types/react-dom': 17.0.10
|
||||
'@types/react-router-dom': 5.3.2
|
||||
'@typescript-eslint/eslint-plugin': 5.2.0
|
||||
'@typescript-eslint/parser': 5.2.0
|
||||
'@typescript-eslint/eslint-plugin': 5.3.0
|
||||
'@typescript-eslint/parser': 5.3.0
|
||||
'@vitejs/plugin-react': 1.0.7
|
||||
axios: 0.24.0
|
||||
classnames: 2.3.1
|
||||
|
@ -87,12 +87,12 @@ devDependencies:
|
|||
'@types/react': 17.0.33
|
||||
'@types/react-dom': 17.0.10
|
||||
'@types/react-router-dom': 5.3.2
|
||||
'@typescript-eslint/eslint-plugin': 5.2.0_36304e8db5dfcc75d333f420ad36e7b9
|
||||
'@typescript-eslint/parser': 5.2.0_typescript@4.4.4
|
||||
'@typescript-eslint/eslint-plugin': 5.3.0_a152492c557ecb0e40c7e27c4bde3da4
|
||||
'@typescript-eslint/parser': 5.3.0_typescript@4.4.4
|
||||
'@vitejs/plugin-react': 1.0.7
|
||||
esbuild-jest: 0.5.0
|
||||
eslint-config-prettier: 8.3.0
|
||||
eslint-config-react-app: 6.0.0_db61bd6f5c7b3fc2fd4ed456c9a56773
|
||||
eslint-config-react-app: 6.0.0_d922f326d037ac1fe1d6adb91228e52c
|
||||
eslint-formatter-rdjson: 1.0.5
|
||||
eslint-import-resolver-typescript: 2.5.0_eslint-plugin-import@2.25.2
|
||||
eslint-plugin-flowtype: 8.0.3
|
||||
|
@ -1502,8 +1502,8 @@ packages:
|
|||
'@types/yargs-parser': 20.2.1
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.2.0_36304e8db5dfcc75d333f420ad36e7b9:
|
||||
resolution: {integrity: sha512-qQwg7sqYkBF4CIQSyRQyqsYvP+g/J0To9ZPVNJpfxfekl5RmdvQnFFTVVwpRtaUDFNvjfe/34TgY/dpc3MgNTw==}
|
||||
/@typescript-eslint/eslint-plugin/5.3.0_a152492c557ecb0e40c7e27c4bde3da4:
|
||||
resolution: {integrity: sha512-ARUEJHJrq85aaiCqez7SANeahDsJTD3AEua34EoQN9pHS6S5Bq9emcIaGGySt/4X2zSi+vF5hAH52sEen7IO7g==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
|
@ -1513,9 +1513,9 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/experimental-utils': 5.2.0_typescript@4.4.4
|
||||
'@typescript-eslint/parser': 5.2.0_typescript@4.4.4
|
||||
'@typescript-eslint/scope-manager': 5.2.0
|
||||
'@typescript-eslint/experimental-utils': 5.3.0_typescript@4.4.4
|
||||
'@typescript-eslint/parser': 5.3.0_typescript@4.4.4
|
||||
'@typescript-eslint/scope-manager': 5.3.0
|
||||
debug: 4.3.2
|
||||
functional-red-black-tree: 1.0.1
|
||||
ignore: 5.1.8
|
||||
|
@ -1527,16 +1527,16 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/experimental-utils/5.2.0_typescript@4.4.4:
|
||||
resolution: {integrity: sha512-fWyT3Agf7n7HuZZRpvUYdFYbPk3iDCq6fgu3ulia4c7yxmPnwVBovdSOX7RL+k8u6hLbrXcdAehlWUVpGh6IEw==}
|
||||
/@typescript-eslint/experimental-utils/5.3.0_typescript@4.4.4:
|
||||
resolution: {integrity: sha512-NFVxYTjKj69qB0FM+piah1x3G/63WB8vCBMnlnEHUsiLzXSTWb9FmFn36FD9Zb4APKBLY3xRArOGSMQkuzTF1w==}
|
||||
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.2.0
|
||||
'@typescript-eslint/types': 5.2.0
|
||||
'@typescript-eslint/typescript-estree': 5.2.0_typescript@4.4.4
|
||||
'@typescript-eslint/scope-manager': 5.3.0
|
||||
'@typescript-eslint/types': 5.3.0
|
||||
'@typescript-eslint/typescript-estree': 5.3.0_typescript@4.4.4
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0
|
||||
transitivePeerDependencies:
|
||||
|
@ -1544,8 +1544,8 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.2.0_typescript@4.4.4:
|
||||
resolution: {integrity: sha512-Uyy4TjJBlh3NuA8/4yIQptyJb95Qz5PX//6p8n7zG0QnN4o3NF9Je3JHbVU7fxf5ncSXTmnvMtd/LDQWDk0YqA==}
|
||||
/@typescript-eslint/parser/5.3.0_typescript@4.4.4:
|
||||
resolution: {integrity: sha512-rKu/yAReip7ovx8UwOAszJVO5MgBquo8WjIQcp1gx4pYQCwYzag+I5nVNHO4MqyMkAo0gWt2gWUi+36gWAVKcw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
|
@ -1554,30 +1554,30 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.2.0
|
||||
'@typescript-eslint/types': 5.2.0
|
||||
'@typescript-eslint/typescript-estree': 5.2.0_typescript@4.4.4
|
||||
'@typescript-eslint/scope-manager': 5.3.0
|
||||
'@typescript-eslint/types': 5.3.0
|
||||
'@typescript-eslint/typescript-estree': 5.3.0_typescript@4.4.4
|
||||
debug: 4.3.2
|
||||
typescript: 4.4.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager/5.2.0:
|
||||
resolution: {integrity: sha512-RW+wowZqPzQw8MUFltfKYZfKXqA2qgyi6oi/31J1zfXJRpOn6tCaZtd9b5u9ubnDG2n/EMvQLeZrsLNPpaUiFQ==}
|
||||
/@typescript-eslint/scope-manager/5.3.0:
|
||||
resolution: {integrity: sha512-22Uic9oRlTsPppy5Tcwfj+QET5RWEnZ5414Prby465XxQrQFZ6nnm5KnXgnsAJefG4hEgMnaxTB3kNEyjdjj6A==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.2.0
|
||||
'@typescript-eslint/visitor-keys': 5.2.0
|
||||
'@typescript-eslint/types': 5.3.0
|
||||
'@typescript-eslint/visitor-keys': 5.3.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types/5.2.0:
|
||||
resolution: {integrity: sha512-cTk6x08qqosps6sPyP2j7NxyFPlCNsJwSDasqPNjEQ8JMD5xxj2NHxcLin5AJQ8pAVwpQ8BMI3bTxR0zxmK9qQ==}
|
||||
/@typescript-eslint/types/5.3.0:
|
||||
resolution: {integrity: sha512-fce5pG41/w8O6ahQEhXmMV+xuh4+GayzqEogN24EK+vECA3I6pUwKuLi5QbXO721EMitpQne5VKXofPonYlAQg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree/5.2.0_typescript@4.4.4:
|
||||
resolution: {integrity: sha512-RsdXq2XmVgKbm9nLsE3mjNUM7BTr/K4DYR9WfFVMUuozHWtH5gMpiNZmtrMG8GR385EOSQ3kC9HiEMJWimxd/g==}
|
||||
/@typescript-eslint/typescript-estree/5.3.0_typescript@4.4.4:
|
||||
resolution: {integrity: sha512-FJ0nqcaUOpn/6Z4Jwbtf+o0valjBLkqc3MWkMvrhA2TvzFXtcclIM8F4MBEmYa2kgcI8EZeSAzwoSrIC8JYkug==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
|
@ -1585,8 +1585,8 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.2.0
|
||||
'@typescript-eslint/visitor-keys': 5.2.0
|
||||
'@typescript-eslint/types': 5.3.0
|
||||
'@typescript-eslint/visitor-keys': 5.3.0
|
||||
debug: 4.3.2
|
||||
globby: 11.0.4
|
||||
is-glob: 4.0.3
|
||||
|
@ -1597,11 +1597,11 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys/5.2.0:
|
||||
resolution: {integrity: sha512-Nk7HizaXWWCUBfLA/rPNKMzXzWS8Wg9qHMuGtT+v2/YpPij4nVXrVJc24N/r5WrrmqK31jCrZxeHqIgqRzs0Xg==}
|
||||
/@typescript-eslint/visitor-keys/5.3.0:
|
||||
resolution: {integrity: sha512-oVIAfIQuq0x2TFDNLVavUn548WL+7hdhxYn+9j3YdJJXB7mH9dAmZNJsPDa7Jc+B9WGqoiex7GUDbyMxV0a/aw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.2.0
|
||||
'@typescript-eslint/types': 5.3.0
|
||||
eslint-visitor-keys: 3.0.0
|
||||
dev: true
|
||||
|
||||
|
@ -2838,7 +2838,7 @@ packages:
|
|||
eslint: '>=7.0.0'
|
||||
dev: true
|
||||
|
||||
/eslint-config-react-app/6.0.0_db61bd6f5c7b3fc2fd4ed456c9a56773:
|
||||
/eslint-config-react-app/6.0.0_d922f326d037ac1fe1d6adb91228e52c:
|
||||
resolution: {integrity: sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==}
|
||||
engines: {node: ^10.12.0 || >=12.0.0}
|
||||
peerDependencies:
|
||||
|
@ -2859,8 +2859,8 @@ packages:
|
|||
eslint-plugin-testing-library:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.2.0_36304e8db5dfcc75d333f420ad36e7b9
|
||||
'@typescript-eslint/parser': 5.2.0_typescript@4.4.4
|
||||
'@typescript-eslint/eslint-plugin': 5.3.0_a152492c557ecb0e40c7e27c4bde3da4
|
||||
'@typescript-eslint/parser': 5.3.0_typescript@4.4.4
|
||||
confusing-browser-globals: 1.0.10
|
||||
eslint-plugin-flowtype: 8.0.3
|
||||
eslint-plugin-import: 2.25.2
|
||||
|
|
Loading…
Reference in New Issue