v7.8.1
This commit is contained in:
parent
27668377b5
commit
575eeb370e
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "7.8.0",
|
||||
"version": "7.8.1",
|
||||
"changelog": {
|
||||
"repo": "babel/babel",
|
||||
"cacheDir": ".changelog",
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user