This commit is contained in:
Nicolò Ribaudo 2020-03-05 02:52:13 +01:00
parent 7127330f02
commit 595f65f33b
17 changed files with 42 additions and 42 deletions

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/core", "name": "@babel/core",
"version": "7.8.6", "version": "7.8.7",
"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>",
@ -40,12 +40,12 @@
}, },
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.8.3", "@babel/code-frame": "^7.8.3",
"@babel/generator": "^7.8.6", "@babel/generator": "^7.8.7",
"@babel/helpers": "^7.8.4", "@babel/helpers": "^7.8.4",
"@babel/parser": "^7.8.6", "@babel/parser": "^7.8.7",
"@babel/template": "^7.8.6", "@babel/template": "^7.8.6",
"@babel/traverse": "^7.8.6", "@babel/traverse": "^7.8.6",
"@babel/types": "^7.8.6", "@babel/types": "^7.8.7",
"convert-source-map": "^1.7.0", "convert-source-map": "^1.7.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"gensync": "^1.0.0-beta.1", "gensync": "^1.0.0-beta.1",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-call-delegate", "name": "@babel/helper-call-delegate",
"version": "7.8.3", "version": "7.8.7",
"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",
@ -11,6 +11,6 @@
"dependencies": { "dependencies": {
"@babel/helper-hoist-variables": "^7.8.3", "@babel/helper-hoist-variables": "^7.8.3",
"@babel/traverse": "^7.8.3", "@babel/traverse": "^7.8.3",
"@babel/types": "^7.8.3" "@babel/types": "^7.8.7"
} }
} }

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/node", "name": "@babel/node",
"version": "7.8.4", "version": "7.8.7",
"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/",
@ -32,9 +32,9 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.8.4", "@babel/core": "^7.8.7",
"@babel/helper-fixtures": "^7.8.3", "@babel/helper-fixtures": "^7.8.3",
"@babel/runtime": "^7.8.4", "@babel/runtime": "^7.8.7",
"fs-readdir-recursive": "^1.0.0", "fs-readdir-recursive": "^1.0.0",
"make-dir": "^2.1.0", "make-dir": "^2.1.0",
"rimraf": "^3.0.0" "rimraf": "^3.0.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/parser", "name": "@babel/parser",
"version": "7.8.6", "version": "7.8.7",
"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/",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-parameters", "name": "@babel/plugin-transform-parameters",
"version": "7.8.4", "version": "7.8.7",
"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.8.3", "@babel/helper-call-delegate": "^7.8.7",
"@babel/helper-get-function-arity": "^7.8.3", "@babel/helper-get-function-arity": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3" "@babel/helper-plugin-utils": "^7.8.3"
}, },
@ -20,7 +20,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.8.4", "@babel/core": "^7.8.7",
"@babel/helper-plugin-test-runner": "^7.8.3" "@babel/helper-plugin-test-runner": "^7.8.3"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "@babel/plugin-transform-regenerator", "name": "@babel/plugin-transform-regenerator",
"author": "Ben Newman <bn@cs.stanford.edu>", "author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Explode async and generator functions into a state machine.", "description": "Explode async and generator functions into a state machine.",
"version": "7.8.3", "version": "7.8.7",
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator", "homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js", "main": "lib/index.js",
@ -17,7 +17,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.8.3", "@babel/core": "^7.8.7",
"@babel/helper-plugin-test-runner": "^7.8.3" "@babel/helper-plugin-test-runner": "^7.8.3"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-typescript", "name": "@babel/plugin-transform-typescript",
"version": "7.8.3", "version": "7.8.7",
"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",
@ -21,7 +21,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.8.3", "@babel/core": "^7.8.7",
"@babel/helper-plugin-test-runner": "^7.8.3" "@babel/helper-plugin-test-runner": "^7.8.3"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/polyfill", "name": "@babel/polyfill",
"version": "7.8.3", "version": "7.8.7",
"description": "Provides polyfills necessary for a full ES2015+ environment", "description": "Provides polyfills necessary for a full ES2015+ environment",
"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/preset-env", "name": "@babel/preset-env",
"version": "7.8.6", "version": "7.8.7",
"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/",
@ -12,7 +12,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/compat-data": "^7.8.6", "@babel/compat-data": "^7.8.6",
"@babel/helper-compilation-targets": "^7.8.6", "@babel/helper-compilation-targets": "^7.8.7",
"@babel/helper-module-imports": "^7.8.3", "@babel/helper-module-imports": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3", "@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-proposal-async-generator-functions": "^7.8.3", "@babel/plugin-proposal-async-generator-functions": "^7.8.3",
@ -52,9 +52,9 @@
"@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3", "@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3",
"@babel/plugin-transform-new-target": "^7.8.3", "@babel/plugin-transform-new-target": "^7.8.3",
"@babel/plugin-transform-object-super": "^7.8.3", "@babel/plugin-transform-object-super": "^7.8.3",
"@babel/plugin-transform-parameters": "^7.8.4", "@babel/plugin-transform-parameters": "^7.8.7",
"@babel/plugin-transform-property-literals": "^7.8.3", "@babel/plugin-transform-property-literals": "^7.8.3",
"@babel/plugin-transform-regenerator": "^7.8.3", "@babel/plugin-transform-regenerator": "^7.8.7",
"@babel/plugin-transform-reserved-words": "^7.8.3", "@babel/plugin-transform-reserved-words": "^7.8.3",
"@babel/plugin-transform-shorthand-properties": "^7.8.3", "@babel/plugin-transform-shorthand-properties": "^7.8.3",
"@babel/plugin-transform-spread": "^7.8.3", "@babel/plugin-transform-spread": "^7.8.3",
@ -62,7 +62,7 @@
"@babel/plugin-transform-template-literals": "^7.8.3", "@babel/plugin-transform-template-literals": "^7.8.3",
"@babel/plugin-transform-typeof-symbol": "^7.8.4", "@babel/plugin-transform-typeof-symbol": "^7.8.4",
"@babel/plugin-transform-unicode-regex": "^7.8.3", "@babel/plugin-transform-unicode-regex": "^7.8.3",
"@babel/types": "^7.8.6", "@babel/types": "^7.8.7",
"browserslist": "^4.8.5", "browserslist": "^4.8.5",
"core-js-compat": "^3.6.2", "core-js-compat": "^3.6.2",
"invariant": "^2.2.2", "invariant": "^2.2.2",
@ -74,7 +74,7 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.8.4", "@babel/cli": "^7.8.4",
"@babel/core": "^7.8.6", "@babel/core": "^7.8.7",
"@babel/helper-fixtures": "^7.8.6", "@babel/helper-fixtures": "^7.8.6",
"@babel/helper-plugin-test-runner": "^7.8.3", "@babel/helper-plugin-test-runner": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0" "@babel/plugin-syntax-dynamic-import": "^7.2.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime-corejs2", "name": "@babel/runtime-corejs2",
"version": "7.8.4", "version": "7.8.7",
"description": "babel's modular runtime helpers with core-js@2 polyfilling", "description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime-corejs3", "name": "@babel/runtime-corejs3",
"version": "7.8.4", "version": "7.8.7",
"description": "babel's modular runtime helpers with core-js@3 polyfilling", "description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/standalone", "name": "@babel/standalone",
"version": "7.8.6", "version": "7.8.7",
"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": [
@ -11,7 +11,7 @@
"prepublishOnly": "cd ../.. && make prepublish-build-standalone" "prepublishOnly": "cd ../.. && make prepublish-build-standalone"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.8.6", "@babel/core": "^7.8.7",
"@babel/helper-plugin-utils": "^7.8.3", "@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-external-helpers": "^7.8.3", "@babel/plugin-external-helpers": "^7.8.3",
"@babel/plugin-proposal-async-generator-functions": "^7.8.3", "@babel/plugin-proposal-async-generator-functions": "^7.8.3",
@ -78,7 +78,7 @@
"@babel/plugin-transform-object-assign": "^7.8.3", "@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.8.3", "@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.8.3",
"@babel/plugin-transform-object-super": "^7.8.3", "@babel/plugin-transform-object-super": "^7.8.3",
"@babel/plugin-transform-parameters": "^7.8.4", "@babel/plugin-transform-parameters": "^7.8.7",
"@babel/plugin-transform-property-literals": "^7.8.3", "@babel/plugin-transform-property-literals": "^7.8.3",
"@babel/plugin-transform-property-mutators": "^7.8.3", "@babel/plugin-transform-property-mutators": "^7.8.3",
"@babel/plugin-transform-proto-to-assign": "^7.8.3", "@babel/plugin-transform-proto-to-assign": "^7.8.3",
@ -89,7 +89,7 @@
"@babel/plugin-transform-react-jsx-compat": "^7.8.3", "@babel/plugin-transform-react-jsx-compat": "^7.8.3",
"@babel/plugin-transform-react-jsx-self": "^7.8.3", "@babel/plugin-transform-react-jsx-self": "^7.8.3",
"@babel/plugin-transform-react-jsx-source": "^7.8.3", "@babel/plugin-transform-react-jsx-source": "^7.8.3",
"@babel/plugin-transform-regenerator": "^7.8.3", "@babel/plugin-transform-regenerator": "^7.8.7",
"@babel/plugin-transform-reserved-words": "^7.8.3", "@babel/plugin-transform-reserved-words": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3", "@babel/plugin-transform-runtime": "^7.8.3",
"@babel/plugin-transform-shorthand-properties": "^7.8.3", "@babel/plugin-transform-shorthand-properties": "^7.8.3",
@ -98,9 +98,9 @@
"@babel/plugin-transform-strict-mode": "^7.8.3", "@babel/plugin-transform-strict-mode": "^7.8.3",
"@babel/plugin-transform-template-literals": "^7.8.3", "@babel/plugin-transform-template-literals": "^7.8.3",
"@babel/plugin-transform-typeof-symbol": "^7.8.4", "@babel/plugin-transform-typeof-symbol": "^7.8.4",
"@babel/plugin-transform-typescript": "^7.8.3", "@babel/plugin-transform-typescript": "^7.8.7",
"@babel/plugin-transform-unicode-regex": "^7.8.3", "@babel/plugin-transform-unicode-regex": "^7.8.3",
"@babel/preset-env": "^7.8.6", "@babel/preset-env": "^7.8.7",
"@babel/preset-flow": "^7.8.3", "@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.8.3", "@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3" "@babel/preset-typescript": "^7.8.3"

View File

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