This commit is contained in:
Henry Zhu 2018-09-28 16:02:43 -04:00
parent 626f47982e
commit ead23d7112
13 changed files with 24 additions and 24 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.1.0",
"version": "7.1.1",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.1.0",
"version": "7.1.1",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@ -34,12 +34,12 @@
},
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.0.0",
"@babel/helpers": "^7.1.0",
"@babel/parser": "^7.1.0",
"@babel/template": "^7.1.0",
"@babel/generator": "^7.1.1",
"@babel/helpers": "^7.1.1",
"@babel/parser": "^7.1.1",
"@babel/template": "^7.1.1",
"@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0",
"@babel/types": "^7.1.1",
"convert-source-map": "^1.1.0",
"debug": "^3.1.0",
"json5": "^0.5.0",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.0.0",
"version": "7.1.1",
"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.0.0",
"@babel/types": "^7.1.1",
"jsesc": "^2.5.1",
"lodash": "^4.17.10",
"source-map": "^0.5.0",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.1.0",
"version": "7.1.1",
"description": "Transform test runner for @babel/helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -12,7 +12,7 @@
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.1.0",
"@babel/core": "^7.1.1",
"@babel/helper-fixtures": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"babel-check-duplicated-nodes": "^1.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.1.0",
"version": "7.1.1",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -11,9 +11,9 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
"main": "lib/index.js",
"dependencies": {
"@babel/template": "^7.1.0",
"@babel/template": "^7.1.1",
"@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.1.1"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.0.0"

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-decorators",
"version": "7.1.0",
"version": "7.1.1",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-destructuring",
"version": "7.0.0",
"version": "7.1.1",
"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/runtime-corejs2",
"version": "7.0.0",
"version": "7.1.1",
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@babel/runtime",
"version": "7.0.0",
"version": "7.1.1",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@babel/template",
"version": "7.1.0",
"version": "7.1.1",
"description": "Generate an AST from a string template.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -12,7 +12,7 @@
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/parser": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/parser": "^7.1.1",
"@babel/types": "^7.1.1"
}
}

View File

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