mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-16 15:47:25 +00:00
build(deps): add core-js@3 as a dep to all pkgs that have @babel/runtime-corejs3 dep
When making use of the `useBuiltIns: 'usage'` option for @babel/preset-env (which is the case for all transpiled packages in Embark's monorepo) a package needs to have both @babel/runtime-corejs3 and core-js@3 specified as dependencies.
This commit is contained in:
parent
2407df5d11
commit
1225cb14e8
@ -43,6 +43,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"axios": "0.19.0",
|
||||
"core-js": "3.3.4",
|
||||
"keccakjs": "0.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -49,6 +49,7 @@
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.3.4",
|
||||
"embark-utils": "^4.1.1",
|
||||
"embarkjs": "^4.1.1",
|
||||
"fs-extra": "8.1.0",
|
||||
|
@ -51,6 +51,7 @@
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"chalk": "2.4.2",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
|
@ -44,6 +44,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
"flatted": "0.2.3",
|
||||
|
@ -45,6 +45,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.3.4",
|
||||
"i18n": "0.8.3",
|
||||
"os-locale": "2.1.0"
|
||||
},
|
||||
|
@ -43,6 +43,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.3.4",
|
||||
"date-and-time": "0.6.2",
|
||||
"embark-utils": "^4.1.1"
|
||||
},
|
||||
|
@ -50,6 +50,7 @@
|
||||
"bip39": "3.0.2",
|
||||
"clipboardy": "1.2.3",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.3.4",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"ethereumjs-wallet": "0.6.3",
|
||||
"find-up": "2.1.0",
|
||||
|
@ -65,6 +65,7 @@
|
||||
"clone-deep": "4.0.0",
|
||||
"colors": "1.3.2",
|
||||
"commander": "2.18.0",
|
||||
"core-js": "3.3.4",
|
||||
"date-and-time": "0.6.2",
|
||||
"decompress": "4.2.0",
|
||||
"deep-equal": "1.0.1",
|
||||
|
@ -59,7 +59,8 @@
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"async-es": "2.6.1",
|
||||
"colors": "1.3.2"
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ajv": "6.10.2",
|
||||
|
@ -45,6 +45,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"embarkjs": "^4.1.1",
|
||||
"eth-ens-namehash": "2.0.8",
|
||||
"web3": "1.2.1"
|
||||
|
@ -45,6 +45,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"ipfs-api": "17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -45,6 +45,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"swarm-api": "0.1.2",
|
||||
"web3": "1.2.1"
|
||||
},
|
||||
|
@ -45,6 +45,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"web3": "1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -45,6 +45,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"rxjs": "6.4.0",
|
||||
"web3": "1.2.1"
|
||||
},
|
||||
|
@ -47,6 +47,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
|
@ -60,6 +60,7 @@
|
||||
"babel-plugin-module-resolver": "3.2.0",
|
||||
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.3.4",
|
||||
"clone-deep": "4.0.0",
|
||||
"css-loader": "3.2.0",
|
||||
"embark-core": "^4.1.1",
|
||||
|
@ -44,6 +44,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
"fs-extra": "8.1.0",
|
||||
|
@ -45,6 +45,7 @@
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.3.4",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"remix-debug-debugtest": "0.2.16"
|
||||
},
|
||||
|
@ -42,6 +42,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
|
@ -43,6 +43,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.3.4",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
"embarkjs": "^4.1.1",
|
||||
|
@ -42,6 +42,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"ganache-cli": "6.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -43,6 +43,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-logger": "^4.1.1",
|
||||
|
@ -43,6 +43,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.3.4",
|
||||
"viz.js": "1.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -46,6 +46,7 @@
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-storage": "^4.1.1",
|
||||
|
@ -46,6 +46,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "3.1.0",
|
||||
"core-js": "3.3.4",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
"embarkjs": "^4.1.1",
|
||||
|
@ -47,6 +47,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
|
@ -34,6 +34,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.3.4",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1"
|
||||
},
|
||||
|
@ -44,6 +44,7 @@
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"ascii-table": "0.0.9",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.3.4",
|
||||
"web3-utils": "1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -44,6 +44,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"ajv": "6.10.2",
|
||||
"core-js": "3.3.4",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
"handlebars": "4.2.0"
|
||||
|
@ -48,6 +48,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"circom": "0.0.31",
|
||||
"core-js": "3.3.4",
|
||||
"find-up": "4.1.0",
|
||||
"glob": "7.1.4",
|
||||
"snarkjs": "0.1.19"
|
||||
|
@ -43,6 +43,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.3.4",
|
||||
"semver": "5.6.0",
|
||||
"shelljs": "0.8.3"
|
||||
},
|
||||
|
@ -43,6 +43,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "3.1.0",
|
||||
"core-js": "3.3.4",
|
||||
"remix-tests": "0.1.14",
|
||||
"web3": "1.2.1",
|
||||
"yo-yoify": "4.3.0"
|
||||
|
@ -43,6 +43,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
|
@ -43,6 +43,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.3.4",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"viz.js": "1.8.2"
|
||||
},
|
||||
|
@ -47,6 +47,7 @@
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-storage": "^4.1.1",
|
||||
|
@ -43,6 +43,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
|
@ -43,6 +43,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.3.4",
|
||||
"viz.js": "1.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -43,6 +43,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.3.4",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"shelljs": "0.8.3"
|
||||
},
|
||||
|
@ -42,6 +42,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"ejs": "2.6.1",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
|
@ -43,6 +43,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
|
@ -45,6 +45,7 @@
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"body-parser": "1.19.0",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.3.4",
|
||||
"cors": "2.8.5",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
|
@ -42,6 +42,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
"keccakjs": "0.2.3",
|
||||
|
@ -42,6 +42,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"web3": "1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -45,6 +45,7 @@
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"clone-deep": "4.0.0",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1"
|
||||
|
@ -45,6 +45,7 @@
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"clone-deep": "4.0.0",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1"
|
||||
|
@ -44,6 +44,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1"
|
||||
},
|
||||
|
@ -49,6 +49,7 @@
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"clone-deep": "4.0.0",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
|
@ -45,6 +45,7 @@
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"clone-deep": "4.0.0",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1"
|
||||
|
@ -42,6 +42,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"ejs": "2.6.1",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1"
|
||||
|
@ -43,6 +43,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.3.4",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
"fs-extra": "8.1.0",
|
||||
|
@ -43,6 +43,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"embark-i18n": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -44,6 +44,7 @@
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
|
@ -42,6 +42,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"embark-utils": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -46,6 +46,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"cors": "2.8.5",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
|
@ -44,6 +44,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"embark-core": "^4.1.1",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
|
@ -48,6 +48,7 @@
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"chalk": "2.4.2",
|
||||
"core-js": "3.3.4",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-testing": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
|
@ -43,6 +43,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"chokidar": "2.1.6",
|
||||
"core-js": "3.3.4",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1"
|
||||
},
|
||||
|
@ -43,6 +43,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.3.4",
|
||||
"embark-i18n": "^4.1.1",
|
||||
"embark-utils": "^4.1.1",
|
||||
"express": "4.17.1",
|
||||
|
@ -42,6 +42,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.6.3",
|
||||
"core-js": "3.3.4",
|
||||
"refute": "1.0.2",
|
||||
"sinon": "7.4.2"
|
||||
},
|
||||
|
@ -6402,6 +6402,11 @@ core-js@3.2.1, core-js@^3.0.1, core-js@^3.0.4:
|
||||
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.2.1.tgz#cd41f38534da6cc59f7db050fe67307de9868b09"
|
||||
integrity sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw==
|
||||
|
||||
core-js@3.3.4:
|
||||
version "3.3.4"
|
||||
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.3.4.tgz#6b0a23392958317bfb46e40b090529a923add669"
|
||||
integrity sha512-BtibooaAmSOptGLRccsuX/dqgPtXwNgqcvYA6kOTTMzonRxZ+pJS4e+6mvVutESfXMeTnK8m3M+aBu3bkJbR+w==
|
||||
|
||||
core-js@^1.0.0:
|
||||
version "1.2.7"
|
||||
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
|
||||
|
Loading…
x
Reference in New Issue
Block a user