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 to v7.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 30, 2020
1 parent f1ec574 commit d83c0df
Show file tree
Hide file tree
Showing 13 changed files with 233 additions and 75 deletions.
8 changes: 4 additions & 4 deletions dapps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
"@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-proposal-object-rest-spread": "7.9.6",
"@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-transform-runtime": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/runtime": "7.9.6",
"apollo-server": "2.12.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
Expand Down
8 changes: 4 additions & 4 deletions dapps/marketplace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@
"@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-proposal-object-rest-spread": "7.9.6",
"@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-transform-runtime": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/runtime": "7.9.6",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"babel-plugin-fbt": "0.14.0",
Expand Down
8 changes: 4 additions & 4 deletions dapps/shop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@
"@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-proposal-object-rest-spread": "7.9.6",
"@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-transform-runtime": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/runtime": "7.9.6",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"babel-plugin-fbt": "0.14.0",
Expand Down
4 changes: 2 additions & 2 deletions infra/auth-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"web3-utils": "^1.2.1"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/core": "7.9.6",
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.9.5",
"@babel/preset-env": "7.9.6",
"@babel/register": "7.9.0",
"chai": "4.2.0",
"crypto": "1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions infra/ipfs-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"zlib": "1.0.5"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/core": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/register": "7.9.0",
"autocannon": "4.6.0",
"chai": "4.2.0",
Expand Down
8 changes: 4 additions & 4 deletions infra/token-transfer-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "7.9.0",
"@babel/core": "7.9.6",
"@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-proposal-object-rest-spread": "7.9.6",
"@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/plugin-transform-runtime": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@origin/token-transfer-server": "0.1.0",
"@sentry/browser": "5.15.4",
Expand Down
4 changes: 2 additions & 2 deletions infra/token-transfer-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"web3": "1.2.6"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/core": "7.9.6",
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.9.5",
"@babel/preset-env": "7.9.6",
"@babel/register": "7.9.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
Expand Down
10 changes: 5 additions & 5 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/core": "7.9.6",
"@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-proposal-object-rest-spread": "7.9.6",
"@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/plugin-transform-runtime": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/register": "7.9.0",
"@babel/runtime": "7.9.2",
"@babel/runtime": "7.9.6",
"cross-fetch": "3.0.4",
"eslint": "6.8.0",
"mocha": "7.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"web3-utils": "^1.2.2"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/core": "7.9.6",
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.9.5",
"@babel/preset-env": "7.9.6",
"@babel/register": "7.9.0",
"chai": "4.2.0",
"eslint": "6.8.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/core": "7.9.0",
"@babel/core": "7.9.6",
"@babel/polyfill": "7.8.7",
"@babel/register": "7.9.0",
"ajv": "6.11.0",
Expand All @@ -41,9 +41,9 @@
},
"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/plugin-transform-runtime": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/runtime": "7.9.6",
"bignumber.js": "9.0.0",
"chai": "4.2.0",
"chai-bignumber": "3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@
"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-proposal-object-rest-spread": "7.9.6",
"@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/plugin-transform-runtime": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/runtime": "7.9.2",
"@babel/runtime": "7.9.6",
"debug": "4.1.1",
"webpack": "4.41.5"
}
Expand Down
10 changes: 5 additions & 5 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/core": "7.9.6",
"@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-proposal-object-rest-spread": "7.9.6",
"@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/plugin-transform-runtime": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/register": "7.9.0",
"@babel/runtime": "7.9.2",
"@babel/runtime": "7.9.6",
"debug": "4.1.1",
"mocha": "7.0.1",
"eslint": "6.8.0",
Expand Down
Loading

0 comments on commit d83c0df

Please sign in to comment.