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

Commit 28f00d2

Browse files
committed
Update babel monorepo to v7.10.1
1 parent a533f26 commit 28f00d2

14 files changed

Lines changed: 1019 additions & 285 deletions

File tree

dapps/admin/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@
9292
]
9393
},
9494
"devDependencies": {
95-
"@babel/plugin-proposal-class-properties": "7.8.3",
96-
"@babel/plugin-proposal-decorators": "7.8.3",
97-
"@babel/plugin-proposal-export-default-from": "7.8.3",
98-
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
99-
"@babel/plugin-transform-destructuring": "7.9.5",
100-
"@babel/plugin-transform-object-assign": "7.8.3",
101-
"@babel/plugin-transform-runtime": "7.9.0",
102-
"@babel/preset-env": "7.9.5",
103-
"@babel/runtime": "7.9.2",
95+
"@babel/plugin-proposal-class-properties": "7.10.1",
96+
"@babel/plugin-proposal-decorators": "7.10.1",
97+
"@babel/plugin-proposal-export-default-from": "7.10.1",
98+
"@babel/plugin-proposal-object-rest-spread": "7.10.1",
99+
"@babel/plugin-transform-destructuring": "7.10.1",
100+
"@babel/plugin-transform-object-assign": "7.10.1",
101+
"@babel/plugin-transform-runtime": "7.10.1",
102+
"@babel/preset-env": "7.10.1",
103+
"@babel/runtime": "7.10.1",
104104
"apollo-server": "2.12.0",
105105
"babel-eslint": "10.1.0",
106106
"babel-loader": "8.1.0",

dapps/marketplace/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,15 @@
111111
]
112112
},
113113
"devDependencies": {
114-
"@babel/plugin-proposal-class-properties": "7.8.3",
115-
"@babel/plugin-proposal-decorators": "7.8.3",
116-
"@babel/plugin-proposal-export-default-from": "7.8.3",
117-
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
118-
"@babel/plugin-transform-destructuring": "7.9.5",
119-
"@babel/plugin-transform-object-assign": "7.8.3",
120-
"@babel/plugin-transform-runtime": "7.9.0",
121-
"@babel/preset-env": "7.9.5",
122-
"@babel/runtime": "7.9.2",
114+
"@babel/plugin-proposal-class-properties": "7.10.1",
115+
"@babel/plugin-proposal-decorators": "7.10.1",
116+
"@babel/plugin-proposal-export-default-from": "7.10.1",
117+
"@babel/plugin-proposal-object-rest-spread": "7.10.1",
118+
"@babel/plugin-transform-destructuring": "7.10.1",
119+
"@babel/plugin-transform-object-assign": "7.10.1",
120+
"@babel/plugin-transform-runtime": "7.10.1",
121+
"@babel/preset-env": "7.10.1",
122+
"@babel/runtime": "7.10.1",
123123
"babel-eslint": "10.1.0",
124124
"babel-loader": "8.1.0",
125125
"babel-plugin-fbt": "0.14.0",

dapps/shop/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@
104104
]
105105
},
106106
"devDependencies": {
107-
"@babel/plugin-proposal-class-properties": "7.8.3",
108-
"@babel/plugin-proposal-decorators": "7.8.3",
109-
"@babel/plugin-proposal-export-default-from": "7.8.3",
110-
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
111-
"@babel/plugin-transform-destructuring": "7.9.5",
112-
"@babel/plugin-transform-object-assign": "7.8.3",
113-
"@babel/plugin-transform-runtime": "7.9.0",
114-
"@babel/preset-env": "7.9.5",
115-
"@babel/runtime": "7.9.2",
107+
"@babel/plugin-proposal-class-properties": "7.10.1",
108+
"@babel/plugin-proposal-decorators": "7.10.1",
109+
"@babel/plugin-proposal-export-default-from": "7.10.1",
110+
"@babel/plugin-proposal-object-rest-spread": "7.10.1",
111+
"@babel/plugin-transform-destructuring": "7.10.1",
112+
"@babel/plugin-transform-object-assign": "7.10.1",
113+
"@babel/plugin-transform-runtime": "7.10.1",
114+
"@babel/preset-env": "7.10.1",
115+
"@babel/runtime": "7.10.1",
116116
"babel-eslint": "10.1.0",
117117
"babel-loader": "8.1.0",
118118
"babel-plugin-fbt": "0.14.0",

infra/auth-server/package.json

Lines changed: 4 additions & 4 deletions
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.9.0",
37-
"@babel/polyfill": "7.8.7",
38-
"@babel/preset-env": "7.9.5",
39-
"@babel/register": "7.9.0",
36+
"@babel/core": "7.10.1",
37+
"@babel/polyfill": "7.10.1",
38+
"@babel/preset-env": "7.10.1",
39+
"@babel/register": "7.10.1",
4040
"chai": "4.2.0",
4141
"crypto": "1.0.1",
4242
"eslint": "6.8.0",

infra/ipfs-proxy/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"zlib": "1.0.5"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "7.9.0",
39-
"@babel/preset-env": "7.9.5",
40-
"@babel/register": "7.9.0",
38+
"@babel/core": "7.10.1",
39+
"@babel/preset-env": "7.10.1",
40+
"@babel/register": "7.10.1",
4141
"autocannon": "4.6.0",
4242
"chai": "4.2.0",
4343
"form-data": "3.0.0",

infra/messaging/package.json

Lines changed: 2 additions & 2 deletions
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.9.0",
37+
"@babel/register": "7.10.1",
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.7",
66+
"@babel/node": "7.10.1",
6767
"chai": "4.2.0",
6868
"crypto-js": "3.1.9-1",
6969
"eslint": "6.8.0",

infra/token-transfer-client/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@babel/core": "7.9.0",
7-
"@babel/plugin-proposal-class-properties": "^7.8.3",
8-
"@babel/plugin-proposal-decorators": "^7.8.3",
9-
"@babel/plugin-proposal-export-default-from": "^7.8.3",
10-
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
11-
"@babel/plugin-transform-destructuring": "7.9.5",
12-
"@babel/plugin-transform-object-assign": "^7.8.3",
13-
"@babel/plugin-transform-runtime": "^7.9.0",
14-
"@babel/preset-env": "7.9.5",
15-
"@babel/preset-react": "7.9.4",
6+
"@babel/core": "7.10.1",
7+
"@babel/plugin-proposal-class-properties": "7.10.1",
8+
"@babel/plugin-proposal-decorators": "7.10.1",
9+
"@babel/plugin-proposal-export-default-from": "7.10.1",
10+
"@babel/plugin-proposal-object-rest-spread": "7.10.1",
11+
"@babel/plugin-transform-destructuring": "7.10.1",
12+
"@babel/plugin-transform-object-assign": "7.10.1",
13+
"@babel/plugin-transform-runtime": "7.10.1",
14+
"@babel/preset-env": "7.10.1",
15+
"@babel/preset-react": "7.10.1",
1616
"@origin/token-transfer-server": "0.1.0",
1717
"@sentry/browser": "5.15.4",
1818
"@svgr/webpack": "5.3.0",

infra/token-transfer-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
"web3": "1.2.6"
6262
},
6363
"devDependencies": {
64-
"@babel/core": "7.9.0",
65-
"@babel/polyfill": "7.8.7",
66-
"@babel/preset-env": "7.9.5",
67-
"@babel/register": "7.9.0",
64+
"@babel/core": "7.10.1",
65+
"@babel/polyfill": "7.10.1",
66+
"@babel/preset-env": "7.10.1",
67+
"@babel/register": "7.10.1",
6868
"chai": "4.2.0",
6969
"chai-as-promised": "7.1.1",
7070
"chai-bignumber": "3.0.0",

packages/auth-client/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
"lodash": "^4.17.15"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "7.9.0",
21-
"@babel/plugin-proposal-class-properties": "7.8.3",
22-
"@babel/plugin-proposal-export-default-from": "7.8.3",
23-
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
24-
"@babel/plugin-transform-destructuring": "7.9.5",
25-
"@babel/plugin-transform-object-assign": "7.8.3",
26-
"@babel/plugin-transform-runtime": "7.9.0",
27-
"@babel/preset-env": "7.9.5",
28-
"@babel/preset-react": "7.9.4",
29-
"@babel/register": "7.9.0",
30-
"@babel/runtime": "7.9.2",
20+
"@babel/core": "7.10.1",
21+
"@babel/plugin-proposal-class-properties": "7.10.1",
22+
"@babel/plugin-proposal-export-default-from": "7.10.1",
23+
"@babel/plugin-proposal-object-rest-spread": "7.10.1",
24+
"@babel/plugin-transform-destructuring": "7.10.1",
25+
"@babel/plugin-transform-object-assign": "7.10.1",
26+
"@babel/plugin-transform-runtime": "7.10.1",
27+
"@babel/preset-env": "7.10.1",
28+
"@babel/preset-react": "7.10.1",
29+
"@babel/register": "7.10.1",
30+
"@babel/runtime": "7.10.1",
3131
"cross-fetch": "3.0.4",
3232
"eslint": "6.8.0",
3333
"mocha": "7.0.1",

packages/auth-utils/package.json

Lines changed: 4 additions & 4 deletions
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.9.0",
28-
"@babel/polyfill": "7.8.7",
29-
"@babel/preset-env": "7.9.5",
30-
"@babel/register": "7.9.0",
27+
"@babel/core": "7.10.1",
28+
"@babel/polyfill": "7.10.1",
29+
"@babel/preset-env": "7.10.1",
30+
"@babel/register": "7.10.1",
3131
"chai": "4.2.0",
3232
"eslint": "6.8.0",
3333
"express": "4.17.1",

0 commit comments

Comments
 (0)