Skip to content

Commit

Permalink
v7.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Nov 9, 2019
1 parent 4c39153 commit 68d0598
Show file tree
Hide file tree
Showing 39 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "7.6.4",
"version": "7.6.5",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.6.4",
"version": "7.6.5",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/core": "^7.6.5",
"@babel/helper-fixtures": "^7.6.3"
},
"bin": {
Expand Down
12 changes: 6 additions & 6 deletions packages/babel-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.6.4",
"version": "7.6.5",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
Expand Down Expand Up @@ -34,11 +34,11 @@
},
"dependencies": {
"@babel/code-frame": "^7.5.5",
"@babel/generator": "^7.6.4",
"@babel/helpers": "^7.6.2",
"@babel/parser": "^7.6.4",
"@babel/template": "^7.6.0",
"@babel/traverse": "^7.6.3",
"@babel/generator": "^7.6.5",
"@babel/helpers": "^7.6.5",
"@babel/parser": "^7.6.5",
"@babel/template": "^7.6.5",
"@babel/traverse": "^7.6.5",
"@babel/types": "^7.6.3",
"convert-source-map": "^1.1.0",
"debug": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.6.4",
"version": "7.6.5",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -21,6 +21,6 @@
},
"devDependencies": {
"@babel/helper-fixtures": "^7.6.3",
"@babel/parser": "^7.6.4"
"@babel/parser": "^7.6.5"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-annotate-as-pure/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-annotate-as-pure",
"version": "7.0.0",
"version": "7.6.5",
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-annotate-as-pure",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-bindify-decorators/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-bindify-decorators",
"version": "7.1.0",
"version": "7.6.5",
"description": "Helper function to bindify decorators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/traverse": "^7.1.0",
"@babel/traverse": "^7.6.5",
"@babel/types": "^7.6.3"
}
}
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.1.0",
"version": "7.6.5",
"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",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-explode-assignable-expression": "^7.1.0",
"@babel/helper-explode-assignable-expression": "^7.6.5",
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-builder-react-jsx/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-react-jsx",
"version": "7.3.0",
"version": "7.6.5",
"description": "Helper function to build react jsx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-helper-call-delegate/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-call-delegate",
"version": "7.4.4",
"version": "7.6.5",
"description": "Helper function to call delegate",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
"license": "MIT",
Expand All @@ -9,8 +9,8 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-hoist-variables": "^7.4.4",
"@babel/traverse": "^7.4.4",
"@babel/helper-hoist-variables": "^7.6.5",
"@babel/traverse": "^7.6.5",
"@babel/types": "^7.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-define-map/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-define-map",
"version": "7.5.5",
"version": "7.6.5",
"description": "Helper function to define a map",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-function-name": "^7.1.0",
"@babel/helper-function-name": "^7.6.5",
"@babel/types": "^7.6.3",
"lodash": "^4.17.13"
}
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-explode-assignable-expression",
"version": "7.1.0",
"version": "7.6.5",
"description": "Helper function to explode an assignable expression",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/traverse": "^7.1.0",
"@babel/traverse": "^7.6.5",
"@babel/types": "^7.6.3"
}
}
6 changes: 3 additions & 3 deletions packages/babel-helper-explode-class/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-explode-class",
"version": "7.1.0",
"version": "7.6.5",
"description": "Helper function to explode class",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
"license": "MIT",
Expand All @@ -9,8 +9,8 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-bindify-decorators": "^7.1.0",
"@babel/traverse": "^7.1.0",
"@babel/helper-bindify-decorators": "^7.6.5",
"@babel/traverse": "^7.6.5",
"@babel/types": "^7.6.3"
}
}
6 changes: 3 additions & 3 deletions packages/babel-helper-function-name/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-function-name",
"version": "7.1.0",
"version": "7.6.5",
"description": "Helper function to change the property 'name' of every function",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"license": "MIT",
Expand All @@ -9,8 +9,8 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-get-function-arity": "^7.0.0",
"@babel/template": "^7.1.0",
"@babel/helper-get-function-arity": "^7.6.5",
"@babel/template": "^7.6.5",
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-get-function-arity/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-get-function-arity",
"version": "7.0.0",
"version": "7.6.5",
"description": "Helper function to get function arity",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-hoist-variables/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-hoist-variables",
"version": "7.4.4",
"version": "7.6.5",
"description": "Helper function to hoist variables",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables",
"license": "MIT",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.5.5",
"version": "7.6.5",
"description": "Helper function to replace certain member expressions with function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-member-expression-to-functions",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-module-imports/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-imports",
"version": "7.0.0",
"version": "7.6.5",
"description": "Babel helper functions for inserting module loads",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -14,6 +14,6 @@
"@babel/types": "^7.6.3"
},
"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.6.5"
}
}
10 changes: 5 additions & 5 deletions packages/babel-helper-module-transforms/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.5.5",
"version": "7.6.5",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -11,10 +11,10 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-transforms",
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-imports": "^7.0.0",
"@babel/helper-simple-access": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.4.4",
"@babel/template": "^7.4.4",
"@babel/helper-module-imports": "^7.6.5",
"@babel/helper-simple-access": "^7.6.5",
"@babel/helper-split-export-declaration": "^7.6.5",
"@babel/template": "^7.6.5",
"@babel/types": "^7.6.3",
"lodash": "^4.17.13"
}
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-optimise-call-expression",
"version": "7.0.0",
"version": "7.6.5",
"description": "Helper function to optimise call expression",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-helper-remap-async-to-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-remap-async-to-generator",
"version": "7.1.0",
"version": "7.6.5",
"description": "Helper function to remap async functions to generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
"license": "MIT",
Expand All @@ -9,10 +9,10 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.0.0",
"@babel/helper-wrap-function": "^7.1.0",
"@babel/template": "^7.1.0",
"@babel/traverse": "^7.1.0",
"@babel/helper-annotate-as-pure": "^7.6.5",
"@babel/helper-wrap-function": "^7.6.5",
"@babel/template": "^7.6.5",
"@babel/traverse": "^7.6.5",
"@babel/types": "^7.6.3"
}
}
8 changes: 4 additions & 4 deletions packages/babel-helper-replace-supers/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-replace-supers",
"version": "7.5.5",
"version": "7.6.5",
"description": "Helper function to replace supers",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
"license": "MIT",
Expand All @@ -9,9 +9,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-member-expression-to-functions": "^7.5.5",
"@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/traverse": "^7.5.5",
"@babel/helper-member-expression-to-functions": "^7.6.5",
"@babel/helper-optimise-call-expression": "^7.6.5",
"@babel/traverse": "^7.6.5",
"@babel/types": "^7.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-simple-access/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-simple-access",
"version": "7.1.0",
"version": "7.6.5",
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -11,7 +11,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access",
"main": "lib/index.js",
"dependencies": {
"@babel/template": "^7.1.0",
"@babel/template": "^7.6.5",
"@babel/types": "^7.6.3"
}
}
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-split-export-declaration",
"version": "7.4.4",
"version": "7.6.5",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-split-export-declaration",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-helper-wrap-function/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-wrap-function",
"version": "7.2.0",
"version": "7.6.5",
"description": "Helper to wrap functions inside a function call.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function",
"license": "MIT",
Expand All @@ -9,9 +9,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-function-name": "^7.1.0",
"@babel/template": "^7.1.0",
"@babel/traverse": "^7.1.0",
"@babel/helper-function-name": "^7.6.5",
"@babel/template": "^7.6.5",
"@babel/traverse": "^7.6.5",
"@babel/types": "^7.6.3"
}
}
6 changes: 3 additions & 3 deletions packages/babel-helpers/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.6.2",
"version": "7.6.5",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -11,8 +11,8 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
"main": "lib/index.js",
"dependencies": {
"@babel/template": "^7.6.0",
"@babel/traverse": "^7.6.2",
"@babel/template": "^7.6.5",
"@babel/traverse": "^7.6.5",
"@babel/types": "^7.6.3"
},
"devDependencies": {
Expand Down

0 comments on commit 68d0598

Please sign in to comment.