This commit is contained in:
Huáng Jùnliàng 2020-08-05 10:15:43 -04:00
parent 92434269af
commit bc7a811fce
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.11.1",
"version": "7.11.2",
"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.1",
"version": "7.11.2",
"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.1",
"version": "7.11.2",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.11.1",
"version": "7.11.2",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [