v7.5.2
This commit is contained in:
parent
f48b47c1f7
commit
0dbf99bedb
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "7.5.1",
|
"version": "7.5.2",
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"repo": "babel/babel",
|
"repo": "babel/babel",
|
||||||
"cacheDir": ".changelog",
|
"cacheDir": ".changelog",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helpers",
|
"name": "@babel/helpers",
|
||||||
"version": "7.5.1",
|
"version": "7.5.2",
|
||||||
"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/",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-export-default-from",
|
"name": "@babel/plugin-proposal-export-default-from",
|
||||||
"version": "7.2.0",
|
"version": "7.5.2",
|
||||||
"description": "Compile export default to ES2015",
|
"description": "Compile export default to ES2015",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-default-from",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-default-from",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-export-namespace-from",
|
"name": "@babel/plugin-proposal-export-namespace-from",
|
||||||
"version": "7.2.0",
|
"version": "7.5.2",
|
||||||
"description": "Compile export namespace to ES2015",
|
"description": "Compile export namespace to ES2015",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-namespace-from",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-namespace-from",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-object-rest-spread",
|
"name": "@babel/plugin-proposal-object-rest-spread",
|
||||||
"version": "7.5.1",
|
"version": "7.5.2",
|
||||||
"description": "Compile object rest and spread to ES5",
|
"description": "Compile object rest and spread to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-typescript",
|
"name": "@babel/plugin-transform-typescript",
|
||||||
"version": "7.5.1",
|
"version": "7.5.2",
|
||||||
"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",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-env-standalone",
|
"name": "@babel/preset-env-standalone",
|
||||||
"version": "7.5.1",
|
"version": "7.5.2",
|
||||||
"description": "Standalone build of babel-prest-env for use in non-Node.js environments.",
|
"description": "Standalone build of babel-prest-env for use in non-Node.js environments.",
|
||||||
"main": "babel-preset-env.js",
|
"main": "babel-preset-env.js",
|
||||||
"files": [
|
"files": [
|
||||||
@ -13,8 +13,8 @@
|
|||||||
"@babel/plugin-proposal-json-strings": "^7.0.0",
|
"@babel/plugin-proposal-json-strings": "^7.0.0",
|
||||||
"@babel/plugin-transform-named-capturing-groups-regex": "^7.4.5",
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.4.5",
|
||||||
"@babel/plugin-transform-new-target": "^7.4.4",
|
"@babel/plugin-transform-new-target": "^7.4.4",
|
||||||
"@babel/preset-env": "^7.5.0",
|
"@babel/preset-env": "^7.5.2",
|
||||||
"@babel/standalone": "^7.5.1"
|
"@babel/standalone": "^7.5.2"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"babel",
|
"babel",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-env",
|
"name": "@babel/preset-env",
|
||||||
"version": "7.5.0",
|
"version": "7.5.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/",
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
|
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
|
||||||
"@babel/plugin-proposal-dynamic-import": "^7.5.0",
|
"@babel/plugin-proposal-dynamic-import": "^7.5.0",
|
||||||
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.5.0",
|
"@babel/plugin-proposal-object-rest-spread": "^7.5.2",
|
||||||
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
|
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
|
||||||
"@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
|
"@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
|
||||||
"@babel/plugin-syntax-async-generators": "^7.2.0",
|
"@babel/plugin-syntax-async-generators": "^7.2.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime-corejs2",
|
"name": "@babel/runtime-corejs2",
|
||||||
"version": "7.5.1",
|
"version": "7.5.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": {
|
||||||
@ -13,6 +13,6 @@
|
|||||||
"regenerator-runtime": "^0.13.2"
|
"regenerator-runtime": "^0.13.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helpers": "^7.5.1"
|
"@babel/helpers": "^7.5.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime-corejs3",
|
"name": "@babel/runtime-corejs3",
|
||||||
"version": "7.5.1",
|
"version": "7.5.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.5.1",
|
"version": "7.5.2",
|
||||||
"description": "babel's modular runtime helpers",
|
"description": "babel's modular runtime helpers",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -12,6 +12,6 @@
|
|||||||
"regenerator-runtime": "^0.13.2"
|
"regenerator-runtime": "^0.13.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helpers": "^7.5.1"
|
"@babel/helpers": "^7.5.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/standalone",
|
"name": "@babel/standalone",
|
||||||
"version": "7.5.1",
|
"version": "7.5.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": [
|
||||||
@ -16,15 +16,15 @@
|
|||||||
"@babel/plugin-proposal-class-properties": "^7.5.0",
|
"@babel/plugin-proposal-class-properties": "^7.5.0",
|
||||||
"@babel/plugin-proposal-decorators": "^7.4.4",
|
"@babel/plugin-proposal-decorators": "^7.4.4",
|
||||||
"@babel/plugin-proposal-do-expressions": "^7.5.0",
|
"@babel/plugin-proposal-do-expressions": "^7.5.0",
|
||||||
"@babel/plugin-proposal-export-default-from": "^7.2.0",
|
"@babel/plugin-proposal-export-default-from": "^7.5.2",
|
||||||
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
|
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
|
||||||
"@babel/plugin-proposal-function-bind": "^7.2.0",
|
"@babel/plugin-proposal-function-bind": "^7.2.0",
|
||||||
"@babel/plugin-proposal-function-sent": "^7.5.0",
|
"@babel/plugin-proposal-function-sent": "^7.5.0",
|
||||||
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
||||||
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
|
||||||
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
|
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.5.1",
|
"@babel/plugin-proposal-object-rest-spread": "^7.5.2",
|
||||||
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
|
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
|
||||||
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
|
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
|
||||||
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
|
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
|
||||||
@ -93,7 +93,7 @@
|
|||||||
"@babel/plugin-transform-strict-mode": "^7.2.0",
|
"@babel/plugin-transform-strict-mode": "^7.2.0",
|
||||||
"@babel/plugin-transform-template-literals": "^7.4.4",
|
"@babel/plugin-transform-template-literals": "^7.4.4",
|
||||||
"@babel/plugin-transform-typeof-symbol": "^7.2.0",
|
"@babel/plugin-transform-typeof-symbol": "^7.2.0",
|
||||||
"@babel/plugin-transform-typescript": "^7.5.1",
|
"@babel/plugin-transform-typescript": "^7.5.2",
|
||||||
"@babel/plugin-transform-unicode-regex": "^7.4.4",
|
"@babel/plugin-transform-unicode-regex": "^7.4.4",
|
||||||
"@babel/preset-flow": "^7.0.0",
|
"@babel/preset-flow": "^7.0.0",
|
||||||
"@babel/preset-react": "^7.0.0",
|
"@babel/preset-react": "^7.0.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user