Upgrade Lerna to 3.0-Beta14
This commit is contained in:
@@ -33,12 +33,11 @@
|
|||||||
"@types/node": "^8.0.53",
|
"@types/node": "^8.0.53",
|
||||||
"@types/opn": "^5.1.0",
|
"@types/opn": "^5.1.0",
|
||||||
"@types/rimraf": "^2.0.2",
|
"@types/rimraf": "^2.0.2",
|
||||||
|
"@types/semver": "5.5.0",
|
||||||
"depcheck": "^0.6.9",
|
"depcheck": "^0.6.9",
|
||||||
"lerna-get-packages": "^1.0.0",
|
|
||||||
"make-promises-safe": "^1.1.0",
|
"make-promises-safe": "^1.1.0",
|
||||||
"npm-run-all": "^4.1.2",
|
"npm-run-all": "^4.1.2",
|
||||||
"shx": "^0.2.2",
|
"shx": "^0.2.2",
|
||||||
"@types/semver": "5.5.0",
|
|
||||||
"tslint": "5.11.0",
|
"tslint": "5.11.0",
|
||||||
"typescript": "2.7.1"
|
"typescript": "2.7.1"
|
||||||
},
|
},
|
||||||
@@ -56,8 +55,8 @@
|
|||||||
"prompt": "^1.0.0",
|
"prompt": "^1.0.0",
|
||||||
"publish-release": "0xproject/publish-release",
|
"publish-release": "0xproject/publish-release",
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2",
|
||||||
"semver-diff": "^2.1.0",
|
|
||||||
"semver": "5.5.0",
|
"semver": "5.5.0",
|
||||||
|
"semver-diff": "^2.1.0",
|
||||||
"semver-sort": "0.0.4"
|
"semver-sort": "0.0.4"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ import * as path from 'path';
|
|||||||
export const constants = {
|
export const constants = {
|
||||||
monorepoRootPath: path.join(__dirname, '../../..'),
|
monorepoRootPath: path.join(__dirname, '../../..'),
|
||||||
stagingWebsite: 'http://staging-0xproject.s3-website-us-east-1.amazonaws.com',
|
stagingWebsite: 'http://staging-0xproject.s3-website-us-east-1.amazonaws.com',
|
||||||
lernaExecutable: path.join('node_modules', 'lerna', 'bin', 'lerna.js'),
|
lernaExecutable: path.join('node_modules', 'lerna', 'cli.js'),
|
||||||
githubPersonalAccessToken: process.env.GITHUB_PERSONAL_ACCESS_TOKEN_0X_JS,
|
githubPersonalAccessToken: process.env.GITHUB_PERSONAL_ACCESS_TOKEN_0X_JS,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user