This commit is contained in:
Nicolò Ribaudo 2020-01-12 23:44:39 +01:00
parent f995f8e02c
commit 61d01f1114
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.8.0",
"version": "7.8.2",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.8.1",
"version": "7.8.2",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
@ -100,7 +100,7 @@
"@babel/plugin-transform-typeof-symbol": "^7.8.0",
"@babel/plugin-transform-typescript": "^7.8.0",
"@babel/plugin-transform-unicode-regex": "^7.8.0",
"@babel/preset-env": "^7.8.0",
"@babel/preset-env": "^7.8.2",
"@babel/preset-flow": "^7.8.0",
"@babel/preset-react": "^7.8.0",
"@babel/preset-typescript": "^7.8.0"