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

Commit 2df1a66

Browse files
Update babel monorepo to v7.9.5 (#4430)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 58cf6f1 commit 2df1a66

File tree

13 files changed

+163
-43
lines changed

13 files changed

+163
-43
lines changed

dapps/admin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@
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.0",
99-
"@babel/plugin-transform-destructuring": "7.8.8",
98+
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
99+
"@babel/plugin-transform-destructuring": "7.9.5",
100100
"@babel/plugin-transform-object-assign": "7.8.3",
101101
"@babel/plugin-transform-runtime": "7.9.0",
102-
"@babel/preset-env": "7.9.0",
102+
"@babel/preset-env": "7.9.5",
103103
"@babel/runtime": "7.9.2",
104104
"apollo-server": "2.11.0",
105105
"babel-eslint": "10.1.0",

dapps/marketplace/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@
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.0",
118-
"@babel/plugin-transform-destructuring": "7.8.8",
117+
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
118+
"@babel/plugin-transform-destructuring": "7.9.5",
119119
"@babel/plugin-transform-object-assign": "7.8.3",
120120
"@babel/plugin-transform-runtime": "7.9.0",
121-
"@babel/preset-env": "7.9.0",
121+
"@babel/preset-env": "7.9.5",
122122
"@babel/runtime": "7.9.2",
123123
"babel-eslint": "10.1.0",
124124
"babel-loader": "8.1.0",

dapps/shop/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@
100100
"@babel/plugin-proposal-class-properties": "7.8.3",
101101
"@babel/plugin-proposal-decorators": "7.8.3",
102102
"@babel/plugin-proposal-export-default-from": "7.8.3",
103-
"@babel/plugin-proposal-object-rest-spread": "7.9.0",
104-
"@babel/plugin-transform-destructuring": "7.8.8",
103+
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
104+
"@babel/plugin-transform-destructuring": "7.9.5",
105105
"@babel/plugin-transform-object-assign": "7.8.3",
106106
"@babel/plugin-transform-runtime": "7.9.0",
107-
"@babel/preset-env": "7.9.0",
107+
"@babel/preset-env": "7.9.5",
108108
"@babel/runtime": "7.9.2",
109109
"babel-eslint": "10.1.0",
110110
"babel-loader": "8.1.0",

infra/auth-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@babel/core": "7.9.0",
3737
"@babel/polyfill": "7.8.7",
38-
"@babel/preset-env": "7.9.0",
38+
"@babel/preset-env": "7.9.5",
3939
"@babel/register": "7.9.0",
4040
"chai": "4.2.0",
4141
"crypto": "1.0.1",

infra/ipfs-proxy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@babel/core": "7.9.0",
39-
"@babel/preset-env": "7.9.0",
39+
"@babel/preset-env": "7.9.5",
4040
"@babel/register": "7.9.0",
4141
"autocannon": "4.6.0",
4242
"chai": "4.2.0",

infra/token-transfer-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
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.0",
11-
"@babel/plugin-transform-destructuring": "^7.8.8",
10+
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
11+
"@babel/plugin-transform-destructuring": "7.9.5",
1212
"@babel/plugin-transform-object-assign": "^7.8.3",
1313
"@babel/plugin-transform-runtime": "^7.9.0",
14-
"@babel/preset-env": "^7.9.0",
14+
"@babel/preset-env": "7.9.5",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"devDependencies": {
6464
"@babel/core": "7.9.0",
6565
"@babel/polyfill": "7.8.7",
66-
"@babel/preset-env": "7.9.0",
66+
"@babel/preset-env": "7.9.5",
6767
"@babel/register": "7.9.0",
6868
"chai": "4.2.0",
6969
"chai-as-promised": "7.1.1",

packages/auth-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"@babel/core": "7.9.0",
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.0",
24-
"@babel/plugin-transform-destructuring": "7.8.8",
23+
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
24+
"@babel/plugin-transform-destructuring": "7.9.5",
2525
"@babel/plugin-transform-object-assign": "7.8.3",
2626
"@babel/plugin-transform-runtime": "7.9.0",
27-
"@babel/preset-env": "7.9.0",
27+
"@babel/preset-env": "7.9.5",
2828
"@babel/preset-react": "7.9.4",
2929
"@babel/register": "7.9.0",
3030
"@babel/runtime": "7.9.2",

packages/auth-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@babel/core": "7.9.0",
2828
"@babel/polyfill": "7.8.7",
29-
"@babel/preset-env": "7.9.0",
29+
"@babel/preset-env": "7.9.5",
3030
"@babel/register": "7.9.0",
3131
"chai": "4.2.0",
3232
"eslint": "6.8.0",

packages/contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@babel/cli": "7.8.4",
4444
"@babel/plugin-transform-runtime": "7.9.0",
45-
"@babel/preset-env": "7.9.0",
45+
"@babel/preset-env": "7.9.5",
4646
"@babel/runtime": "7.9.2",
4747
"bignumber.js": "9.0.0",
4848
"chai": "4.2.0",

packages/graphql/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@
8989
"devDependencies": {
9090
"@babel/plugin-proposal-class-properties": "7.8.3",
9191
"@babel/plugin-proposal-export-default-from": "7.8.3",
92-
"@babel/plugin-proposal-object-rest-spread": "7.9.0",
93-
"@babel/plugin-transform-destructuring": "7.8.8",
92+
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
93+
"@babel/plugin-transform-destructuring": "7.9.5",
9494
"@babel/plugin-transform-object-assign": "7.8.3",
9595
"@babel/plugin-transform-runtime": "7.9.0",
96-
"@babel/preset-env": "7.9.0",
96+
"@babel/preset-env": "7.9.5",
9797
"@babel/preset-react": "7.9.4",
9898
"@babel/runtime": "7.9.2",
9999
"debug": "4.1.1",

packages/messaging-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"@babel/core": "7.9.0",
4343
"@babel/plugin-proposal-class-properties": "7.8.3",
4444
"@babel/plugin-proposal-export-default-from": "7.8.3",
45-
"@babel/plugin-proposal-object-rest-spread": "7.9.0",
46-
"@babel/plugin-transform-destructuring": "7.8.8",
45+
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
46+
"@babel/plugin-transform-destructuring": "7.9.5",
4747
"@babel/plugin-transform-object-assign": "7.8.3",
4848
"@babel/plugin-transform-runtime": "7.9.0",
49-
"@babel/preset-env": "7.9.0",
49+
"@babel/preset-env": "7.9.5",
5050
"@babel/preset-react": "7.9.4",
5151
"@babel/register": "7.9.0",
5252
"@babel/runtime": "7.9.2",

0 commit comments

Comments
 (0)