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,4 +1,12 @@
[
{
"version": "13.22.19",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1678410794,
"version": "13.22.18",

View File

@@ -57,13 +57,13 @@
"typescript": "4.6.3"
},
"dependencies": {
"@0x/assert": "^3.0.35",
"@0x/assert": "^3.0.36",
"@0x/base-contract": "^7.0.0",
"@0x/contract-addresses": "^8.2.0",
"@0x/json-schemas": "^6.4.4",
"@0x/types": "^3.3.6",
"@0x/types": "^3.3.7",
"@0x/utils": "^7.0.0",
"@0x/web3-wrapper": "^8.0.0",
"@0x/web3-wrapper": "^8.0.1",
"ethereum-types": "^3.7.1",
"ethers": "~4.0.4"
},

View File

@@ -1,4 +1,12 @@
[
{
"version": "11.18.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1678410794,
"version": "11.18.1",

View File

@@ -38,9 +38,9 @@
},
"homepage": "https://github.com/0xProject/protocol/tree/main/packages/protocol-utils",
"devDependencies": {
"@0x/dev-utils": "^5.0.0",
"@0x/dev-utils": "^5.0.2",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/types": "^3.3.6",
"@0x/types": "^3.3.7",
"@0x/typescript-typings": "^5.3.1",
"@types/bn.js": "^4.11.0",
"@types/lodash": "4.14.104",
@@ -61,13 +61,13 @@
"web3-provider-engine": "14.0.6"
},
"dependencies": {
"@0x/assert": "^3.0.35",
"@0x/assert": "^3.0.36",
"@0x/contract-addresses": "^8.2.0",
"@0x/contract-wrappers": "^13.22.18",
"@0x/json-schemas": "^6.4.4",
"@0x/subproviders": "^7.0.0",
"@0x/subproviders": "^8.0.1",
"@0x/utils": "^7.0.0",
"@0x/web3-wrapper": "^8.0.0",
"@0x/web3-wrapper": "^8.0.1",
"@typescript-eslint/parser": "^5.38.0",
"chai": "^4.0.1",
"ethereumjs-util": "^7.0.10",

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';