Skip to content

Commit 04218dc

Browse files
committed
update dependencies
1 parent 3ff7155 commit 04218dc

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"devDependencies": {
3-
"@babel/cli": "^7.7.7",
4-
"@babel/core": "^7.7.7",
5-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
6-
"@babel/plugin-proposal-optional-catch-binding": "^7.7.4",
7-
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
8-
"@babel/plugin-transform-arrow-functions": "^7.7.4",
9-
"@babel/plugin-transform-block-scoped-functions": "^7.7.4",
10-
"@babel/plugin-transform-block-scoping": "^7.7.4",
11-
"@babel/plugin-transform-classes": "^7.7.4",
12-
"@babel/plugin-transform-computed-properties": "^7.7.4",
13-
"@babel/plugin-transform-destructuring": "^7.7.4",
14-
"@babel/plugin-transform-exponentiation-operator": "^7.7.4",
15-
"@babel/plugin-transform-literals": "^7.7.4",
16-
"@babel/plugin-transform-member-expression-literals": "^7.7.4",
17-
"@babel/plugin-transform-parameters": "^7.7.7",
18-
"@babel/plugin-transform-property-literals": "^7.7.4",
19-
"@babel/plugin-transform-shorthand-properties": "^7.7.4",
20-
"@babel/plugin-transform-spread": "^7.7.4",
21-
"@babel/plugin-transform-template-literals": "^7.7.4",
3+
"@babel/cli": "^7.8.0",
4+
"@babel/core": "^7.8.0",
5+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.0",
6+
"@babel/plugin-proposal-optional-catch-binding": "^7.8.0",
7+
"@babel/plugin-proposal-optional-chaining": "^7.8.0",
8+
"@babel/plugin-transform-arrow-functions": "^7.8.0",
9+
"@babel/plugin-transform-block-scoped-functions": "^7.8.0",
10+
"@babel/plugin-transform-block-scoping": "^7.8.0",
11+
"@babel/plugin-transform-classes": "^7.8.0",
12+
"@babel/plugin-transform-computed-properties": "^7.8.0",
13+
"@babel/plugin-transform-destructuring": "^7.8.0",
14+
"@babel/plugin-transform-exponentiation-operator": "^7.8.0",
15+
"@babel/plugin-transform-literals": "^7.8.0",
16+
"@babel/plugin-transform-member-expression-literals": "^7.8.0",
17+
"@babel/plugin-transform-parameters": "^7.8.0",
18+
"@babel/plugin-transform-property-literals": "^7.8.0",
19+
"@babel/plugin-transform-shorthand-properties": "^7.8.0",
20+
"@babel/plugin-transform-spread": "^7.8.0",
21+
"@babel/plugin-transform-template-literals": "^7.8.0",
2222
"babel-loader": "^8.0.6",
2323
"babel-plugin-transform-es2015-modules-simple-commonjs": "~0.3.0",
2424
"babel-plugin-transform-for-of-as-array": "^1.1.1",

packages/core-js-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"detective": "^5.2.0",
16-
"electron-to-chromium": "^1.3.331",
16+
"electron-to-chromium": "^1.3.332",
1717
"glob": "^7.1.6"
1818
},
1919
"funding": {

0 commit comments

Comments
 (0)