fix: upgrade typescript to v5.x.x
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
"react-dom": "^18.2.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"react-simple-code-editor": "^0.11.0",
|
||||
"typescript": "4.9.5",
|
||||
"typescript": "5.0.4",
|
||||
"viem": "^1.11.1",
|
||||
"wagmi": "^1.4.2",
|
||||
"web-vitals": "^1.0.1"
|
||||
|
||||
182
pnpm-lock.yaml
generated
182
pnpm-lock.yaml
generated
@@ -37,7 +37,7 @@ importers:
|
||||
version: 0.1.19(@fortawesome/fontawesome-svg-core@6.4.2)(react@18.2.0)
|
||||
'@rainbow-me/rainbowkit':
|
||||
specifier: ^1.0.11
|
||||
version: 1.0.11(@types/react@17.0.65)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(viem@1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10))(wagmi@1.4.2(@types/react@17.0.65)(bufferutil@4.0.8)(immer@9.0.21)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@4.9.5)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10)))
|
||||
version: 1.0.11(@types/react@17.0.65)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(viem@1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10))(wagmi@1.4.2(@types/react@17.0.65)(bufferutil@4.0.8)(immer@9.0.21)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.0.4)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10)))
|
||||
'@types/node':
|
||||
specifier: ^17.0.10
|
||||
version: 17.0.45
|
||||
@@ -100,19 +100,19 @@ importers:
|
||||
version: 18.2.0(react@18.2.0)
|
||||
react-scripts:
|
||||
specifier: 5.0.1
|
||||
version: 5.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.20))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.20))(@types/babel__core@7.20.2)(bufferutil@4.0.8)(eslint@8.57.0)(react@18.2.0)(type-fest@0.21.3)(typescript@4.9.5)(utf-8-validate@5.0.10)
|
||||
version: 5.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.20))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.20))(@types/babel__core@7.20.2)(bufferutil@4.0.8)(eslint@8.57.0)(react@18.2.0)(type-fest@0.21.3)(typescript@5.0.4)(utf-8-validate@5.0.10)
|
||||
react-simple-code-editor:
|
||||
specifier: ^0.11.0
|
||||
version: 0.11.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
|
||||
typescript:
|
||||
specifier: 4.9.5
|
||||
version: 4.9.5
|
||||
specifier: 5.0.4
|
||||
version: 5.0.4
|
||||
viem:
|
||||
specifier: ^1.11.1
|
||||
version: 1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10)
|
||||
version: 1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10)
|
||||
wagmi:
|
||||
specifier: ^1.4.2
|
||||
version: 1.4.2(@types/react@17.0.65)(bufferutil@4.0.8)(immer@9.0.21)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@4.9.5)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10))
|
||||
version: 1.4.2(@types/react@17.0.65)(bufferutil@4.0.8)(immer@9.0.21)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.0.4)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10))
|
||||
web-vitals:
|
||||
specifier: ^1.0.1
|
||||
version: 1.1.2
|
||||
@@ -7010,9 +7010,9 @@ packages:
|
||||
typedarray-to-buffer@3.1.5:
|
||||
resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==}
|
||||
|
||||
typescript@4.9.5:
|
||||
resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==}
|
||||
engines: {node: '>=4.2.0'}
|
||||
typescript@5.0.4:
|
||||
resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==}
|
||||
engines: {node: '>=12.20'}
|
||||
hasBin: true
|
||||
|
||||
uint8arrays@3.1.1:
|
||||
@@ -10016,7 +10016,7 @@ snapshots:
|
||||
|
||||
'@popperjs/core@2.11.8': {}
|
||||
|
||||
'@rainbow-me/rainbowkit@1.0.11(@types/react@17.0.65)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(viem@1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10))(wagmi@1.4.2(@types/react@17.0.65)(bufferutil@4.0.8)(immer@9.0.21)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@4.9.5)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10)))':
|
||||
'@rainbow-me/rainbowkit@1.0.11(@types/react@17.0.65)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(viem@1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10))(wagmi@1.4.2(@types/react@17.0.65)(bufferutil@4.0.8)(immer@9.0.21)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.0.4)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10)))':
|
||||
dependencies:
|
||||
'@vanilla-extract/css': 1.9.1
|
||||
'@vanilla-extract/dynamic': 2.0.2
|
||||
@@ -10026,8 +10026,8 @@ snapshots:
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0(react@18.2.0)
|
||||
react-remove-scroll: 2.5.4(@types/react@17.0.65)(react@18.2.0)
|
||||
viem: 1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10)
|
||||
wagmi: 1.4.2(@types/react@17.0.65)(bufferutil@4.0.8)(immer@9.0.21)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@4.9.5)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10))
|
||||
viem: 1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10)
|
||||
wagmi: 1.4.2(@types/react@17.0.65)(bufferutil@4.0.8)(immer@9.0.21)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.0.4)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10))
|
||||
transitivePeerDependencies:
|
||||
- '@types/react'
|
||||
|
||||
@@ -10065,9 +10065,9 @@ snapshots:
|
||||
|
||||
'@rushstack/eslint-patch@1.4.0': {}
|
||||
|
||||
'@safe-global/safe-apps-provider@0.17.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10)':
|
||||
'@safe-global/safe-apps-provider@0.17.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10)':
|
||||
dependencies:
|
||||
'@safe-global/safe-apps-sdk': 8.0.0(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10)
|
||||
'@safe-global/safe-apps-sdk': 8.0.0(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10)
|
||||
events: 3.3.0
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
@@ -10075,20 +10075,20 @@ snapshots:
|
||||
- utf-8-validate
|
||||
- zod
|
||||
|
||||
'@safe-global/safe-apps-sdk@8.0.0(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10)':
|
||||
'@safe-global/safe-apps-sdk@8.0.0(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10)':
|
||||
dependencies:
|
||||
'@safe-global/safe-gateway-typescript-sdk': 3.12.0
|
||||
viem: 1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10)
|
||||
viem: 1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10)
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- typescript
|
||||
- utf-8-validate
|
||||
- zod
|
||||
|
||||
'@safe-global/safe-apps-sdk@8.1.0(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10)':
|
||||
'@safe-global/safe-apps-sdk@8.1.0(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10)':
|
||||
dependencies:
|
||||
'@safe-global/safe-gateway-typescript-sdk': 3.12.0
|
||||
viem: 1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10)
|
||||
viem: 1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10)
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- typescript
|
||||
@@ -10528,42 +10528,42 @@ snapshots:
|
||||
dependencies:
|
||||
'@types/yargs-parser': 21.0.0
|
||||
|
||||
'@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)(typescript@4.9.5)':
|
||||
'@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.0.4))(eslint@8.57.0)(typescript@5.0.4)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.8.1
|
||||
'@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/scope-manager': 5.62.0
|
||||
'@typescript-eslint/type-utils': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/type-utils': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
|
||||
debug: 4.3.4
|
||||
eslint: 8.57.0
|
||||
graphemer: 1.4.0
|
||||
ignore: 5.2.4
|
||||
natural-compare-lite: 1.4.0
|
||||
semver: 7.5.4
|
||||
tsutils: 3.21.0(typescript@4.9.5)
|
||||
tsutils: 3.21.0(typescript@5.0.4)
|
||||
optionalDependencies:
|
||||
typescript: 4.9.5
|
||||
typescript: 5.0.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/experimental-utils@5.62.0(eslint@8.57.0)(typescript@4.9.5)':
|
||||
'@typescript-eslint/experimental-utils@5.62.0(eslint@8.57.0)(typescript@5.0.4)':
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
|
||||
eslint: 8.57.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
'@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5)':
|
||||
'@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.0.4)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.62.0
|
||||
'@typescript-eslint/types': 5.62.0
|
||||
'@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5)
|
||||
'@typescript-eslint/typescript-estree': 5.62.0(typescript@5.0.4)
|
||||
debug: 4.3.4
|
||||
eslint: 8.57.0
|
||||
optionalDependencies:
|
||||
typescript: 4.9.5
|
||||
typescript: 5.0.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -10572,21 +10572,21 @@ snapshots:
|
||||
'@typescript-eslint/types': 5.62.0
|
||||
'@typescript-eslint/visitor-keys': 5.62.0
|
||||
|
||||
'@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@4.9.5)':
|
||||
'@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@5.0.4)':
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5)
|
||||
'@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/typescript-estree': 5.62.0(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
|
||||
debug: 4.3.4
|
||||
eslint: 8.57.0
|
||||
tsutils: 3.21.0(typescript@4.9.5)
|
||||
tsutils: 3.21.0(typescript@5.0.4)
|
||||
optionalDependencies:
|
||||
typescript: 4.9.5
|
||||
typescript: 5.0.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/types@5.62.0': {}
|
||||
|
||||
'@typescript-eslint/typescript-estree@5.62.0(typescript@4.9.5)':
|
||||
'@typescript-eslint/typescript-estree@5.62.0(typescript@5.0.4)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.62.0
|
||||
'@typescript-eslint/visitor-keys': 5.62.0
|
||||
@@ -10594,20 +10594,20 @@ snapshots:
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
semver: 7.5.4
|
||||
tsutils: 3.21.0(typescript@4.9.5)
|
||||
tsutils: 3.21.0(typescript@5.0.4)
|
||||
optionalDependencies:
|
||||
typescript: 4.9.5
|
||||
typescript: 5.0.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@4.9.5)':
|
||||
'@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.0.4)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
|
||||
'@types/json-schema': 7.0.13
|
||||
'@types/semver': 7.5.2
|
||||
'@typescript-eslint/scope-manager': 5.62.0
|
||||
'@typescript-eslint/types': 5.62.0
|
||||
'@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5)
|
||||
'@typescript-eslint/typescript-estree': 5.62.0(typescript@5.0.4)
|
||||
eslint: 8.57.0
|
||||
eslint-scope: 5.1.1
|
||||
semver: 7.5.4
|
||||
@@ -10646,21 +10646,21 @@ snapshots:
|
||||
dependencies:
|
||||
'@vanilla-extract/css': 1.9.1
|
||||
|
||||
'@wagmi/connectors@3.1.2(@types/react@17.0.65)(bufferutil@4.0.8)(react@18.2.0)(typescript@4.9.5)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10))':
|
||||
'@wagmi/connectors@3.1.2(@types/react@17.0.65)(bufferutil@4.0.8)(react@18.2.0)(typescript@5.0.4)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10))':
|
||||
dependencies:
|
||||
'@coinbase/wallet-sdk': 3.7.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)
|
||||
'@ledgerhq/connect-kit-loader': 1.1.2
|
||||
'@safe-global/safe-apps-provider': 0.17.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10)
|
||||
'@safe-global/safe-apps-sdk': 8.1.0(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10)
|
||||
'@safe-global/safe-apps-provider': 0.17.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10)
|
||||
'@safe-global/safe-apps-sdk': 8.1.0(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10)
|
||||
'@walletconnect/ethereum-provider': 2.10.1(@walletconnect/modal@2.6.2(@types/react@17.0.65)(react@18.2.0))(bufferutil@4.0.8)(utf-8-validate@5.0.10)
|
||||
'@walletconnect/legacy-provider': 2.0.0
|
||||
'@walletconnect/modal': 2.6.2(@types/react@17.0.65)(react@18.2.0)
|
||||
'@walletconnect/utils': 2.10.1
|
||||
abitype: 0.8.7(typescript@4.9.5)
|
||||
abitype: 0.8.7(typescript@5.0.4)
|
||||
eventemitter3: 4.0.7
|
||||
viem: 1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10)
|
||||
viem: 1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10)
|
||||
optionalDependencies:
|
||||
typescript: 4.9.5
|
||||
typescript: 5.0.4
|
||||
transitivePeerDependencies:
|
||||
- '@react-native-async-storage/async-storage'
|
||||
- '@types/react'
|
||||
@@ -10672,15 +10672,15 @@ snapshots:
|
||||
- utf-8-validate
|
||||
- zod
|
||||
|
||||
'@wagmi/core@1.4.2(@types/react@17.0.65)(bufferutil@4.0.8)(immer@9.0.21)(react@18.2.0)(typescript@4.9.5)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10))':
|
||||
'@wagmi/core@1.4.2(@types/react@17.0.65)(bufferutil@4.0.8)(immer@9.0.21)(react@18.2.0)(typescript@5.0.4)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10))':
|
||||
dependencies:
|
||||
'@wagmi/connectors': 3.1.2(@types/react@17.0.65)(bufferutil@4.0.8)(react@18.2.0)(typescript@4.9.5)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10))
|
||||
abitype: 0.8.7(typescript@4.9.5)
|
||||
'@wagmi/connectors': 3.1.2(@types/react@17.0.65)(bufferutil@4.0.8)(react@18.2.0)(typescript@5.0.4)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10))
|
||||
abitype: 0.8.7(typescript@5.0.4)
|
||||
eventemitter3: 4.0.7
|
||||
viem: 1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10)
|
||||
viem: 1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10)
|
||||
zustand: 4.4.1(@types/react@17.0.65)(immer@9.0.21)(react@18.2.0)
|
||||
optionalDependencies:
|
||||
typescript: 4.9.5
|
||||
typescript: 5.0.4
|
||||
transitivePeerDependencies:
|
||||
- '@react-native-async-storage/async-storage'
|
||||
- '@types/react'
|
||||
@@ -11187,13 +11187,13 @@ snapshots:
|
||||
|
||||
abab@2.0.6: {}
|
||||
|
||||
abitype@0.8.7(typescript@4.9.5):
|
||||
abitype@0.8.7(typescript@5.0.4):
|
||||
dependencies:
|
||||
typescript: 4.9.5
|
||||
typescript: 5.0.4
|
||||
|
||||
abitype@0.9.8(typescript@4.9.5):
|
||||
abitype@0.9.8(typescript@5.0.4):
|
||||
optionalDependencies:
|
||||
typescript: 4.9.5
|
||||
typescript: 5.0.4
|
||||
|
||||
abort-controller@3.0.0:
|
||||
dependencies:
|
||||
@@ -12402,25 +12402,25 @@ snapshots:
|
||||
optionalDependencies:
|
||||
source-map: 0.6.1
|
||||
|
||||
eslint-config-react-app@7.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.20))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.20))(eslint@8.57.0)(jest@27.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(typescript@4.9.5):
|
||||
eslint-config-react-app@7.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.20))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.20))(eslint@8.57.0)(jest@27.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(typescript@5.0.4):
|
||||
dependencies:
|
||||
'@babel/core': 7.22.20
|
||||
'@babel/eslint-parser': 7.22.15(@babel/core@7.22.20)(eslint@8.57.0)
|
||||
'@rushstack/eslint-patch': 1.4.0
|
||||
'@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.0.4))(eslint@8.57.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
|
||||
babel-preset-react-app: 10.0.1
|
||||
confusing-browser-globals: 1.0.11
|
||||
eslint: 8.57.0
|
||||
eslint-plugin-flowtype: 8.0.3(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.20))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.20))(eslint@8.57.0)
|
||||
eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)
|
||||
eslint-plugin-jest: 25.7.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)(jest@27.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(typescript@4.9.5)
|
||||
eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.0.4))(eslint@8.57.0)
|
||||
eslint-plugin-jest: 25.7.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.0.4))(eslint@8.57.0)(typescript@5.0.4))(eslint@8.57.0)(jest@27.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(typescript@5.0.4)
|
||||
eslint-plugin-jsx-a11y: 6.7.1(eslint@8.57.0)
|
||||
eslint-plugin-react: 7.33.2(eslint@8.57.0)
|
||||
eslint-plugin-react-hooks: 4.6.0(eslint@8.57.0)
|
||||
eslint-plugin-testing-library: 5.11.1(eslint@8.57.0)(typescript@4.9.5)
|
||||
eslint-plugin-testing-library: 5.11.1(eslint@8.57.0)(typescript@5.0.4)
|
||||
optionalDependencies:
|
||||
typescript: 4.9.5
|
||||
typescript: 5.0.4
|
||||
transitivePeerDependencies:
|
||||
- '@babel/plugin-syntax-flow'
|
||||
- '@babel/plugin-transform-react-jsx'
|
||||
@@ -12437,11 +12437,11 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0):
|
||||
eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.0.4))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0):
|
||||
dependencies:
|
||||
debug: 3.2.7
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
|
||||
eslint: 8.57.0
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
transitivePeerDependencies:
|
||||
@@ -12455,7 +12455,7 @@ snapshots:
|
||||
lodash: 4.17.21
|
||||
string-natural-compare: 3.0.1
|
||||
|
||||
eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0):
|
||||
eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.0.4))(eslint@8.57.0):
|
||||
dependencies:
|
||||
array-includes: 3.1.7
|
||||
array.prototype.findlastindex: 1.2.3
|
||||
@@ -12465,7 +12465,7 @@ snapshots:
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.57.0
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0)
|
||||
eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.0.4))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0)
|
||||
has: 1.0.3
|
||||
is-core-module: 2.13.0
|
||||
is-glob: 4.0.3
|
||||
@@ -12476,18 +12476,18 @@ snapshots:
|
||||
semver: 6.3.1
|
||||
tsconfig-paths: 3.14.2
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
|
||||
transitivePeerDependencies:
|
||||
- eslint-import-resolver-typescript
|
||||
- eslint-import-resolver-webpack
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)(jest@27.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(typescript@4.9.5):
|
||||
eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.0.4))(eslint@8.57.0)(typescript@5.0.4))(eslint@8.57.0)(jest@27.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(typescript@5.0.4):
|
||||
dependencies:
|
||||
'@typescript-eslint/experimental-utils': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/experimental-utils': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
|
||||
eslint: 8.57.0
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.0.4))(eslint@8.57.0)(typescript@5.0.4)
|
||||
jest: 27.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@@ -12537,9 +12537,9 @@ snapshots:
|
||||
semver: 6.3.1
|
||||
string.prototype.matchall: 4.0.10
|
||||
|
||||
eslint-plugin-testing-library@5.11.1(eslint@8.57.0)(typescript@4.9.5):
|
||||
eslint-plugin-testing-library@5.11.1(eslint@8.57.0)(typescript@5.0.4):
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
|
||||
'@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.0.4)
|
||||
eslint: 8.57.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@@ -12888,7 +12888,7 @@ snapshots:
|
||||
dependencies:
|
||||
is-callable: 1.2.7
|
||||
|
||||
fork-ts-checker-webpack-plugin@6.5.3(eslint@8.57.0)(typescript@4.9.5)(webpack@5.88.2):
|
||||
fork-ts-checker-webpack-plugin@6.5.3(eslint@8.57.0)(typescript@5.0.4)(webpack@5.88.2):
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.22.13
|
||||
'@types/json-schema': 7.0.13
|
||||
@@ -12903,7 +12903,7 @@ snapshots:
|
||||
schema-utils: 2.7.0
|
||||
semver: 7.5.4
|
||||
tapable: 1.1.3
|
||||
typescript: 4.9.5
|
||||
typescript: 5.0.4
|
||||
webpack: 5.88.2
|
||||
optionalDependencies:
|
||||
eslint: 8.57.0
|
||||
@@ -15192,7 +15192,7 @@ snapshots:
|
||||
react: 18.2.0
|
||||
tween-functions: 1.2.0
|
||||
|
||||
react-dev-utils@12.0.1(eslint@8.57.0)(typescript@4.9.5)(webpack@5.88.2):
|
||||
react-dev-utils@12.0.1(eslint@8.57.0)(typescript@5.0.4)(webpack@5.88.2):
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.22.13
|
||||
address: 1.2.2
|
||||
@@ -15203,7 +15203,7 @@ snapshots:
|
||||
escape-string-regexp: 4.0.0
|
||||
filesize: 8.0.7
|
||||
find-up: 5.0.0
|
||||
fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.57.0)(typescript@4.9.5)(webpack@5.88.2)
|
||||
fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.57.0)(typescript@5.0.4)(webpack@5.88.2)
|
||||
global-modules: 2.0.0
|
||||
globby: 11.1.0
|
||||
gzip-size: 6.0.0
|
||||
@@ -15220,7 +15220,7 @@ snapshots:
|
||||
text-table: 0.2.0
|
||||
webpack: 5.88.2
|
||||
optionalDependencies:
|
||||
typescript: 4.9.5
|
||||
typescript: 5.0.4
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
- supports-color
|
||||
@@ -15286,7 +15286,7 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@types/react': 17.0.65
|
||||
|
||||
react-scripts@5.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.20))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.20))(@types/babel__core@7.20.2)(bufferutil@4.0.8)(eslint@8.57.0)(react@18.2.0)(type-fest@0.21.3)(typescript@4.9.5)(utf-8-validate@5.0.10):
|
||||
react-scripts@5.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.20))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.20))(@types/babel__core@7.20.2)(bufferutil@4.0.8)(eslint@8.57.0)(react@18.2.0)(type-fest@0.21.3)(typescript@5.0.4)(utf-8-validate@5.0.10):
|
||||
dependencies:
|
||||
'@babel/core': 7.22.20
|
||||
'@pmmmwh/react-refresh-webpack-plugin': 0.5.11(react-refresh@0.11.0)(type-fest@0.21.3)(webpack-dev-server@4.15.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.88.2))(webpack@5.88.2)
|
||||
@@ -15304,7 +15304,7 @@ snapshots:
|
||||
dotenv: 10.0.0
|
||||
dotenv-expand: 5.1.0
|
||||
eslint: 8.57.0
|
||||
eslint-config-react-app: 7.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.20))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.20))(eslint@8.57.0)(jest@27.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(typescript@4.9.5)
|
||||
eslint-config-react-app: 7.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.20))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.20))(eslint@8.57.0)(jest@27.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(typescript@5.0.4)
|
||||
eslint-webpack-plugin: 3.2.0(eslint@8.57.0)(webpack@5.88.2)
|
||||
file-loader: 6.2.0(webpack@5.88.2)
|
||||
fs-extra: 10.1.0
|
||||
@@ -15322,7 +15322,7 @@ snapshots:
|
||||
prompts: 2.4.2
|
||||
react: 18.2.0
|
||||
react-app-polyfill: 3.0.0
|
||||
react-dev-utils: 12.0.1(eslint@8.57.0)(typescript@4.9.5)(webpack@5.88.2)
|
||||
react-dev-utils: 12.0.1(eslint@8.57.0)(typescript@5.0.4)(webpack@5.88.2)
|
||||
react-refresh: 0.11.0
|
||||
resolve: 1.22.6
|
||||
resolve-url-loader: 4.0.0
|
||||
@@ -15338,7 +15338,7 @@ snapshots:
|
||||
workbox-webpack-plugin: 6.6.0(@types/babel__core@7.20.2)(webpack@5.88.2)
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.3
|
||||
typescript: 4.9.5
|
||||
typescript: 5.0.4
|
||||
transitivePeerDependencies:
|
||||
- '@babel/plugin-syntax-flow'
|
||||
- '@babel/plugin-transform-react-jsx'
|
||||
@@ -16187,10 +16187,10 @@ snapshots:
|
||||
|
||||
tslib@2.6.2: {}
|
||||
|
||||
tsutils@3.21.0(typescript@4.9.5):
|
||||
tsutils@3.21.0(typescript@5.0.4):
|
||||
dependencies:
|
||||
tslib: 1.14.1
|
||||
typescript: 4.9.5
|
||||
typescript: 5.0.4
|
||||
|
||||
tween-functions@1.2.0: {}
|
||||
|
||||
@@ -16246,7 +16246,7 @@ snapshots:
|
||||
dependencies:
|
||||
is-typedarray: 1.0.0
|
||||
|
||||
typescript@4.9.5: {}
|
||||
typescript@5.0.4: {}
|
||||
|
||||
uint8arrays@3.1.1:
|
||||
dependencies:
|
||||
@@ -16377,7 +16377,7 @@ snapshots:
|
||||
|
||||
vary@1.1.2: {}
|
||||
|
||||
viem@1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10):
|
||||
viem@1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10):
|
||||
dependencies:
|
||||
'@adraffy/ens-normalize': 1.9.4
|
||||
'@noble/curves': 1.2.0
|
||||
@@ -16385,11 +16385,11 @@ snapshots:
|
||||
'@scure/bip32': 1.3.2
|
||||
'@scure/bip39': 1.2.1
|
||||
'@types/ws': 8.5.5
|
||||
abitype: 0.9.8(typescript@4.9.5)
|
||||
abitype: 0.9.8(typescript@5.0.4)
|
||||
isomorphic-ws: 5.0.0(ws@8.13.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))
|
||||
ws: 8.13.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)
|
||||
optionalDependencies:
|
||||
typescript: 4.9.5
|
||||
typescript: 5.0.4
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- utf-8-validate
|
||||
@@ -16403,18 +16403,18 @@ snapshots:
|
||||
dependencies:
|
||||
xml-name-validator: 3.0.0
|
||||
|
||||
wagmi@1.4.2(@types/react@17.0.65)(bufferutil@4.0.8)(immer@9.0.21)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@4.9.5)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10)):
|
||||
wagmi@1.4.2(@types/react@17.0.65)(bufferutil@4.0.8)(immer@9.0.21)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.0.4)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10)):
|
||||
dependencies:
|
||||
'@tanstack/query-sync-storage-persister': 4.35.3
|
||||
'@tanstack/react-query': 4.35.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
|
||||
'@tanstack/react-query-persist-client': 4.35.5(@tanstack/react-query@4.35.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0))
|
||||
'@wagmi/core': 1.4.2(@types/react@17.0.65)(bufferutil@4.0.8)(immer@9.0.21)(react@18.2.0)(typescript@4.9.5)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10))
|
||||
abitype: 0.8.7(typescript@4.9.5)
|
||||
'@wagmi/core': 1.4.2(@types/react@17.0.65)(bufferutil@4.0.8)(immer@9.0.21)(react@18.2.0)(typescript@5.0.4)(utf-8-validate@5.0.10)(viem@1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10))
|
||||
abitype: 0.8.7(typescript@5.0.4)
|
||||
react: 18.2.0
|
||||
use-sync-external-store: 1.2.0(react@18.2.0)
|
||||
viem: 1.11.1(bufferutil@4.0.8)(typescript@4.9.5)(utf-8-validate@5.0.10)
|
||||
viem: 1.11.1(bufferutil@4.0.8)(typescript@5.0.4)(utf-8-validate@5.0.10)
|
||||
optionalDependencies:
|
||||
typescript: 4.9.5
|
||||
typescript: 5.0.4
|
||||
transitivePeerDependencies:
|
||||
- '@react-native-async-storage/async-storage'
|
||||
- '@types/react'
|
||||
|
||||
Reference in New Issue
Block a user