diff options
| author | Fabio Berger <me@fabioberger.com> | 2018-06-19 17:32:55 +0800 | 
|---|---|---|
| committer | Fabio Berger <me@fabioberger.com> | 2018-06-19 17:32:55 +0800 | 
| commit | f2e0f1b2f180a783c1676120218712f50f4f93d7 (patch) | |
| tree | 7d22a8a983934b9f1f2f214c27e99fab2ebed4c3 /packages/website/package.json | |
| parent | 2a4456b9cae6515d0210e3a2aa4b511c0262849c (diff) | |
| download | dexon-sol-tools-f2e0f1b2f180a783c1676120218712f50f4f93d7.tar.gz dexon-sol-tools-f2e0f1b2f180a783c1676120218712f50f4f93d7.tar.zst dexon-sol-tools-f2e0f1b2f180a783c1676120218712f50f4f93d7.zip  | |
Update all package versions to match latest published to NPM
Diffstat (limited to 'packages/website/package.json')
| -rw-r--r-- | packages/website/package.json | 18 | 
1 files changed, 9 insertions, 9 deletions
diff --git a/packages/website/package.json b/packages/website/package.json index 5287414c7..a2ac617eb 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@  {      "name": "@0xproject/website", -    "version": "0.0.33", +    "version": "0.0.37",      "engines": {          "node": ">=6.12"      }, @@ -18,14 +18,14 @@      "author": "Fabio Berger",      "license": "Apache-2.0",      "dependencies": { -        "@0xproject/contract-wrappers": "^0.0.2", -        "@0xproject/react-docs": "^0.0.12", -        "@0xproject/react-shared": "^0.1.7", -        "@0xproject/subproviders": "^0.10.2", -        "@0xproject/types": "0.7.0", -        "@0xproject/typescript-typings": "^0.3.2", -        "@0xproject/utils": "^0.6.2", -        "@0xproject/web3-wrapper": "^0.6.4", +        "@0xproject/contract-wrappers": "^0.0.5", +        "@0xproject/react-docs": "^0.0.14", +        "@0xproject/react-shared": "^0.2.1", +        "@0xproject/subproviders": "^0.10.4", +        "@0xproject/types": "^0.8.1", +        "@0xproject/typescript-typings": "^0.4.1", +        "@0xproject/utils": "^0.7.1", +        "@0xproject/web3-wrapper": "^0.7.1",          "accounting": "^0.4.1",          "basscss": "^8.0.3",          "blockies": "^0.0.2",  | 
