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

Commit d83c0df

Browse files
committed
Update babel monorepo to v7.9.6
1 parent f1ec574 commit d83c0df

13 files changed

Lines changed: 233 additions & 75 deletions

File tree

dapps/admin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@
9595
"@babel/plugin-proposal-class-properties": "7.8.3",
9696
"@babel/plugin-proposal-decorators": "7.8.3",
9797
"@babel/plugin-proposal-export-default-from": "7.8.3",
98-
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
98+
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
9999
"@babel/plugin-transform-destructuring": "7.9.5",
100100
"@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",
101+
"@babel/plugin-transform-runtime": "7.9.6",
102+
"@babel/preset-env": "7.9.6",
103+
"@babel/runtime": "7.9.6",
104104
"apollo-server": "2.12.0",
105105
"babel-eslint": "10.1.0",
106106
"babel-loader": "8.1.0",

dapps/marketplace/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@
114114
"@babel/plugin-proposal-class-properties": "7.8.3",
115115
"@babel/plugin-proposal-decorators": "7.8.3",
116116
"@babel/plugin-proposal-export-default-from": "7.8.3",
117-
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
117+
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
118118
"@babel/plugin-transform-destructuring": "7.9.5",
119119
"@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",
120+
"@babel/plugin-transform-runtime": "7.9.6",
121+
"@babel/preset-env": "7.9.6",
122+
"@babel/runtime": "7.9.6",
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@
103103
"@babel/plugin-proposal-class-properties": "7.8.3",
104104
"@babel/plugin-proposal-decorators": "7.8.3",
105105
"@babel/plugin-proposal-export-default-from": "7.8.3",
106-
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
106+
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
107107
"@babel/plugin-transform-destructuring": "7.9.5",
108108
"@babel/plugin-transform-object-assign": "7.8.3",
109-
"@babel/plugin-transform-runtime": "7.9.0",
110-
"@babel/preset-env": "7.9.5",
111-
"@babel/runtime": "7.9.2",
109+
"@babel/plugin-transform-runtime": "7.9.6",
110+
"@babel/preset-env": "7.9.6",
111+
"@babel/runtime": "7.9.6",
112112
"babel-eslint": "10.1.0",
113113
"babel-loader": "8.1.0",
114114
"babel-plugin-fbt": "0.14.0",

infra/auth-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"web3-utils": "^1.2.1"
3434
},
3535
"devDependencies": {
36-
"@babel/core": "7.9.0",
36+
"@babel/core": "7.9.6",
3737
"@babel/polyfill": "7.8.7",
38-
"@babel/preset-env": "7.9.5",
38+
"@babel/preset-env": "7.9.6",
3939
"@babel/register": "7.9.0",
4040
"chai": "4.2.0",
4141
"crypto": "1.0.1",

infra/ipfs-proxy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"zlib": "1.0.5"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "7.9.0",
39-
"@babel/preset-env": "7.9.5",
38+
"@babel/core": "7.9.6",
39+
"@babel/preset-env": "7.9.6",
4040
"@babel/register": "7.9.0",
4141
"autocannon": "4.6.0",
4242
"chai": "4.2.0",

infra/token-transfer-client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@babel/core": "7.9.0",
6+
"@babel/core": "7.9.6",
77
"@babel/plugin-proposal-class-properties": "^7.8.3",
88
"@babel/plugin-proposal-decorators": "^7.8.3",
99
"@babel/plugin-proposal-export-default-from": "^7.8.3",
10-
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
10+
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
1111
"@babel/plugin-transform-destructuring": "7.9.5",
1212
"@babel/plugin-transform-object-assign": "^7.8.3",
13-
"@babel/plugin-transform-runtime": "^7.9.0",
14-
"@babel/preset-env": "7.9.5",
13+
"@babel/plugin-transform-runtime": "7.9.6",
14+
"@babel/preset-env": "7.9.6",
1515
"@babel/preset-react": "7.9.4",
1616
"@origin/token-transfer-server": "0.1.0",
1717
"@sentry/browser": "5.15.4",

infra/token-transfer-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
"web3": "1.2.6"
6262
},
6363
"devDependencies": {
64-
"@babel/core": "7.9.0",
64+
"@babel/core": "7.9.6",
6565
"@babel/polyfill": "7.8.7",
66-
"@babel/preset-env": "7.9.5",
66+
"@babel/preset-env": "7.9.6",
6767
"@babel/register": "7.9.0",
6868
"chai": "4.2.0",
6969
"chai-as-promised": "7.1.1",

packages/auth-client/package.json

Lines changed: 5 additions & 5 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",
20+
"@babel/core": "7.9.6",
2121
"@babel/plugin-proposal-class-properties": "7.8.3",
2222
"@babel/plugin-proposal-export-default-from": "7.8.3",
23-
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
23+
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
2424
"@babel/plugin-transform-destructuring": "7.9.5",
2525
"@babel/plugin-transform-object-assign": "7.8.3",
26-
"@babel/plugin-transform-runtime": "7.9.0",
27-
"@babel/preset-env": "7.9.5",
26+
"@babel/plugin-transform-runtime": "7.9.6",
27+
"@babel/preset-env": "7.9.6",
2828
"@babel/preset-react": "7.9.4",
2929
"@babel/register": "7.9.0",
30-
"@babel/runtime": "7.9.2",
30+
"@babel/runtime": "7.9.6",
3131
"cross-fetch": "3.0.4",
3232
"eslint": "6.8.0",
3333
"mocha": "7.0.1",

packages/auth-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"web3-utils": "^1.2.2"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "7.9.0",
27+
"@babel/core": "7.9.6",
2828
"@babel/polyfill": "7.8.7",
29-
"@babel/preset-env": "7.9.5",
29+
"@babel/preset-env": "7.9.6",
3030
"@babel/register": "7.9.0",
3131
"chai": "4.2.0",
3232
"eslint": "6.8.0",

packages/contracts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"license": "MIT",
2828
"dependencies": {
29-
"@babel/core": "7.9.0",
29+
"@babel/core": "7.9.6",
3030
"@babel/polyfill": "7.8.7",
3131
"@babel/register": "7.9.0",
3232
"ajv": "6.11.0",
@@ -41,9 +41,9 @@
4141
},
4242
"devDependencies": {
4343
"@babel/cli": "7.8.4",
44-
"@babel/plugin-transform-runtime": "7.9.0",
45-
"@babel/preset-env": "7.9.5",
46-
"@babel/runtime": "7.9.2",
44+
"@babel/plugin-transform-runtime": "7.9.6",
45+
"@babel/preset-env": "7.9.6",
46+
"@babel/runtime": "7.9.6",
4747
"bignumber.js": "9.0.0",
4848
"chai": "4.2.0",
4949
"chai-bignumber": "3.0.0",

0 commit comments

Comments
 (0)