forked from babel/babel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54d257c
commit 33ab4f1
Showing
14 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "7.4.4", | ||
"version": "7.4.5", | ||
"changelog": { | ||
"repo": "babel/babel", | ||
"cacheDir": ".changelog", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@babel/core", | ||
"version": "7.4.4", | ||
"version": "7.4.5", | ||
"description": "Babel compiler core.", | ||
"main": "lib/index.js", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
|
@@ -36,9 +36,9 @@ | |
"@babel/code-frame": "^7.0.0", | ||
"@babel/generator": "^7.4.4", | ||
"@babel/helpers": "^7.4.4", | ||
"@babel/parser": "^7.4.4", | ||
"@babel/parser": "^7.4.5", | ||
"@babel/template": "^7.4.4", | ||
"@babel/traverse": "^7.4.4", | ||
"@babel/traverse": "^7.4.5", | ||
"@babel/types": "^7.4.4", | ||
"convert-source-map": "^1.1.0", | ||
"debug": "^4.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@babel/node", | ||
"version": "7.2.2", | ||
"version": "7.4.5", | ||
"description": "Babel command line", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -30,7 +30,7 @@ | |
"@babel/core": "^7.0.0-0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.2.2", | ||
"@babel/core": "^7.4.5", | ||
"@babel/helper-fixtures": "^7.2.0", | ||
"fs-readdir-recursive": "^1.0.0", | ||
"output-file-sync": "^2.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@babel/parser", | ||
"version": "7.4.4", | ||
"version": "7.4.5", | ||
"description": "A JavaScript parser", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@babel/plugin-transform-regenerator", | ||
"author": "Ben Newman <[email protected]>", | ||
"description": "Explode async and generator functions into a state machine.", | ||
"version": "7.4.4", | ||
"version": "7.4.5", | ||
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator", | ||
"main": "lib/index.js", | ||
|
@@ -17,7 +17,7 @@ | |
"@babel/core": "^7.0.0-0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.4.4", | ||
"@babel/core": "^7.4.5", | ||
"@babel/helper-plugin-test-runner": "^7.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@babel/preset-env", | ||
"version": "7.4.4", | ||
"version": "7.4.5", | ||
"description": "A Babel preset for each environment.", | ||
"author": "Henry Zhu <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -43,12 +43,12 @@ | |
"@babel/plugin-transform-modules-commonjs": "^7.4.4", | ||
"@babel/plugin-transform-modules-systemjs": "^7.4.4", | ||
"@babel/plugin-transform-modules-umd": "^7.2.0", | ||
"@babel/plugin-transform-named-capturing-groups-regex": "^7.4.4", | ||
"@babel/plugin-transform-named-capturing-groups-regex": "^7.4.5", | ||
"@babel/plugin-transform-new-target": "^7.4.4", | ||
"@babel/plugin-transform-object-super": "^7.2.0", | ||
"@babel/plugin-transform-parameters": "^7.4.4", | ||
"@babel/plugin-transform-property-literals": "^7.2.0", | ||
"@babel/plugin-transform-regenerator": "^7.4.4", | ||
"@babel/plugin-transform-regenerator": "^7.4.5", | ||
"@babel/plugin-transform-reserved-words": "^7.2.0", | ||
"@babel/plugin-transform-shorthand-properties": "^7.2.0", | ||
"@babel/plugin-transform-spread": "^7.2.0", | ||
|
@@ -68,7 +68,7 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.4.4", | ||
"@babel/core": "^7.4.4", | ||
"@babel/core": "^7.4.5", | ||
"@babel/helper-fixtures": "^7.4.4", | ||
"@babel/helper-plugin-test-runner": "^7.0.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@babel/traverse", | ||
"version": "7.4.4", | ||
"version": "7.4.5", | ||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -15,7 +15,7 @@ | |
"@babel/generator": "^7.4.4", | ||
"@babel/helper-function-name": "^7.1.0", | ||
"@babel/helper-split-export-declaration": "^7.4.4", | ||
"@babel/parser": "^7.4.4", | ||
"@babel/parser": "^7.4.5", | ||
"@babel/types": "^7.4.4", | ||
"debug": "^4.1.0", | ||
"globals": "^11.1.0", | ||
|