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": { "changelog": {
"repo": "babel/babel", "repo": "babel/babel",
"cacheDir": ".changelog", "cacheDir": ".changelog",

View File

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

View File

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

View File

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