chore: update dependencies (#698)

This commit is contained in:
David Walsh
2023-04-07 16:33:59 -06:00
committed by GitHub
parent 356e74a645
commit fe4fe48021
21 changed files with 338 additions and 199 deletions

View File

@@ -1,5 +1,5 @@
import { getContractAddressesForChainOrThrow } from '@0x/contract-addresses';
import { SupportedProvider } from '@0x/subproviders';
import { SupportedProvider } from 'ethereum-types';
import { EIP712TypedData } from '@0x/types';
import { BigNumber, hexUtils, NULL_ADDRESS } from '@0x/utils';

View File

@@ -1,5 +1,5 @@
import { getContractAddressesForChainOrThrow } from '@0x/contract-addresses';
import { SupportedProvider } from '@0x/subproviders';
import { SupportedProvider } from 'ethereum-types';
import { EIP712TypedData } from '@0x/types';
import { BigNumber, hexUtils, NULL_ADDRESS } from '@0x/utils';

View File

@@ -1,5 +1,5 @@
import { getContractAddressesForChainOrThrow } from '@0x/contract-addresses';
import { SupportedProvider } from '@0x/subproviders';
import { SupportedProvider } from 'ethereum-types';
import { EIP712TypedData } from '@0x/types';
import { BigNumber, hexUtils, NULL_ADDRESS } from '@0x/utils';

View File

@@ -1,4 +1,4 @@
import { SupportedProvider } from '@0x/subproviders';
import { SupportedProvider } from 'ethereum-types';
import { EIP712TypedData } from '@0x/types';
import { hexUtils, providerUtils, signTypedDataUtils } from '@0x/utils';
import { Web3Wrapper } from '@0x/web3-wrapper';