This commit is contained in:
Nicolò Ribaudo 2019-01-22 08:07:23 +01:00
parent 43b83f8ed7
commit f2af6c1170
9 changed files with 15 additions and 15 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.3.0",
"version": "7.3.1",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.3.0",
"version": "7.3.1",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-object-rest-spread",
"version": "7.3.0",
"version": "7.3.1",
"description": "Compile object rest and spread to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/preset-env-standalone",
"version": "7.3.0",
"version": "7.3.1",
"description": "Standalone build of babel-prest-env for use in non-Node.js environments.",
"main": "babel-preset-env.js",
"files": [
@ -12,8 +12,8 @@
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-transform-named-capturing-groups-regex": "^7.3.0",
"@babel/plugin-transform-new-target": "^7.0.0",
"@babel/preset-env": "^7.3.0",
"@babel/standalone": "^7.3.0"
"@babel/preset-env": "^7.3.1",
"@babel/standalone": "^7.3.1"
},
"keywords": [
"babel",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.3.0",
"version": "7.3.1",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babeljs.io/",
@ -18,7 +18,7 @@
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.1",
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
"@babel/plugin-syntax-async-generators": "^7.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.3.0",
"version": "7.3.1",
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT",
"publishConfig": {
@ -13,6 +13,6 @@
"regenerator-runtime": "^0.12.0"
},
"devDependencies": {
"@babel/helpers": "^7.3.0"
"@babel/helpers": "^7.3.1"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/runtime",
"version": "7.3.0",
"version": "7.3.1",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {
@ -12,6 +12,6 @@
"regenerator-runtime": "^0.12.0"
},
"devDependencies": {
"@babel/helpers": "^7.3.0"
"@babel/helpers": "^7.3.1"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.3.0",
"version": "7.3.1",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
@ -23,7 +23,7 @@
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.1",
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.3.0",