Skip to content

Commit 6e07f00

Browse files
dev dependency @babel/cli updated to version 7.8.4 (#637)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f6fd534 commit 6e07f00

File tree

2 files changed

+196
-113
lines changed

2 files changed

+196
-113
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"sideEffects": false,
3535
"typings": "typings/index.d.ts",
3636
"devDependencies": {
37-
"@babel/cli": "7.8.3",
38-
"@babel/core": "7.8.3",
37+
"@babel/cli": "7.8.4",
38+
"@babel/core": "7.9.0",
3939
"@babel/plugin-external-helpers": "7.8.3",
40-
"@babel/preset-env": "7.8.3",
41-
"@babel/preset-typescript": "7.8.3",
40+
"@babel/preset-env": "7.9.0",
41+
"@babel/preset-typescript": "7.9.0",
4242
"babel-plugin-add-module-exports": "1.0.2",
4343
"babel-plugin-dev-expression": "0.2.2",
4444
"concurrently": "5.0.2",

0 commit comments

Comments
 (0)