This commit is contained in:
Huáng Jùnliàng 2020-08-04 17:58:35 -04:00
parent a1eabb84ea
commit 953ae82159
8 changed files with 12 additions and 12 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.11.0",
"version": "7.11.1",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@ -47,7 +47,7 @@
"@babel/generator": "^7.11.0",
"@babel/helper-module-transforms": "^7.11.0",
"@babel/helpers": "^7.10.4",
"@babel/parser": "^7.11.0",
"@babel/parser": "^7.11.1",
"@babel/template": "^7.10.4",
"@babel/traverse": "^7.11.0",
"@babel/types": "^7.11.0",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.11.0",
"version": "7.11.1",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-block-scoping",
"version": "7.10.5",
"version": "7.11.1",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": {
"type": "git",
@ -22,7 +22,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/helper-plugin-test-runner": "^7.10.4"
}
}

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.11.0",
"version": "7.11.1",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
@ -8,7 +8,7 @@
"babel.min.js"
],
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/core": "^7.11.1",
"@babel/helper-plugin-utils": "^7.10.4",
"@babel/plugin-external-helpers": "^7.10.4",
"@babel/plugin-proposal-async-generator-functions": "^7.10.5",
@ -53,7 +53,7 @@
"@babel/plugin-transform-arrow-functions": "^7.10.4",
"@babel/plugin-transform-async-to-generator": "^7.10.4",
"@babel/plugin-transform-block-scoped-functions": "^7.10.4",
"@babel/plugin-transform-block-scoping": "^7.10.5",
"@babel/plugin-transform-block-scoping": "^7.11.1",
"@babel/plugin-transform-classes": "^7.10.4",
"@babel/plugin-transform-computed-properties": "^7.10.4",
"@babel/plugin-transform-destructuring": "^7.10.4",