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

Commit 39bdba5

Browse files
Update babel monorepo (#4369)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d269a2c commit 39bdba5

File tree

15 files changed

+352
-68
lines changed

15 files changed

+352
-68
lines changed

dapps/admin/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@
9696
"@babel/plugin-proposal-decorators": "7.8.3",
9797
"@babel/plugin-proposal-export-default-from": "7.8.3",
9898
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
99-
"@babel/plugin-transform-destructuring": "7.8.3",
99+
"@babel/plugin-transform-destructuring": "7.8.8",
100100
"@babel/plugin-transform-object-assign": "7.8.3",
101101
"@babel/plugin-transform-runtime": "7.8.3",
102-
"@babel/preset-env": "7.8.4",
103-
"@babel/runtime": "7.8.4",
102+
"@babel/preset-env": "7.8.7",
103+
"@babel/runtime": "7.8.7",
104104
"apollo-server": "2.11.0",
105-
"babel-eslint": "10.0.3",
105+
"babel-eslint": "10.1.0",
106106
"babel-loader": "8.0.6",
107107
"bip39": "2.6.0",
108108
"clean-webpack-plugin": "3.0.0",

dapps/marketplace/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@
115115
"@babel/plugin-proposal-decorators": "7.8.3",
116116
"@babel/plugin-proposal-export-default-from": "7.8.3",
117117
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
118-
"@babel/plugin-transform-destructuring": "7.8.3",
118+
"@babel/plugin-transform-destructuring": "7.8.8",
119119
"@babel/plugin-transform-object-assign": "7.8.3",
120120
"@babel/plugin-transform-runtime": "7.8.3",
121-
"@babel/preset-env": "7.8.4",
122-
"@babel/runtime": "7.8.4",
123-
"babel-eslint": "10.0.3",
121+
"@babel/preset-env": "7.8.7",
122+
"@babel/runtime": "7.8.7",
123+
"babel-eslint": "10.1.0",
124124
"babel-loader": "8.0.6",
125125
"babel-plugin-fbt": "0.14.0",
126126
"babel-plugin-fbt-runtime": "0.9.9",

dapps/shop/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@
9999
"@babel/plugin-proposal-decorators": "7.8.3",
100100
"@babel/plugin-proposal-export-default-from": "7.8.3",
101101
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
102-
"@babel/plugin-transform-destructuring": "7.8.3",
102+
"@babel/plugin-transform-destructuring": "7.8.8",
103103
"@babel/plugin-transform-object-assign": "7.8.3",
104104
"@babel/plugin-transform-runtime": "7.8.3",
105-
"@babel/preset-env": "7.8.4",
106-
"@babel/runtime": "7.8.4",
107-
"babel-eslint": "10.0.3",
105+
"@babel/preset-env": "7.8.7",
106+
"@babel/runtime": "7.8.7",
107+
"babel-eslint": "10.1.0",
108108
"babel-loader": "8.0.6",
109109
"babel-plugin-fbt": "0.14.0",
110110
"babel-plugin-fbt-runtime": "0.9.9",

infra/auth-server/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"web3-utils": "^1.2.1"
3434
},
3535
"devDependencies": {
36-
"@babel/core": "7.8.4",
37-
"@babel/polyfill": "7.8.3",
38-
"@babel/preset-env": "7.8.4",
39-
"@babel/register": "7.8.3",
36+
"@babel/core": "7.8.7",
37+
"@babel/polyfill": "7.8.7",
38+
"@babel/preset-env": "7.8.7",
39+
"@babel/register": "7.8.6",
4040
"chai": "4.2.0",
4141
"crypto": "1.0.1",
4242
"eslint": "6.8.0",

infra/ipfs-proxy/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"zlib": "1.0.5"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "7.8.4",
39-
"@babel/preset-env": "7.8.4",
40-
"@babel/register": "7.8.3",
38+
"@babel/core": "7.8.7",
39+
"@babel/preset-env": "7.8.7",
40+
"@babel/register": "7.8.6",
4141
"autocannon": "4.6.0",
4242
"chai": "4.2.0",
4343
"form-data": "3.0.0",

infra/messaging/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/core": "^7.4.5",
3535
"@babel/polyfill": "^7.4.4",
3636
"@babel/preset-env": "^7.4.5",
37-
"@babel/register": "7.8.3",
37+
"@babel/register": "7.8.6",
3838
"@origin/graphql": "^0.1.0",
3939
"cross-fetch": "^3.0.4",
4040
"dotenv": "^8.0.0",
@@ -63,7 +63,7 @@
6363
"web3-utils": "^1.2.1"
6464
},
6565
"devDependencies": {
66-
"@babel/node": "7.8.4",
66+
"@babel/node": "7.8.7",
6767
"chai": "4.2.0",
6868
"crypto-js": "3.1.9-1",
6969
"eslint": "6.8.0",

infra/token-transfer-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@babel/core": "7.8.4",
6+
"@babel/core": "7.8.7",
77
"@babel/preset-react": "7.8.3",
88
"@material-ui/core": "4.9.5",
99
"@material-ui/icons": "4.9.1",
@@ -12,7 +12,7 @@
1212
"@svgr/webpack": "5.1.0",
1313
"@typescript-eslint/eslint-plugin": "2.23.0",
1414
"@typescript-eslint/parser": "2.23.0",
15-
"babel-eslint": "10.0.3",
15+
"babel-eslint": "10.1.0",
1616
"babel-jest": "25.1.0",
1717
"babel-loader": "8.0.6",
1818
"babel-plugin-named-asset-import": "0.3.6",

infra/token-transfer-server/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
"web3": "1.0.0-beta.34"
6767
},
6868
"devDependencies": {
69-
"@babel/core": "7.8.4",
70-
"@babel/polyfill": "7.8.3",
71-
"@babel/preset-env": "7.8.4",
72-
"@babel/register": "7.8.3",
69+
"@babel/core": "7.8.7",
70+
"@babel/polyfill": "7.8.7",
71+
"@babel/preset-env": "7.8.7",
72+
"@babel/register": "7.8.6",
7373
"chai": "4.2.0",
7474
"chai-as-promised": "7.1.1",
7575
"chai-bignumber": "3.0.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"devDependencies": {
18-
"babel-eslint": "10.0.3",
18+
"babel-eslint": "10.1.0",
1919
"chai": "4.2.0",
2020
"eslint": "6.8.0",
2121
"eslint-config-react-app": "5.2.0",

packages/auth-client/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
"lodash": "^4.17.15"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "7.8.4",
20+
"@babel/core": "7.8.7",
2121
"@babel/plugin-proposal-class-properties": "7.8.3",
2222
"@babel/plugin-proposal-export-default-from": "7.8.3",
2323
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
24-
"@babel/plugin-transform-destructuring": "7.8.3",
24+
"@babel/plugin-transform-destructuring": "7.8.8",
2525
"@babel/plugin-transform-object-assign": "7.8.3",
2626
"@babel/plugin-transform-runtime": "7.8.3",
27-
"@babel/preset-env": "7.8.4",
27+
"@babel/preset-env": "7.8.7",
2828
"@babel/preset-react": "7.8.3",
29-
"@babel/register": "7.8.3",
30-
"@babel/runtime": "7.8.4",
29+
"@babel/register": "7.8.6",
30+
"@babel/runtime": "7.8.7",
3131
"cross-fetch": "3.0.4",
3232
"eslint": "6.8.0",
3333
"mocha": "7.0.1",

packages/auth-utils/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"web3-utils": "^1.2.2"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "7.8.4",
28-
"@babel/polyfill": "7.8.3",
29-
"@babel/preset-env": "7.8.4",
30-
"@babel/register": "7.8.3",
27+
"@babel/core": "7.8.7",
28+
"@babel/polyfill": "7.8.7",
29+
"@babel/preset-env": "7.8.7",
30+
"@babel/register": "7.8.6",
3131
"chai": "4.2.0",
3232
"eslint": "6.8.0",
3333
"express": "4.17.1",

packages/contracts/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
},
2727
"license": "MIT",
2828
"dependencies": {
29-
"@babel/core": "7.8.4",
30-
"@babel/polyfill": "7.8.3",
31-
"@babel/register": "7.8.3",
29+
"@babel/core": "7.8.7",
30+
"@babel/polyfill": "7.8.7",
31+
"@babel/register": "7.8.6",
3232
"ajv": "6.11.0",
3333
"bs58": "4.0.1",
3434
"ethereumjs-abi": "0.6.8",
@@ -42,8 +42,8 @@
4242
"devDependencies": {
4343
"@babel/cli": "7.8.4",
4444
"@babel/plugin-transform-runtime": "7.8.3",
45-
"@babel/preset-env": "7.8.4",
46-
"@babel/runtime": "7.8.4",
45+
"@babel/preset-env": "7.8.7",
46+
"@babel/runtime": "7.8.7",
4747
"bignumber.js": "9.0.0",
4848
"chai": "4.2.0",
4949
"chai-bignumber": "3.0.0",

packages/graphql/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@
9090
"@babel/plugin-proposal-class-properties": "7.8.3",
9191
"@babel/plugin-proposal-export-default-from": "7.8.3",
9292
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
93-
"@babel/plugin-transform-destructuring": "7.8.3",
93+
"@babel/plugin-transform-destructuring": "7.8.8",
9494
"@babel/plugin-transform-object-assign": "7.8.3",
9595
"@babel/plugin-transform-runtime": "7.8.3",
96-
"@babel/preset-env": "7.8.4",
96+
"@babel/preset-env": "7.8.7",
9797
"@babel/preset-react": "7.8.3",
98-
"@babel/runtime": "7.8.4",
98+
"@babel/runtime": "7.8.7",
9999
"debug": "4.1.1",
100100
"webpack": "4.41.5"
101101
}

packages/messaging-client/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
]
4040
},
4141
"devDependencies": {
42-
"@babel/core": "7.8.4",
42+
"@babel/core": "7.8.7",
4343
"@babel/plugin-proposal-class-properties": "7.8.3",
4444
"@babel/plugin-proposal-export-default-from": "7.8.3",
4545
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
46-
"@babel/plugin-transform-destructuring": "7.8.3",
46+
"@babel/plugin-transform-destructuring": "7.8.8",
4747
"@babel/plugin-transform-object-assign": "7.8.3",
4848
"@babel/plugin-transform-runtime": "7.8.3",
49-
"@babel/preset-env": "7.8.4",
49+
"@babel/preset-env": "7.8.7",
5050
"@babel/preset-react": "7.8.3",
51-
"@babel/register": "7.8.3",
52-
"@babel/runtime": "7.8.4",
51+
"@babel/register": "7.8.6",
52+
"@babel/runtime": "7.8.7",
5353
"debug": "4.1.1",
5454
"mocha": "7.0.1",
5555
"eslint": "6.8.0",

0 commit comments

Comments
 (0)