This commit is contained in:
Nicolò Ribaudo 2019-11-08 23:45:00 +03:00
parent 0287c0f02f
commit e315d65a7a
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/preset-env-standalone",
"version": "7.7.2",
"version": "7.7.3",
"description": "Standalone build of babel-prest-env for use in non-Node.js environments.",
"main": "babel-preset-env.js",
"files": [
@ -17,7 +17,7 @@
"@babel/plugin-transform-named-capturing-groups-regex": "^7.7.0",
"@babel/plugin-transform-new-target": "^7.4.4",
"@babel/preset-env": "^7.7.1",
"@babel/standalone": "^7.7.2"
"@babel/standalone": "^7.7.3"
},
"keywords": [
"babel",

View File

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