This commit is contained in:
Henry Zhu 2018-09-17 15:29:37 -04:00
parent 2b68181af2
commit fad74959f8
41 changed files with 101 additions and 104 deletions

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-bindify-decorators", "name": "@babel/helper-bindify-decorators",
"version": "7.0.0", "version": "7.1.0",
"description": "Helper function to bindify decorators", "description": "Helper function to bindify decorators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
"license": "MIT", "license": "MIT",
@ -9,7 +9,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/traverse": "^7.0.0", "@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0" "@babel/types": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-builder-binary-assignment-operator-visitor", "name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.0.0", "version": "7.1.0",
"description": "Helper function to build binary assignment operator visitors", "description": "Helper function to build binary assignment operator visitors",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
"license": "MIT", "license": "MIT",
@ -9,7 +9,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-explode-assignable-expression": "^7.0.0", "@babel/helper-explode-assignable-expression": "^7.1.0",
"@babel/types": "^7.0.0" "@babel/types": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-call-delegate", "name": "@babel/helper-call-delegate",
"version": "7.0.0", "version": "7.1.0",
"description": "Helper function to call delegate", "description": "Helper function to call delegate",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
"license": "MIT", "license": "MIT",
@ -10,7 +10,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-hoist-variables": "^7.0.0", "@babel/helper-hoist-variables": "^7.0.0",
"@babel/traverse": "^7.0.0", "@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0" "@babel/types": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-define-map", "name": "@babel/helper-define-map",
"version": "7.0.0", "version": "7.1.0",
"description": "Helper function to define a map", "description": "Helper function to define a map",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
"license": "MIT", "license": "MIT",
@ -9,7 +9,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-function-name": "^7.0.0", "@babel/helper-function-name": "^7.1.0",
"@babel/types": "^7.0.0", "@babel/types": "^7.0.0",
"lodash": "^4.17.10" "lodash": "^4.17.10"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-explode-assignable-expression", "name": "@babel/helper-explode-assignable-expression",
"version": "7.0.0", "version": "7.1.0",
"description": "Helper function to explode an assignable expression", "description": "Helper function to explode an assignable expression",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression",
"license": "MIT", "license": "MIT",
@ -9,7 +9,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/traverse": "^7.0.0", "@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0" "@babel/types": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-explode-class", "name": "@babel/helper-explode-class",
"version": "7.0.0", "version": "7.1.0",
"description": "Helper function to explode class", "description": "Helper function to explode class",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
"license": "MIT", "license": "MIT",
@ -9,8 +9,8 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-bindify-decorators": "^7.0.0", "@babel/helper-bindify-decorators": "^7.1.0",
"@babel/traverse": "^7.0.0", "@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0" "@babel/types": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-function-name", "name": "@babel/helper-function-name",
"version": "7.0.0", "version": "7.1.0",
"description": "Helper function to change the property 'name' of every function", "description": "Helper function to change the property 'name' of every function",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"license": "MIT", "license": "MIT",
@ -10,7 +10,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-get-function-arity": "^7.0.0", "@babel/helper-get-function-arity": "^7.0.0",
"@babel/template": "^7.0.0", "@babel/template": "^7.1.0",
"@babel/types": "^7.0.0" "@babel/types": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-module-transforms", "name": "@babel/helper-module-transforms",
"version": "7.0.0", "version": "7.1.0",
"description": "Babel helper functions for implementing ES6 module transformations", "description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -12,9 +12,9 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-module-imports": "^7.0.0", "@babel/helper-module-imports": "^7.0.0",
"@babel/helper-simple-access": "^7.0.0", "@babel/helper-simple-access": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.0.0", "@babel/helper-split-export-declaration": "^7.0.0",
"@babel/template": "^7.0.0", "@babel/template": "^7.1.0",
"@babel/types": "^7.0.0", "@babel/types": "^7.0.0",
"lodash": "^4.17.10" "lodash": "^4.17.10"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-plugin-test-runner", "name": "@babel/helper-plugin-test-runner",
"version": "7.0.0", "version": "7.1.0",
"description": "Helper function to support test runner", "description": "Helper function to support test runner",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
"license": "MIT", "license": "MIT",
@ -9,6 +9,6 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-transform-fixture-test-runner": "^7.0.0" "@babel/helper-transform-fixture-test-runner": "^7.1.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-remap-async-to-generator", "name": "@babel/helper-remap-async-to-generator",
"version": "7.0.0", "version": "7.1.0",
"description": "Helper function to remap async functions to generators", "description": "Helper function to remap async functions to generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
"license": "MIT", "license": "MIT",
@ -10,9 +10,9 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-annotate-as-pure": "^7.0.0", "@babel/helper-annotate-as-pure": "^7.0.0",
"@babel/helper-wrap-function": "^7.0.0", "@babel/helper-wrap-function": "^7.1.0",
"@babel/template": "^7.0.0", "@babel/template": "^7.1.0",
"@babel/traverse": "^7.0.0", "@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0" "@babel/types": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-replace-supers", "name": "@babel/helper-replace-supers",
"version": "7.0.0", "version": "7.1.0",
"description": "Helper function to replace supers", "description": "Helper function to replace supers",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
"license": "MIT", "license": "MIT",
@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@babel/helper-member-expression-to-functions": "^7.0.0", "@babel/helper-member-expression-to-functions": "^7.0.0",
"@babel/helper-optimise-call-expression": "^7.0.0", "@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/traverse": "^7.0.0", "@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0" "@babel/types": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-simple-access", "name": "@babel/helper-simple-access",
"version": "7.0.0", "version": "7.1.0",
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses", "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -11,7 +11,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/template": "^7.0.0", "@babel/template": "^7.1.0",
"@babel/types": "^7.0.0" "@babel/types": "^7.0.0"
} }
} }

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-wrap-function", "name": "@babel/helper-wrap-function",
"version": "7.0.0", "version": "7.1.0",
"description": "Helper to wrap functions inside a function call.", "description": "Helper to wrap functions inside a function call.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function",
"license": "MIT", "license": "MIT",
@ -9,9 +9,9 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-function-name": "^7.0.0", "@babel/helper-function-name": "^7.1.0",
"@babel/template": "^7.0.0", "@babel/template": "^7.1.0",
"@babel/traverse": "^7.0.0", "@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0" "@babel/types": "^7.0.0"
} }
} }

View File

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

View File

@ -1,12 +1,12 @@
{ {
"name": "@babel/parser", "name": "@babel/parser",
"version": "7.0.0", "version": "7.1.0",
"description": "A JavaScript parser", "description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "tag": "next"
}, },
"keywords": [ "keywords": [
"babel", "babel",
@ -34,8 +34,5 @@
}, },
"bin": { "bin": {
"parser": "./bin/babel-parser.js" "parser": "./bin/babel-parser.js"
},
"publishConfig": {
"tag": "next"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-async-generator-functions", "name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.0.0", "version": "7.1.0",
"description": "Turn async generator functions into ES2015 generators", "description": "Turn async generator functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-async-generator-functions", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-async-generator-functions",
"license": "MIT", "license": "MIT",
@ -13,7 +13,7 @@
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-remap-async-to-generator": "^7.0.0", "@babel/helper-remap-async-to-generator": "^7.1.0",
"@babel/plugin-syntax-async-generators": "^7.0.0" "@babel/plugin-syntax-async-generators": "^7.0.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-class-properties", "name": "@babel/plugin-proposal-class-properties",
"version": "7.0.0", "version": "7.1.0",
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax", "description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-class-properties", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-class-properties",
"license": "MIT", "license": "MIT",
@ -12,11 +12,11 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-function-name": "^7.0.0", "@babel/helper-function-name": "^7.1.0",
"@babel/helper-member-expression-to-functions": "^7.0.0", "@babel/helper-member-expression-to-functions": "^7.0.0",
"@babel/helper-optimise-call-expression": "^7.0.0", "@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-replace-supers": "^7.0.0", "@babel/helper-replace-supers": "^7.1.0",
"@babel/plugin-syntax-class-properties": "^7.0.0" "@babel/plugin-syntax-class-properties": "^7.0.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-decorators", "name": "@babel/plugin-proposal-decorators",
"version": "7.0.0", "version": "7.1.0",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
@ -16,9 +16,9 @@
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-replace-supers": "^7.0.0", "@babel/helper-replace-supers": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.0.0", "@babel/helper-split-export-declaration": "^7.0.0",
"@babel/plugin-syntax-decorators": "^7.0.0" "@babel/plugin-syntax-decorators": "^7.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-function-sent", "name": "@babel/plugin-proposal-function-sent",
"version": "7.0.0", "version": "7.1.0",
"description": "Compile the function.sent meta propety to valid ES2015 code", "description": "Compile the function.sent meta propety to valid ES2015 code",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-sent", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-sent",
"license": "MIT", "license": "MIT",
@ -13,7 +13,7 @@
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-wrap-function": "^7.0.0", "@babel/helper-wrap-function": "^7.1.0",
"@babel/plugin-syntax-function-sent": "^7.0.0" "@babel/plugin-syntax-function-sent": "^7.0.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-decorators", "name": "@babel/plugin-syntax-decorators",
"version": "7.0.0", "version": "7.1.0",
"description": "Allow parsing of decorators", "description": "Allow parsing of decorators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-decorators", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-decorators",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-async-to-generator", "name": "@babel/plugin-transform-async-to-generator",
"version": "7.0.0", "version": "7.1.0",
"description": "Turn async functions into ES2015 generators", "description": "Turn async functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
"license": "MIT", "license": "MIT",
@ -14,7 +14,7 @@
"dependencies": { "dependencies": {
"@babel/helper-module-imports": "^7.0.0", "@babel/helper-module-imports": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-remap-async-to-generator": "^7.0.0" "@babel/helper-remap-async-to-generator": "^7.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-classes", "name": "@babel/plugin-transform-classes",
"version": "7.0.0", "version": "7.1.0",
"description": "Compile ES2015 classes to ES5", "description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes",
"license": "MIT", "license": "MIT",
@ -10,11 +10,11 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-annotate-as-pure": "^7.0.0", "@babel/helper-annotate-as-pure": "^7.0.0",
"@babel/helper-define-map": "^7.0.0", "@babel/helper-define-map": "^7.1.0",
"@babel/helper-function-name": "^7.0.0", "@babel/helper-function-name": "^7.1.0",
"@babel/helper-optimise-call-expression": "^7.0.0", "@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-replace-supers": "^7.0.0", "@babel/helper-replace-supers": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.0.0", "@babel/helper-split-export-declaration": "^7.0.0",
"globals": "^11.1.0" "globals": "^11.1.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-exponentiation-operator", "name": "@babel/plugin-transform-exponentiation-operator",
"version": "7.0.0", "version": "7.1.0",
"description": "Compile exponentiation operator to ES5", "description": "Compile exponentiation operator to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator",
"license": "MIT", "license": "MIT",
@ -12,7 +12,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.0.0", "@babel/helper-builder-binary-assignment-operator-visitor": "^7.1.0",
"@babel/helper-plugin-utils": "^7.0.0" "@babel/helper-plugin-utils": "^7.0.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-function-name", "name": "@babel/plugin-transform-function-name",
"version": "7.0.0", "version": "7.1.0",
"description": "Apply ES2015 function.name semantics to all functions", "description": "Apply ES2015 function.name semantics to all functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-name", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-name",
"license": "MIT", "license": "MIT",
@ -12,7 +12,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-function-name": "^7.0.0", "@babel/helper-function-name": "^7.1.0",
"@babel/helper-plugin-utils": "^7.0.0" "@babel/helper-plugin-utils": "^7.0.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-modules-amd", "name": "@babel/plugin-transform-modules-amd",
"version": "7.0.0", "version": "7.1.0",
"description": "This plugin transforms ES2015 modules to AMD", "description": "This plugin transforms ES2015 modules to AMD",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-amd", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-amd",
"license": "MIT", "license": "MIT",
@ -9,7 +9,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-module-transforms": "^7.0.0", "@babel/helper-module-transforms": "^7.1.0",
"@babel/helper-plugin-utils": "^7.0.0" "@babel/helper-plugin-utils": "^7.0.0"
}, },
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-modules-commonjs", "name": "@babel/plugin-transform-modules-commonjs",
"version": "7.0.0", "version": "7.1.0",
"description": "This plugin transforms ES2015 modules to CommonJS", "description": "This plugin transforms ES2015 modules to CommonJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs",
"license": "MIT", "license": "MIT",
@ -9,9 +9,9 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-module-transforms": "^7.0.0", "@babel/helper-module-transforms": "^7.1.0",
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-simple-access": "^7.0.0" "@babel/helper-simple-access": "^7.1.0"
}, },
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-modules-umd", "name": "@babel/plugin-transform-modules-umd",
"version": "7.0.0", "version": "7.1.0",
"description": "This plugin transforms ES2015 modules to UMD", "description": "This plugin transforms ES2015 modules to UMD",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-umd", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-umd",
"license": "MIT", "license": "MIT",
@ -9,7 +9,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-module-transforms": "^7.0.0", "@babel/helper-module-transforms": "^7.1.0",
"@babel/helper-plugin-utils": "^7.0.0" "@babel/helper-plugin-utils": "^7.0.0"
}, },
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-object-super", "name": "@babel/plugin-transform-object-super",
"version": "7.0.0", "version": "7.1.0",
"description": "Compile ES2015 object super to ES5", "description": "Compile ES2015 object super to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-super", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-super",
"license": "MIT", "license": "MIT",
@ -13,7 +13,7 @@
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-replace-supers": "^7.0.0" "@babel/helper-replace-supers": "^7.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-parameters", "name": "@babel/plugin-transform-parameters",
"version": "7.0.0", "version": "7.1.0",
"description": "Compile ES2015 default and rest parameters to ES5", "description": "Compile ES2015 default and rest parameters to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-parameters", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-parameters",
"license": "MIT", "license": "MIT",
@ -9,7 +9,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-call-delegate": "^7.0.0", "@babel/helper-call-delegate": "^7.1.0",
"@babel/helper-get-function-arity": "^7.0.0", "@babel/helper-get-function-arity": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0" "@babel/helper-plugin-utils": "^7.0.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-property-mutators", "name": "@babel/plugin-transform-property-mutators",
"version": "7.0.0", "version": "7.1.0",
"description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty", "description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-property-mutators", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-property-mutators",
"license": "MIT", "license": "MIT",
@ -12,7 +12,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-define-map": "^7.0.0", "@babel/helper-define-map": "^7.1.0",
"@babel/helper-plugin-utils": "^7.0.0" "@babel/helper-plugin-utils": "^7.0.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-runtime", "name": "@babel/plugin-transform-runtime",
"version": "7.0.0", "version": "7.1.0",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-typescript", "name": "@babel/plugin-transform-typescript",
"version": "7.0.0", "version": "7.1.0",
"description": "Transform TypeScript into ES.next", "description": "Transform TypeScript into ES.next",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-typescript", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-typescript",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/preset-env", "name": "@babel/preset-env",
"version": "7.0.0", "version": "7.1.0",
"description": "A Babel preset for each environment.", "description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>", "author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -16,7 +16,7 @@
"dependencies": { "dependencies": {
"@babel/helper-module-imports": "^7.0.0", "@babel/helper-module-imports": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-proposal-async-generator-functions": "^7.0.0", "@babel/plugin-proposal-async-generator-functions": "^7.1.0",
"@babel/plugin-proposal-json-strings": "^7.0.0", "@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0", "@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
@ -25,25 +25,25 @@
"@babel/plugin-syntax-object-rest-spread": "^7.0.0", "@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-optional-catch-binding": "^7.0.0", "@babel/plugin-syntax-optional-catch-binding": "^7.0.0",
"@babel/plugin-transform-arrow-functions": "^7.0.0", "@babel/plugin-transform-arrow-functions": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.0.0", "@babel/plugin-transform-async-to-generator": "^7.1.0",
"@babel/plugin-transform-block-scoped-functions": "^7.0.0", "@babel/plugin-transform-block-scoped-functions": "^7.0.0",
"@babel/plugin-transform-block-scoping": "^7.0.0", "@babel/plugin-transform-block-scoping": "^7.0.0",
"@babel/plugin-transform-classes": "^7.0.0", "@babel/plugin-transform-classes": "^7.1.0",
"@babel/plugin-transform-computed-properties": "^7.0.0", "@babel/plugin-transform-computed-properties": "^7.0.0",
"@babel/plugin-transform-destructuring": "^7.0.0", "@babel/plugin-transform-destructuring": "^7.0.0",
"@babel/plugin-transform-dotall-regex": "^7.0.0", "@babel/plugin-transform-dotall-regex": "^7.0.0",
"@babel/plugin-transform-duplicate-keys": "^7.0.0", "@babel/plugin-transform-duplicate-keys": "^7.0.0",
"@babel/plugin-transform-exponentiation-operator": "^7.0.0", "@babel/plugin-transform-exponentiation-operator": "^7.1.0",
"@babel/plugin-transform-for-of": "^7.0.0", "@babel/plugin-transform-for-of": "^7.0.0",
"@babel/plugin-transform-function-name": "^7.0.0", "@babel/plugin-transform-function-name": "^7.1.0",
"@babel/plugin-transform-literals": "^7.0.0", "@babel/plugin-transform-literals": "^7.0.0",
"@babel/plugin-transform-modules-amd": "^7.0.0", "@babel/plugin-transform-modules-amd": "^7.1.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0", "@babel/plugin-transform-modules-commonjs": "^7.1.0",
"@babel/plugin-transform-modules-systemjs": "^7.0.0", "@babel/plugin-transform-modules-systemjs": "^7.0.0",
"@babel/plugin-transform-modules-umd": "^7.0.0", "@babel/plugin-transform-modules-umd": "^7.1.0",
"@babel/plugin-transform-new-target": "^7.0.0", "@babel/plugin-transform-new-target": "^7.0.0",
"@babel/plugin-transform-object-super": "^7.0.0", "@babel/plugin-transform-object-super": "^7.1.0",
"@babel/plugin-transform-parameters": "^7.0.0", "@babel/plugin-transform-parameters": "^7.1.0",
"@babel/plugin-transform-regenerator": "^7.0.0", "@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/plugin-transform-shorthand-properties": "^7.0.0", "@babel/plugin-transform-shorthand-properties": "^7.0.0",
"@babel/plugin-transform-spread": "^7.0.0", "@babel/plugin-transform-spread": "^7.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/preset-typescript", "name": "@babel/preset-typescript",
"version": "7.0.0", "version": "7.1.0",
"description": "Babel preset for TypeScript.", "description": "Babel preset for TypeScript.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-typescript", "repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-typescript",
"license": "MIT", "license": "MIT",
@ -14,7 +14,7 @@
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-transform-typescript": "^7.0.0" "@babel/plugin-transform-typescript": "^7.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/standalone", "name": "@babel/standalone",
"version": "7.0.0", "version": "7.1.0",
"description": "Standalone build of Babel for use in non-Node.js environments.", "description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js", "main": "babel.js",
"files": [ "files": [

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/traverse", "name": "@babel/traverse",
"version": "7.0.0", "version": "7.1.0",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", "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>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -13,9 +13,9 @@
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.0.0", "@babel/generator": "^7.0.0",
"@babel/helper-function-name": "^7.0.0", "@babel/helper-function-name": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.0.0", "@babel/helper-split-export-declaration": "^7.0.0",
"@babel/parser": "^7.0.0", "@babel/parser": "^7.1.0",
"@babel/types": "^7.0.0", "@babel/types": "^7.0.0",
"debug": "^3.1.0", "debug": "^3.1.0",
"globals": "^11.1.0", "globals": "^11.1.0",