mirror of https://github.com/embarklabs/embark.git
build: bump all packages' engines settings (#1985)
BREAKING CHANGE: node: >=10.17.0 <12.0.0 npm: >=6.11.3 yarn: >=1.19.1 node v10.17.0 is the latest in the 10.x series and is still in the Active LTS lifecycle. Embark is still not compatible with node's 12.x and 13.x series (because of some dependencies), otherwise it would probably make sense to bump our minimum supported node version all the way to the most recent 12.x release. npm v6.11.3 is the version that's bundled with node v10.17.0. yarn v1.19.1 is the most recent version as of the time node v10.17.0 was released.
This commit is contained in:
parent
6e9635c12b
commit
ed02cc849f
|
@ -1,27 +1,17 @@
|
||||||
variables:
|
variables:
|
||||||
ipfsVersion: '0.4.19'
|
ipfsVersion: '0.4.22'
|
||||||
node8: '^8.12.0'
|
node10: '^10.17.0'
|
||||||
node10: '^10.0.0'
|
|
||||||
pythonVersion: '2.7.x'
|
pythonVersion: '2.7.x'
|
||||||
yarnVersion: '1.12.3'
|
yarnVersion: '1.19.1'
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
Node 8 / Linux:
|
|
||||||
nodeVersion: $(node8)
|
|
||||||
imageName: 'ubuntu-16.04'
|
|
||||||
Node 8 / macOS:
|
|
||||||
nodeVersion: $(node8)
|
|
||||||
imageName: 'macos-10.13'
|
|
||||||
Node 8 / Windows:
|
|
||||||
nodeVersion: $(node8)
|
|
||||||
imageName: 'vs2017-win2016'
|
|
||||||
Node 10 / Linux:
|
Node 10 / Linux:
|
||||||
nodeVersion: $(node10)
|
nodeVersion: $(node10)
|
||||||
imageName: 'ubuntu-16.04'
|
imageName: 'ubuntu-18.04'
|
||||||
Node 10 / macOS:
|
Node 10 / macOS:
|
||||||
nodeVersion: $(node10)
|
nodeVersion: $(node10)
|
||||||
imageName: 'macos-10.13'
|
imageName: 'macos-10.14'
|
||||||
Node 10 / Windows:
|
Node 10 / Windows:
|
||||||
nodeVersion: $(node10)
|
nodeVersion: $(node10)
|
||||||
imageName: 'vs2017-win2016'
|
imageName: 'vs2017-win2016'
|
||||||
|
|
|
@ -59,7 +59,7 @@ module.exports = (api) => {
|
||||||
'babel-plugin-dynamic-import-node'
|
'babel-plugin-dynamic-import-node'
|
||||||
);
|
);
|
||||||
node.presets[0] = [node.presets[0], {
|
node.presets[0] = [node.presets[0], {
|
||||||
targets: {node: '8.11.3'}
|
targets: {node: '10.17.0'}
|
||||||
}];
|
}];
|
||||||
|
|
||||||
if (env === 'node' || env.startsWith('node:')) {
|
if (env === 'node' || env.startsWith('node:')) {
|
||||||
|
|
|
@ -12,9 +12,9 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"name": "root",
|
"name": "root",
|
||||||
|
|
|
@ -52,8 +52,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -117,8 +117,8 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -66,8 +66,8 @@
|
||||||
"typescript": "3.6.3"
|
"typescript": "3.6.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -70,9 +70,9 @@
|
||||||
"typescript": "3.6.3"
|
"typescript": "3.6.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
},
|
},
|
||||||
"nyc": {
|
"nyc": {
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
|
@ -58,8 +58,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,8 +57,8 @@
|
||||||
"typescript": "3.6.3"
|
"typescript": "3.6.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,8 +53,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
"embark-solo": "^4.1.1"
|
"embark-solo": "^4.1.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,8 +26,8 @@
|
||||||
"typescript": "3.6.3"
|
"typescript": "3.6.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -82,8 +82,8 @@
|
||||||
"typescript": "3.6.3"
|
"typescript": "3.6.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -233,13 +233,13 @@
|
||||||
"sinon": "4.5.0"
|
"sinon": "4.5.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
},
|
},
|
||||||
"runtime": {
|
"runtime": {
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.11.3 <12.0.0"
|
"node": ">=10.17.0 <12.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -540,7 +540,7 @@ PkgJsonEmbark.prototype.noCheck = true;
|
||||||
// if changing to the `nodeRangeDefault` value, make sure to manually check
|
// if changing to the `nodeRangeDefault` value, make sure to manually check
|
||||||
// that it's a valid semver range, otherwise fallback logic in the prototype
|
// that it's a valid semver range, otherwise fallback logic in the prototype
|
||||||
// methods won't be reliable
|
// methods won't be reliable
|
||||||
PkgJsonEmbark.prototype.nodeRangeDefault = semver.Range('>=8.11.3').range;
|
PkgJsonEmbark.prototype.nodeRangeDefault = semver.Range('>=10.17.0').range;
|
||||||
|
|
||||||
PkgJsonEmbark.prototype.setNodeRange = function () {
|
PkgJsonEmbark.prototype.setNodeRange = function () {
|
||||||
if (isObject(this.json) &&
|
if (isObject(this.json) &&
|
||||||
|
@ -1007,7 +1007,7 @@ function setupProto(Sub, Par) {
|
||||||
Sub.prototype.constructor = Sub;
|
Sub.prototype.constructor = Sub;
|
||||||
}
|
}
|
||||||
|
|
||||||
// See: https://github.com/npm/cli/blob/v6.4.1/lib/utils/parse-json.js#L16
|
// See: https://github.com/npm/cli/blob/v6.11.3/lib/utils/parse-json.js#L16
|
||||||
function stripBOM (content) {
|
function stripBOM (content) {
|
||||||
content = content.toString();
|
content = content.toString();
|
||||||
if (content.charCodeAt(0) === 0xFEFF) {
|
if (content.charCodeAt(0) === 0xFEFF) {
|
||||||
|
|
|
@ -74,8 +74,8 @@
|
||||||
"web3": "1.2.1"
|
"web3": "1.2.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,8 +57,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,8 +55,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,8 +56,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,8 +55,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,8 +56,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -61,8 +61,8 @@
|
||||||
"typescript": "3.6.3"
|
"typescript": "3.6.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,9 +62,9 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"collectCoverage": true,
|
"collectCoverage": true,
|
||||||
|
|
|
@ -71,8 +71,8 @@
|
||||||
"typescript": "3.6.3"
|
"typescript": "3.6.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,8 +56,8 @@
|
||||||
"typescript": "3.6.3"
|
"typescript": "3.6.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,9 +58,9 @@
|
||||||
"sinon": "7.4.1"
|
"sinon": "7.4.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
},
|
},
|
||||||
"nyc": {
|
"nyc": {
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
|
@ -80,8 +80,8 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,8 +57,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,8 +51,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,8 +59,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,8 +52,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,8 +62,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,8 +64,8 @@
|
||||||
"source-map-support": "0.5.13"
|
"source-map-support": "0.5.13"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,8 +64,8 @@
|
||||||
"typescript": "3.6.3"
|
"typescript": "3.6.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,8 +44,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,8 +53,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -60,8 +60,8 @@
|
||||||
"typescript": "3.6.3"
|
"typescript": "3.6.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,8 +53,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,8 +58,8 @@
|
||||||
"source-map-support": "0.5.13"
|
"source-map-support": "0.5.13"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,8 +58,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,8 +53,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,8 +62,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,8 +57,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,8 +52,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,8 +53,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,8 +57,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,8 +57,8 @@
|
||||||
"web3": "1.2.1"
|
"web3": "1.2.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,8 +55,8 @@
|
||||||
"typescript": "3.6.3"
|
"typescript": "3.6.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,8 +54,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,8 +51,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -60,9 +60,9 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"collectCoverage": true,
|
"collectCoverage": true,
|
||||||
|
|
|
@ -60,9 +60,9 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"collectCoverage": true,
|
"collectCoverage": true,
|
||||||
|
|
|
@ -54,8 +54,8 @@
|
||||||
"typescript": "3.6.3"
|
"typescript": "3.6.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,8 +63,8 @@
|
||||||
"typescript": "3.6.3"
|
"typescript": "3.6.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -60,9 +60,9 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"collectCoverage": true,
|
"collectCoverage": true,
|
||||||
|
|
|
@ -53,8 +53,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,8 +55,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,8 +52,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,8 +57,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,8 +51,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,8 +63,8 @@
|
||||||
"typescript": "3.6.3"
|
"typescript": "3.6.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,8 +57,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -72,8 +72,8 @@
|
||||||
"source-map-support": "0.5.13"
|
"source-map-support": "0.5.13"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,8 +53,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -61,8 +61,8 @@
|
||||||
"rimraf": "3.0.0"
|
"rimraf": "3.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -61,8 +61,8 @@
|
||||||
"npm-run-all": "4.1.5"
|
"npm-run-all": "4.1.5"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
"fs-extra": "8.1.0"
|
"fs-extra": "8.1.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -72,8 +72,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0 <12.0.0",
|
"node": ">=10.17.0 <12.0.0",
|
||||||
"npm": ">=6.4.1",
|
"npm": ">=6.11.3",
|
||||||
"yarn": ">=1.12.3"
|
"yarn": ">=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -72,7 +72,7 @@ os:
|
||||||
node_js:
|
node_js:
|
||||||
- "10"
|
- "10"
|
||||||
before_install:
|
before_install:
|
||||||
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.12.3
|
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.19.1
|
||||||
- export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
- export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
||||||
cache:
|
cache:
|
||||||
- yarn: true
|
- yarn: true
|
||||||
|
|
|
@ -15,7 +15,7 @@ Once done, go ahead and [install Embark](#Installing-Embark).
|
||||||
|
|
||||||
### Node
|
### Node
|
||||||
|
|
||||||
Please install [Node.js](http://nodejs.org/) in version 8.11.3 LTS or higher.
|
Please install [Node.js](http://nodejs.org/) in version 10.17.0 LTS or higher.
|
||||||
|
|
||||||
{% notification info 'Quick Tip' %}
|
{% notification info 'Quick Tip' %}
|
||||||
We recommend installing Node using the [Node Version Manager](https://github.com/creationix/nvm/blob/master/README.md). This is because it makes it very easy to install different versions of Node in isolated environments that don't require users to [change their permissions](https://docs.npmjs.com/getting-started/fixing-npm-permissions) when installing packages. Find instructions on how to install NVM [here](https://github.com/creationix/nvm/blob/master/README.md#install-script).
|
We recommend installing Node using the [Node Version Manager](https://github.com/creationix/nvm/blob/master/README.md). This is because it makes it very easy to install different versions of Node in isolated environments that don't require users to [change their permissions](https://docs.npmjs.com/getting-started/fixing-npm-permissions) when installing packages. Find instructions on how to install NVM [here](https://github.com/creationix/nvm/blob/master/README.md#install-script).
|
||||||
|
|
Loading…
Reference in New Issue