v7.2.5
This commit is contained in:
parent
bc347bab7a
commit
f130981546
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "7.2.4",
|
||||
"version": "7.2.5",
|
||||
"changelog": {
|
||||
"repo": "babel/babel",
|
||||
"cacheDir": ".changelog",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/polyfill",
|
||||
"version": "7.2.3",
|
||||
"version": "7.2.5",
|
||||
"description": "Provides polyfills necessary for a full ES2015+ environment",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/preset-env-standalone",
|
||||
"version": "7.2.4",
|
||||
"version": "7.2.5",
|
||||
"description": "Standalone build of babel-prest-env for use in non-Node.js environments.",
|
||||
"main": "babel-preset-env.js",
|
||||
"files": [
|
||||
@ -12,7 +12,7 @@
|
||||
"@babel/plugin-proposal-json-strings": "^7.0.0",
|
||||
"@babel/plugin-transform-new-target": "^7.0.0",
|
||||
"@babel/preset-env": "^7.2.3",
|
||||
"@babel/standalone": "^7.2.4"
|
||||
"@babel/standalone": "^7.2.5"
|
||||
},
|
||||
"keywords": [
|
||||
"babel",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.2.4",
|
||||
"version": "7.2.5",
|
||||
"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