|
17 | 17 | "eslint": "eslint 'ts/**/*.{ts,tsx}'", |
18 | 18 | "lint": "tslint --format stylish --project . 'ts/**/*.ts' 'ts/**/*.tsx'", |
19 | 19 | "fix": "yarn lint --fix", |
20 | | - "pre_push": "yarn lint:prettier && yarn lint && yarn test", |
| 20 | + "pre_push": "yarn typecheck && yarn lint:prettier && yarn lint && yarn test", |
21 | 21 | "update:tools": "aws s3 sync --delete s3://docs-markdown/ mdx/tools/ --profile $(npm config get awscli_profile)", |
22 | | - "dev": "npm run update:tools && node --max-old-space-size=16384 ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode development --content-base public --https", |
| 22 | + "dev": "npm run update:tools && node --max-old-space-size=16384 ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode development --content-base public", |
23 | 23 | "deploy_dogfood": "npm run update:tools && yarn index_docs --environment dogfood && npm run build:prod && aws s3 sync ./public/. s3://dogfood.0xproject.com --profile $(npm config get awscli_profile) --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers && ./cdn-cache-clear.sh dogfood", |
24 | 24 | "deploy_staging": "npm run update:tools && yarn index_docs --environment staging && npm run build:prod && aws s3 sync ./public/. s3://staging-0xproject --profile $(npm config get awscli_profile) --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers", |
25 | 25 | "deploy_live": "npm run update:tools && yarn index_docs --environment production && DEPLOY_ROLLBAR_SOURCEMAPS=true npm run build:prod && aws s3 sync ./public/. s3://0x.org --profile $(npm config get awscli_profile) --region us-east-1 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --exclude *.map.js && ./cdn-cache-clear.sh live", |
|
36 | 36 | "dependencies": { |
37 | 37 | "@0x/asset-buyer": "6.2.0-beta.3", |
38 | 38 | "@0x/contract-addresses": "^4.1.0", |
39 | | - "@0x/contract-wrappers": "^13.2.0", |
| 39 | + "@0x/contract-wrappers": "^13.18.0", |
40 | 40 | "@0x/contracts-dev-utils": "^1.0.2", |
41 | | - "@0x/contracts-treasury": "^1.0.2", |
42 | | - "@0x/json-schemas": "^5.0.2", |
| 41 | + "@0x/contracts-treasury": "^1.4.2", |
| 42 | + "@0x/json-schemas": "^6.4.0", |
43 | 43 | "@0x/order-utils": "^10.0.1", |
44 | | - "@0x/subproviders": "^6.0.2", |
45 | | - "@0x/utils": "^5.1.1", |
| 44 | + "@0x/subproviders": "^6.6.1", |
| 45 | + "@0x/utils": "^6.4.4", |
46 | 46 | "@0x/web3-wrapper": "^7.0.2", |
47 | 47 | "@reach/dialog": "^0.11.2", |
48 | 48 | "@reach/tabs": "^0.1.6", |
|
70 | 70 | "deep-equal": "^1.0.1", |
71 | 71 | "dotenv": "^10.0.0", |
72 | 72 | "dotenv-webpack": "^7.0.3", |
73 | | - "ethereum-types": "^3.0.0", |
| 73 | + "ethereum-types": "^3.6.0", |
74 | 74 | "ethereumjs-util": "^5.1.1", |
75 | 75 | "ethers": "^5.0.24", |
76 | 76 | "find-versions": "^2.0.0", |
|
125 | 125 | "sass-loader": "^7.1.0", |
126 | 126 | "semver": "5.5.0", |
127 | 127 | "semver-sort": "0.0.4", |
128 | | - "styled-components": "^5.0.0", |
| 128 | + "styled-components": "^5.3.1", |
129 | 129 | "thenby": "^1.2.3", |
130 | 130 | "truffle-contract": "2.0.1", |
131 | 131 | "urql": "^2.0.4", |
|
169 | 169 | "@types/react-syntax-highlighter": "^10.2.1", |
170 | 170 | "@types/react-transition-group": "^4.2.0", |
171 | 171 | "@types/redux": "^3.6.0", |
172 | | - "@types/styled-components": "4.1.1", |
| 172 | + "@types/styled-components": "^5.1.15", |
173 | 173 | "@types/valid-url": "^1.0.2", |
174 | 174 | "@types/web3-provider-engine": "^14.0.0", |
175 | 175 | "@types/yargs": "^11.0.0", |
|
206 | 206 | "ts-node": "^8.3.0", |
207 | 207 | "tslint": "5.11.0", |
208 | 208 | "tslint-config-0xproject": "^0.0.2", |
209 | | - "typescript": "^3.7.4", |
| 209 | + "typescript": "^3.8.3", |
210 | 210 | "unist-util-find-after": "^2.0.4", |
211 | 211 | "unist-util-modify-children": "^1.1.4", |
212 | 212 | "unist-util-select": "^2.0.2", |
|
0 commit comments