diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/react-docs-example/package.json | 4 | ||||
-rw-r--r-- | packages/react-docs/package.json | 4 | ||||
-rw-r--r-- | packages/react-shared/package.json | 2 | ||||
-rw-r--r-- | packages/website/package.json | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/packages/react-docs-example/package.json b/packages/react-docs-example/package.json index 6993c98eb..420692161 100644 --- a/packages/react-docs-example/package.json +++ b/packages/react-docs-example/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@0xproject/react-docs-example", - "version": "0.0.9", + "version": "0.0.10", "description": "An example app using react-docs", "scripts": { "lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'", @@ -46,7 +46,7 @@ "webpack-dev-server": "^2.11.1" }, "dependencies": { - "@0xproject/react-docs": "^0.0.9", + "@0xproject/react-docs": "^0.0.10", "basscss": "^8.0.3", "lodash": "^4.17.4", "material-ui": "^0.17.1", diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index c2e93be89..7c834402c 100644 --- a/packages/react-docs/package.json +++ b/packages/react-docs/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/react-docs", - "version": "0.0.9", + "version": "0.0.10", "description": "React documentation component for rendering TypeDoc & Doxity generated JSON", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -31,7 +31,7 @@ "typescript": "2.7.1" }, "dependencies": { - "@0xproject/react-shared": "^0.1.4", + "@0xproject/react-shared": "^0.1.5", "@0xproject/utils": "^0.6.0", "@types/lodash": "4.14.104", "@types/material-ui": "0.18.0", diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json index ffade0f47..48736431b 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/react-shared", - "version": "0.1.4", + "version": "0.1.5", "description": "0x shared react components", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/website/package.json b/packages/website/package.json index 2b9955ab4..ea353e89b 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/website", - "version": "0.0.30", + "version": "0.0.31", "private": true, "description": "Website and 0x portal dapp", "scripts": { @@ -15,8 +15,8 @@ "license": "Apache-2.0", "dependencies": { "0x.js": "^0.37.1", - "@0xproject/react-docs": "^0.0.9", - "@0xproject/react-shared": "^0.1.4", + "@0xproject/react-docs": "^0.0.10", + "@0xproject/react-shared": "^0.1.5", "@0xproject/subproviders": "^0.10.0", "@0xproject/typescript-typings": "^0.3.0", "@0xproject/utils": "^0.6.0", |