Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Update babel monorepo (#4369)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Mar 13, 2020
1 parent d269a2c commit 39bdba5
Show file tree
Hide file tree
Showing 15 changed files with 352 additions and 68 deletions.
8 changes: 4 additions & 4 deletions dapps/admin/package.json
Expand Up @@ -96,13 +96,13 @@
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/plugin-transform-destructuring": "7.8.3",
"@babel/plugin-transform-destructuring": "7.8.8",
"@babel/plugin-transform-object-assign": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/runtime": "7.8.4",
"@babel/preset-env": "7.8.7",
"@babel/runtime": "7.8.7",
"apollo-server": "2.11.0",
"babel-eslint": "10.0.3",
"babel-eslint": "10.1.0",
"babel-loader": "8.0.6",
"bip39": "2.6.0",
"clean-webpack-plugin": "3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions dapps/marketplace/package.json
Expand Up @@ -115,12 +115,12 @@
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/plugin-transform-destructuring": "7.8.3",
"@babel/plugin-transform-destructuring": "7.8.8",
"@babel/plugin-transform-object-assign": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/runtime": "7.8.4",
"babel-eslint": "10.0.3",
"@babel/preset-env": "7.8.7",
"@babel/runtime": "7.8.7",
"babel-eslint": "10.1.0",
"babel-loader": "8.0.6",
"babel-plugin-fbt": "0.14.0",
"babel-plugin-fbt-runtime": "0.9.9",
Expand Down
8 changes: 4 additions & 4 deletions dapps/shop/package.json
Expand Up @@ -99,12 +99,12 @@
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/plugin-transform-destructuring": "7.8.3",
"@babel/plugin-transform-destructuring": "7.8.8",
"@babel/plugin-transform-object-assign": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/runtime": "7.8.4",
"babel-eslint": "10.0.3",
"@babel/preset-env": "7.8.7",
"@babel/runtime": "7.8.7",
"babel-eslint": "10.1.0",
"babel-loader": "8.0.6",
"babel-plugin-fbt": "0.14.0",
"babel-plugin-fbt-runtime": "0.9.9",
Expand Down
8 changes: 4 additions & 4 deletions infra/auth-server/package.json
Expand Up @@ -33,10 +33,10 @@
"web3-utils": "^1.2.1"
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/polyfill": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/register": "7.8.3",
"@babel/core": "7.8.7",
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.8.7",
"@babel/register": "7.8.6",
"chai": "4.2.0",
"crypto": "1.0.1",
"eslint": "6.8.0",
Expand Down
6 changes: 3 additions & 3 deletions infra/ipfs-proxy/package.json
Expand Up @@ -35,9 +35,9 @@
"zlib": "1.0.5"
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/preset-env": "7.8.4",
"@babel/register": "7.8.3",
"@babel/core": "7.8.7",
"@babel/preset-env": "7.8.7",
"@babel/register": "7.8.6",
"autocannon": "4.6.0",
"chai": "4.2.0",
"form-data": "3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions infra/messaging/package.json
Expand Up @@ -34,7 +34,7 @@
"@babel/core": "^7.4.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/register": "7.8.3",
"@babel/register": "7.8.6",
"@origin/graphql": "^0.1.0",
"cross-fetch": "^3.0.4",
"dotenv": "^8.0.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"web3-utils": "^1.2.1"
},
"devDependencies": {
"@babel/node": "7.8.4",
"@babel/node": "7.8.7",
"chai": "4.2.0",
"crypto-js": "3.1.9-1",
"eslint": "6.8.0",
Expand Down
4 changes: 2 additions & 2 deletions infra/token-transfer-client/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "7.8.4",
"@babel/core": "7.8.7",
"@babel/preset-react": "7.8.3",
"@material-ui/core": "4.9.5",
"@material-ui/icons": "4.9.1",
Expand All @@ -12,7 +12,7 @@
"@svgr/webpack": "5.1.0",
"@typescript-eslint/eslint-plugin": "2.23.0",
"@typescript-eslint/parser": "2.23.0",
"babel-eslint": "10.0.3",
"babel-eslint": "10.1.0",
"babel-jest": "25.1.0",
"babel-loader": "8.0.6",
"babel-plugin-named-asset-import": "0.3.6",
Expand Down
8 changes: 4 additions & 4 deletions infra/token-transfer-server/package.json
Expand Up @@ -66,10 +66,10 @@
"web3": "1.0.0-beta.34"
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/polyfill": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/register": "7.8.3",
"@babel/core": "7.8.7",
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.8.7",
"@babel/register": "7.8.6",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-bignumber": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
]
},
"devDependencies": {
"babel-eslint": "10.0.3",
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"eslint": "6.8.0",
"eslint-config-react-app": "5.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/auth-client/package.json
Expand Up @@ -17,17 +17,17 @@
"lodash": "^4.17.15"
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/core": "7.8.7",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/plugin-transform-destructuring": "7.8.3",
"@babel/plugin-transform-destructuring": "7.8.8",
"@babel/plugin-transform-object-assign": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/preset-env": "7.8.7",
"@babel/preset-react": "7.8.3",
"@babel/register": "7.8.3",
"@babel/runtime": "7.8.4",
"@babel/register": "7.8.6",
"@babel/runtime": "7.8.7",
"cross-fetch": "3.0.4",
"eslint": "6.8.0",
"mocha": "7.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/auth-utils/package.json
Expand Up @@ -24,10 +24,10 @@
"web3-utils": "^1.2.2"
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/polyfill": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/register": "7.8.3",
"@babel/core": "7.8.7",
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.8.7",
"@babel/register": "7.8.6",
"chai": "4.2.0",
"eslint": "6.8.0",
"express": "4.17.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/contracts/package.json
Expand Up @@ -26,9 +26,9 @@
},
"license": "MIT",
"dependencies": {
"@babel/core": "7.8.4",
"@babel/polyfill": "7.8.3",
"@babel/register": "7.8.3",
"@babel/core": "7.8.7",
"@babel/polyfill": "7.8.7",
"@babel/register": "7.8.6",
"ajv": "6.11.0",
"bs58": "4.0.1",
"ethereumjs-abi": "0.6.8",
Expand All @@ -42,8 +42,8 @@
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/runtime": "7.8.4",
"@babel/preset-env": "7.8.7",
"@babel/runtime": "7.8.7",
"bignumber.js": "9.0.0",
"chai": "4.2.0",
"chai-bignumber": "3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Expand Up @@ -90,12 +90,12 @@
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/plugin-transform-destructuring": "7.8.3",
"@babel/plugin-transform-destructuring": "7.8.8",
"@babel/plugin-transform-object-assign": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/preset-env": "7.8.7",
"@babel/preset-react": "7.8.3",
"@babel/runtime": "7.8.4",
"@babel/runtime": "7.8.7",
"debug": "4.1.1",
"webpack": "4.41.5"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/messaging-client/package.json
Expand Up @@ -39,17 +39,17 @@
]
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/core": "7.8.7",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/plugin-transform-destructuring": "7.8.3",
"@babel/plugin-transform-destructuring": "7.8.8",
"@babel/plugin-transform-object-assign": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/preset-env": "7.8.7",
"@babel/preset-react": "7.8.3",
"@babel/register": "7.8.3",
"@babel/runtime": "7.8.4",
"@babel/register": "7.8.6",
"@babel/runtime": "7.8.7",
"debug": "4.1.1",
"mocha": "7.0.1",
"eslint": "6.8.0",
Expand Down

0 comments on commit 39bdba5

Please sign in to comment.