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
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 10, 2022
1 parent 0225526 commit 4f849ac
Show file tree
Hide file tree
Showing 13 changed files with 1,149 additions and 355 deletions.
20 changes: 10 additions & 10 deletions dapps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,18 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
"@babel/plugin-transform-destructuring": "7.9.5",
"@babel/plugin-transform-object-assign": "7.8.3",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/runtime": "7.9.2",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-decorators": "7.16.7",
"@babel/plugin-proposal-export-default-from": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
"@babel/plugin-transform-destructuring": "7.16.7",
"@babel/plugin-transform-object-assign": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.8",
"@babel/preset-env": "7.16.8",
"@babel/runtime": "7.16.7",
"apollo-server": "2.12.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"babel-loader": "8.2.3",
"bip39": "2.6.0",
"clean-webpack-plugin": "3.0.0",
"css-loader": "3.4.2",
Expand Down
20 changes: 10 additions & 10 deletions dapps/marketplace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,17 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
"@babel/plugin-transform-destructuring": "7.9.5",
"@babel/plugin-transform-object-assign": "7.8.3",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/runtime": "7.9.2",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-decorators": "7.16.7",
"@babel/plugin-proposal-export-default-from": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
"@babel/plugin-transform-destructuring": "7.16.7",
"@babel/plugin-transform-object-assign": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.8",
"@babel/preset-env": "7.16.8",
"@babel/runtime": "7.16.7",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"babel-loader": "8.2.3",
"babel-plugin-fbt": "0.14.0",
"babel-plugin-fbt-runtime": "0.9.9",
"bip39": "2.6.0",
Expand Down
8 changes: 4 additions & 4 deletions infra/auth-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"web3-utils": "^1.2.1"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.9.5",
"@babel/register": "7.9.0",
"@babel/core": "7.16.7",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.16.8",
"@babel/register": "7.16.8",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"zlib": "1.0.5"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/register": "7.9.0",
"@babel/core": "7.16.7",
"@babel/preset-env": "7.16.8",
"@babel/register": "7.16.8",
"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
Original file line number Diff line number Diff line change
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.9.0",
"@babel/register": "7.16.8",
"@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.7",
"@babel/node": "7.16.8",
"chai": "4.2.0",
"crypto-js": "3.1.9-1",
"eslint": "6.8.0",
Expand Down
22 changes: 11 additions & 11 deletions infra/token-transfer-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
"@babel/plugin-transform-destructuring": "7.9.5",
"@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.9.4",
"@babel/core": "7.16.7",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-decorators": "7.16.7",
"@babel/plugin-proposal-export-default-from": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
"@babel/plugin-transform-destructuring": "7.16.7",
"@babel/plugin-transform-object-assign": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.8",
"@babel/preset-env": "7.16.8",
"@babel/preset-react": "7.16.7",
"@origin/token-transfer-server": "0.1.0",
"@sentry/browser": "5.15.4",
"@svgr/webpack": "5.3.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"babel-loader": "8.2.3",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-named-asset-import": "0.3.6",
"bignumber": "1.1.0",
Expand Down
8 changes: 4 additions & 4 deletions infra/token-transfer-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"web3": "1.2.6"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.9.5",
"@babel/register": "7.9.0",
"@babel/core": "7.16.7",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.16.8",
"@babel/register": "7.16.8",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-bignumber": "3.0.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/auth-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"lodash": "^4.17.15"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
"@babel/plugin-transform-destructuring": "7.9.5",
"@babel/plugin-transform-object-assign": "7.8.3",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.9.4",
"@babel/register": "7.9.0",
"@babel/runtime": "7.9.2",
"@babel/core": "7.16.7",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-export-default-from": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
"@babel/plugin-transform-destructuring": "7.16.7",
"@babel/plugin-transform-object-assign": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.8",
"@babel/preset-env": "7.16.8",
"@babel/preset-react": "7.16.7",
"@babel/register": "7.16.8",
"@babel/runtime": "7.16.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
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"web3-utils": "^1.2.2"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.9.5",
"@babel/register": "7.9.0",
"@babel/core": "7.16.7",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.16.8",
"@babel/register": "7.16.8",
"chai": "4.2.0",
"eslint": "6.8.0",
"express": "4.17.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"license": "MIT",
"dependencies": {
"@babel/core": "7.9.0",
"@babel/polyfill": "7.8.7",
"@babel/register": "7.9.0",
"@babel/core": "7.16.7",
"@babel/polyfill": "7.12.1",
"@babel/register": "7.16.8",
"ajv": "6.11.0",
"bs58": "4.0.1",
"ethereumjs-abi": "0.6.8",
Expand All @@ -40,10 +40,10 @@
"web3": "1.0.0-beta.34"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/runtime": "7.9.2",
"@babel/cli": "7.16.8",
"@babel/plugin-transform-runtime": "7.16.8",
"@babel/preset-env": "7.16.8",
"@babel/runtime": "7.16.7",
"bignumber.js": "9.0.0",
"chai": "4.2.0",
"chai-bignumber": "3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
"@babel/plugin-transform-destructuring": "7.9.5",
"@babel/plugin-transform-object-assign": "7.8.3",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.9.4",
"@babel/runtime": "7.9.2",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-export-default-from": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
"@babel/plugin-transform-destructuring": "7.16.7",
"@babel/plugin-transform-object-assign": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.8",
"@babel/preset-env": "7.16.8",
"@babel/preset-react": "7.16.7",
"@babel/runtime": "7.16.7",
"debug": "4.1.1",
"webpack": "4.41.5"
}
Expand Down
22 changes: 11 additions & 11 deletions packages/messaging-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
]
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
"@babel/plugin-transform-destructuring": "7.9.5",
"@babel/plugin-transform-object-assign": "7.8.3",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.9.4",
"@babel/register": "7.9.0",
"@babel/runtime": "7.9.2",
"@babel/core": "7.16.7",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-export-default-from": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
"@babel/plugin-transform-destructuring": "7.16.7",
"@babel/plugin-transform-object-assign": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.8",
"@babel/preset-env": "7.16.8",
"@babel/preset-react": "7.16.7",
"@babel/register": "7.16.8",
"@babel/runtime": "7.16.7",
"debug": "4.1.1",
"mocha": "7.0.1",
"eslint": "6.8.0",
Expand Down
Loading

0 comments on commit 4f849ac

Please sign in to comment.