This commit is contained in:
Nicolò Ribaudo 2020-02-27 13:17:19 +01:00
parent e9ea523c5b
commit 750d3dde3b
19 changed files with 61 additions and 61 deletions

View File

@ -1,5 +1,5 @@
{
"version": "7.8.5",
"version": "7.8.6",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/compat-data",
"version": "7.8.5",
"version": "7.8.6",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "",
@ -29,7 +29,7 @@
"semver": "^5.5.0"
},
"devDependencies": {
"@babel/helper-compilation-targets": "^7.8.4",
"@babel/helper-compilation-targets": "^7.8.6",
"caniuse-db": "1.0.30001023",
"electron-to-chromium": "1.3.113",
"lodash": "^4.17.15"

View File

@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.8.4",
"version": "7.8.6",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@ -40,12 +40,12 @@
},
"dependencies": {
"@babel/code-frame": "^7.8.3",
"@babel/generator": "^7.8.4",
"@babel/generator": "^7.8.6",
"@babel/helpers": "^7.8.4",
"@babel/parser": "^7.8.4",
"@babel/template": "^7.8.3",
"@babel/traverse": "^7.8.4",
"@babel/types": "^7.8.3",
"@babel/parser": "^7.8.6",
"@babel/template": "^7.8.6",
"@babel/traverse": "^7.8.6",
"@babel/types": "^7.8.6",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.1",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.8.4",
"version": "7.8.6",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -14,13 +14,13 @@
"lib"
],
"dependencies": {
"@babel/types": "^7.8.3",
"@babel/types": "^7.8.6",
"jsesc": "^2.5.1",
"lodash": "^4.17.13",
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-fixtures": "^7.8.3",
"@babel/parser": "^7.8.4"
"@babel/helper-fixtures": "^7.8.6",
"@babel/parser": "^7.8.6"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helper-compilation-targets",
"version": "7.8.4",
"version": "7.8.6",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Engine compat data used in @babel/preset-env",
@ -17,7 +17,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/compat-data": "^7.8.4",
"@babel/compat-data": "^7.8.6",
"browserslist": "^4.8.5",
"invariant": "^2.2.4",
"levenary": "^1.1.1",
@ -27,7 +27,7 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/core": "^7.8.6",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.8.3",
"version": "7.8.6",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
@ -18,14 +18,14 @@
"@babel/helper-member-expression-to-functions": "^7.8.3",
"@babel/helper-optimise-call-expression": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/helper-replace-supers": "^7.8.3",
"@babel/helper-replace-supers": "^7.8.6",
"@babel/helper-split-export-declaration": "^7.8.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.8.6",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-regexp-features-plugin",
"version": "7.8.3",
"version": "7.8.6",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Compile ESNext Regular Expressions to ES5",
@ -26,7 +26,7 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.8.6",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helper-fixtures",
"version": "7.8.3",
"version": "7.8.6",
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.8.4",
"version": "7.8.6",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -29,7 +29,7 @@
},
"devDependencies": {
"@babel/code-frame": "^7.8.3",
"@babel/helper-fixtures": "^7.8.3",
"@babel/helper-fixtures": "^7.8.6",
"charcodes": "^0.2.0",
"unicode-12.0.0": "^0.7.9"
},

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-classes",
"version": "7.8.3",
"version": "7.8.6",
"description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes",
"license": "MIT",
@ -14,7 +14,7 @@
"@babel/helper-function-name": "^7.8.3",
"@babel/helper-optimise-call-expression": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/helper-replace-supers": "^7.8.3",
"@babel/helper-replace-supers": "^7.8.6",
"@babel/helper-split-export-declaration": "^7.8.3",
"globals": "^11.1.0"
},
@ -25,7 +25,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.8.6",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-for-of",
"version": "7.8.4",
"version": "7.8.6",
"description": "Compile ES2015 for...of to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-for-of",
"license": "MIT",
@ -18,7 +18,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/core": "^7.8.6",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.8.4",
"version": "7.8.6",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babeljs.io/",
@ -11,8 +11,8 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-env",
"main": "lib/index.js",
"dependencies": {
"@babel/compat-data": "^7.8.4",
"@babel/helper-compilation-targets": "^7.8.4",
"@babel/compat-data": "^7.8.6",
"@babel/helper-compilation-targets": "^7.8.6",
"@babel/helper-module-imports": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-proposal-async-generator-functions": "^7.8.3",
@ -35,13 +35,13 @@
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-block-scoped-functions": "^7.8.3",
"@babel/plugin-transform-block-scoping": "^7.8.3",
"@babel/plugin-transform-classes": "^7.8.3",
"@babel/plugin-transform-classes": "^7.8.6",
"@babel/plugin-transform-computed-properties": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.8.3",
"@babel/plugin-transform-dotall-regex": "^7.8.3",
"@babel/plugin-transform-duplicate-keys": "^7.8.3",
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
"@babel/plugin-transform-for-of": "^7.8.4",
"@babel/plugin-transform-for-of": "^7.8.6",
"@babel/plugin-transform-function-name": "^7.8.3",
"@babel/plugin-transform-literals": "^7.8.3",
"@babel/plugin-transform-member-expression-literals": "^7.8.3",
@ -62,7 +62,7 @@
"@babel/plugin-transform-template-literals": "^7.8.3",
"@babel/plugin-transform-typeof-symbol": "^7.8.4",
"@babel/plugin-transform-unicode-regex": "^7.8.3",
"@babel/types": "^7.8.3",
"@babel/types": "^7.8.6",
"browserslist": "^4.8.5",
"core-js-compat": "^3.6.2",
"invariant": "^2.2.2",
@ -74,8 +74,8 @@
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/helper-fixtures": "^7.8.3",
"@babel/core": "^7.8.6",
"@babel/helper-fixtures": "^7.8.6",
"@babel/helper-plugin-test-runner": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/register",
"version": "7.8.3",
"version": "7.8.6",
"description": "babel require hook",
"license": "MIT",
"publishConfig": {
@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.8.6",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"browserify": "16.5.0",
"default-require-extensions": "^2.0.0"

View File

@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.8.4",
"version": "7.8.6",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
@ -11,7 +11,7 @@
"prepublishOnly": "cd ../.. && make prepublish-build-standalone"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/core": "^7.8.6",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-external-helpers": "^7.8.3",
"@babel/plugin-proposal-async-generator-functions": "^7.8.3",
@ -55,7 +55,7 @@
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-block-scoped-functions": "^7.8.3",
"@babel/plugin-transform-block-scoping": "^7.8.3",
"@babel/plugin-transform-classes": "^7.8.3",
"@babel/plugin-transform-classes": "^7.8.6",
"@babel/plugin-transform-computed-properties": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.8.3",
"@babel/plugin-transform-dotall-regex": "^7.8.3",
@ -63,7 +63,7 @@
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
"@babel/plugin-transform-flow-comments": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.8.3",
"@babel/plugin-transform-for-of": "^7.8.4",
"@babel/plugin-transform-for-of": "^7.8.6",
"@babel/plugin-transform-function-name": "^7.8.3",
"@babel/plugin-transform-instanceof": "^7.8.3",
"@babel/plugin-transform-jscript": "^7.8.3",
@ -100,7 +100,7 @@
"@babel/plugin-transform-typeof-symbol": "^7.8.4",
"@babel/plugin-transform-typescript": "^7.8.3",
"@babel/plugin-transform-unicode-regex": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-env": "^7.8.6",
"@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3"

View File

@ -1,6 +1,6 @@
{
"name": "@babel/template",
"version": "7.8.3",
"version": "7.8.6",
"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.8.3",
"@babel/parser": "^7.8.3",
"@babel/types": "^7.8.3"
"@babel/parser": "^7.8.6",
"@babel/types": "^7.8.6"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/traverse",
"version": "7.8.4",
"version": "7.8.6",
"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.8.3",
"@babel/generator": "^7.8.4",
"@babel/generator": "^7.8.6",
"@babel/helper-function-name": "^7.8.3",
"@babel/helper-split-export-declaration": "^7.8.3",
"@babel/parser": "^7.8.4",
"@babel/types": "^7.8.3",
"@babel/parser": "^7.8.6",
"@babel/types": "^7.8.6",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.13"

View File

@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.8.3",
"version": "7.8.6",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -17,7 +17,7 @@
"to-fast-properties": "^2.0.0"
},
"devDependencies": {
"@babel/generator": "^7.8.3",
"@babel/parser": "^7.8.3"
"@babel/generator": "^7.8.6",
"@babel/parser": "^7.8.6"
}
}