This commit is contained in:
Nicolò Ribaudo 2018-12-21 23:32:48 +01:00
parent bc347bab7a
commit f130981546
4 changed files with 5 additions and 5 deletions

View File

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

View File

@ -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/",

View File

@ -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",

View File

@ -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": [