Skip to content

Commit 4f54a46

Browse files
committed
chore(babel): update to latest
fixes an issue on node 12.16+ https://github.com/babel/babel
1 parent 5bf4bd2 commit 4f54a46

File tree

2 files changed

+718
-477
lines changed

2 files changed

+718
-477
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
}
3030
},
3131
"devDependencies": {
32-
"@babel/cli": "7.8.4",
33-
"@babel/core": "7.8.7",
34-
"@babel/preset-env": "7.8.7",
35-
"@babel/preset-typescript": "7.8.3",
32+
"@babel/cli": "7.10.4",
33+
"@babel/core": "7.10.4",
34+
"@babel/preset-env": "7.10.4",
35+
"@babel/preset-typescript": "7.10.4",
3636
"@microsoft/api-extractor": "7.7.8",
3737
"@rollup/plugin-alias": "3.0.1",
3838
"@rollup/plugin-json": "4.0.2",

0 commit comments

Comments
 (0)