This commit is contained in:
Nicolò Ribaudo 2020-01-12 13:58:53 +01:00
parent 27668377b5
commit 575eeb370e
4 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/compat-data",
"version": "7.8.0",
"version": "7.8.1",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "",
@ -28,7 +28,7 @@
"semver": "^5.5.0"
},
"devDependencies": {
"@babel/helper-compilation-targets": "^7.8.0",
"@babel/helper-compilation-targets": "^7.8.1",
"caniuse-db": "1.0.30000969",
"electron-to-chromium": "1.3.113",
"lodash": "^4.17.15"

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helper-compilation-targets",
"version": "7.8.0",
"version": "7.8.1",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Engine compat data used in @babel/preset-env",
@ -16,7 +16,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/compat-data": "^7.8.0",
"@babel/compat-data": "^7.8.1",
"browserslist": "^4.8.2",
"invariant": "^2.2.4",
"levenary": "^1.1.0",

View File

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