This commit is contained in:
Henry Zhu 2018-10-11 11:52:19 -04:00
parent 6b8261bbb7
commit 8ee857e268
7 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "7.1.2",
"version": "7.1.3",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.1.2",
"version": "7.1.3",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -14,7 +14,7 @@
"lib"
],
"dependencies": {
"@babel/types": "^7.1.2",
"@babel/types": "^7.1.3",
"jsesc": "^2.5.1",
"lodash": "^4.17.10",
"source-map": "^0.5.0",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.1.2",
"version": "7.1.3",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-destructuring",
"version": "7.1.2",
"version": "7.1.3",
"description": "Compile ES2015 destructuring to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-systemjs",
"version": "7.0.0",
"version": "7.1.3",
"description": "This plugin transforms ES2015 modules to SystemJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-systemjs",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/traverse",
"version": "7.1.0",
"version": "7.1.3",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -12,11 +12,11 @@
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.0.0",
"@babel/generator": "^7.1.3",
"@babel/helper-function-name": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.0.0",
"@babel/parser": "^7.1.0",
"@babel/types": "^7.0.0",
"@babel/parser": "^7.1.3",
"@babel/types": "^7.1.3",
"debug": "^3.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.10"

View File

@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.1.2",
"version": "7.1.3",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",