v7.10.2
This commit is contained in:
parent
b5c4a46a69
commit
b0350e5b1e
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "7.10.1",
|
"version": "7.10.2",
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"repo": "babel/babel",
|
"repo": "babel/babel",
|
||||||
"cacheDir": ".changelog",
|
"cacheDir": ".changelog",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/core",
|
"name": "@babel/core",
|
||||||
"version": "7.10.1",
|
"version": "7.10.2",
|
||||||
"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>",
|
||||||
@ -44,13 +44,13 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.10.1",
|
"@babel/code-frame": "^7.10.1",
|
||||||
"@babel/generator": "^7.10.1",
|
"@babel/generator": "^7.10.2",
|
||||||
"@babel/helper-module-transforms": "^7.10.1",
|
"@babel/helper-module-transforms": "^7.10.1",
|
||||||
"@babel/helpers": "^7.10.1",
|
"@babel/helpers": "^7.10.1",
|
||||||
"@babel/parser": "^7.10.1",
|
"@babel/parser": "^7.10.2",
|
||||||
"@babel/template": "^7.10.1",
|
"@babel/template": "^7.10.1",
|
||||||
"@babel/traverse": "^7.10.1",
|
"@babel/traverse": "^7.10.1",
|
||||||
"@babel/types": "^7.10.1",
|
"@babel/types": "^7.10.2",
|
||||||
"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",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/generator",
|
"name": "@babel/generator",
|
||||||
"version": "7.10.1",
|
"version": "7.10.2",
|
||||||
"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/",
|
||||||
@ -18,13 +18,13 @@
|
|||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "^7.10.1",
|
"@babel/types": "^7.10.2",
|
||||||
"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.10.1",
|
"@babel/helper-fixtures": "^7.10.1",
|
||||||
"@babel/parser": "^7.10.1"
|
"@babel/parser": "^7.10.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-compilation-targets",
|
"name": "@babel/helper-compilation-targets",
|
||||||
"version": "7.10.1",
|
"version": "7.10.2",
|
||||||
"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",
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"@babel/core": "^7.0.0"
|
"@babel/core": "^7.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.10.1",
|
"@babel/core": "^7.10.2",
|
||||||
"@babel/helper-plugin-test-runner": "^7.10.1"
|
"@babel/helper-plugin-test-runner": "^7.10.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-create-class-features-plugin",
|
"name": "@babel/helper-create-class-features-plugin",
|
||||||
"version": "7.10.1",
|
"version": "7.10.2",
|
||||||
"author": "The Babel Team (https://babeljs.io/team)",
|
"author": "The Babel Team (https://babeljs.io/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
||||||
@ -29,7 +29,7 @@
|
|||||||
"@babel/core": "^7.0.0"
|
"@babel/core": "^7.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.10.1",
|
"@babel/core": "^7.10.2",
|
||||||
"@babel/helper-plugin-test-runner": "^7.10.1"
|
"@babel/helper-plugin-test-runner": "^7.10.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/parser",
|
"name": "@babel/parser",
|
||||||
"version": "7.10.1",
|
"version": "7.10.2",
|
||||||
"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/",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-module-attributes",
|
"name": "@babel/plugin-syntax-module-attributes",
|
||||||
"version": "7.10.1",
|
"version": "7.10.2",
|
||||||
"description": "Allow parsing of the module attributes in the import statement",
|
"description": "Allow parsing of the module attributes in the import statement",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -22,6 +22,6 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.10.1"
|
"@babel/core": "^7.10.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-env",
|
"name": "@babel/preset-env",
|
||||||
"version": "7.10.1",
|
"version": "7.10.2",
|
||||||
"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 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/compat-data": "^7.10.1",
|
"@babel/compat-data": "^7.10.1",
|
||||||
"@babel/helper-compilation-targets": "^7.10.1",
|
"@babel/helper-compilation-targets": "^7.10.2",
|
||||||
"@babel/helper-module-imports": "^7.10.1",
|
"@babel/helper-module-imports": "^7.10.1",
|
||||||
"@babel/helper-plugin-utils": "^7.10.1",
|
"@babel/helper-plugin-utils": "^7.10.1",
|
||||||
"@babel/plugin-proposal-async-generator-functions": "^7.10.1",
|
"@babel/plugin-proposal-async-generator-functions": "^7.10.1",
|
||||||
@ -73,7 +73,7 @@
|
|||||||
"@babel/plugin-transform-unicode-escapes": "^7.10.1",
|
"@babel/plugin-transform-unicode-escapes": "^7.10.1",
|
||||||
"@babel/plugin-transform-unicode-regex": "^7.10.1",
|
"@babel/plugin-transform-unicode-regex": "^7.10.1",
|
||||||
"@babel/preset-modules": "^0.1.3",
|
"@babel/preset-modules": "^0.1.3",
|
||||||
"@babel/types": "^7.10.1",
|
"@babel/types": "^7.10.2",
|
||||||
"browserslist": "^4.12.0",
|
"browserslist": "^4.12.0",
|
||||||
"core-js-compat": "^3.6.2",
|
"core-js-compat": "^3.6.2",
|
||||||
"invariant": "^2.2.2",
|
"invariant": "^2.2.2",
|
||||||
@ -85,7 +85,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.10.1",
|
"@babel/cli": "^7.10.1",
|
||||||
"@babel/core": "^7.10.1",
|
"@babel/core": "^7.10.2",
|
||||||
"@babel/helper-fixtures": "^7.10.1",
|
"@babel/helper-fixtures": "^7.10.1",
|
||||||
"@babel/helper-plugin-test-runner": "^7.10.1",
|
"@babel/helper-plugin-test-runner": "^7.10.1",
|
||||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0"
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime-corejs2",
|
"name": "@babel/runtime-corejs2",
|
||||||
"version": "7.10.1",
|
"version": "7.10.2",
|
||||||
"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": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime-corejs3",
|
"name": "@babel/runtime-corejs3",
|
||||||
"version": "7.10.1",
|
"version": "7.10.2",
|
||||||
"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": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime",
|
"name": "@babel/runtime",
|
||||||
"version": "7.10.1",
|
"version": "7.10.2",
|
||||||
"description": "babel's modular runtime helpers",
|
"description": "babel's modular runtime helpers",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/standalone",
|
"name": "@babel/standalone",
|
||||||
"version": "7.10.1",
|
"version": "7.10.2",
|
||||||
"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.10.1",
|
"@babel/core": "^7.10.2",
|
||||||
"@babel/helper-plugin-utils": "^7.10.1",
|
"@babel/helper-plugin-utils": "^7.10.1",
|
||||||
"@babel/plugin-external-helpers": "^7.10.1",
|
"@babel/plugin-external-helpers": "^7.10.1",
|
||||||
"@babel/plugin-proposal-async-generator-functions": "^7.10.1",
|
"@babel/plugin-proposal-async-generator-functions": "^7.10.1",
|
||||||
@ -45,7 +45,7 @@
|
|||||||
"@babel/plugin-syntax-function-sent": "^7.10.1",
|
"@babel/plugin-syntax-function-sent": "^7.10.1",
|
||||||
"@babel/plugin-syntax-import-meta": "^7.10.1",
|
"@babel/plugin-syntax-import-meta": "^7.10.1",
|
||||||
"@babel/plugin-syntax-jsx": "^7.10.1",
|
"@babel/plugin-syntax-jsx": "^7.10.1",
|
||||||
"@babel/plugin-syntax-module-attributes": "^7.10.1",
|
"@babel/plugin-syntax-module-attributes": "^7.10.2",
|
||||||
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
|
||||||
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
|
||||||
"@babel/plugin-syntax-pipeline-operator": "^7.10.1",
|
"@babel/plugin-syntax-pipeline-operator": "^7.10.1",
|
||||||
@ -103,7 +103,7 @@
|
|||||||
"@babel/plugin-transform-typescript": "^7.10.1",
|
"@babel/plugin-transform-typescript": "^7.10.1",
|
||||||
"@babel/plugin-transform-unicode-escapes": "^7.10.1",
|
"@babel/plugin-transform-unicode-escapes": "^7.10.1",
|
||||||
"@babel/plugin-transform-unicode-regex": "^7.10.1",
|
"@babel/plugin-transform-unicode-regex": "^7.10.1",
|
||||||
"@babel/preset-env": "^7.10.1",
|
"@babel/preset-env": "^7.10.2",
|
||||||
"@babel/preset-flow": "^7.10.1",
|
"@babel/preset-flow": "^7.10.1",
|
||||||
"@babel/preset-react": "^7.10.1",
|
"@babel/preset-react": "^7.10.1",
|
||||||
"@babel/preset-typescript": "^7.10.1"
|
"@babel/preset-typescript": "^7.10.1"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/types",
|
"name": "@babel/types",
|
||||||
"version": "7.10.1",
|
"version": "7.10.2",
|
||||||
"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/",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"to-fast-properties": "^2.0.0"
|
"to-fast-properties": "^2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/generator": "^7.10.1",
|
"@babel/generator": "^7.10.2",
|
||||||
"@babel/parser": "^7.10.1"
|
"@babel/parser": "^7.10.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user