This commit is contained in:
Nicolò Ribaudo 2020-03-12 19:44:17 +01:00
parent 565ab9a3fc
commit c831a2450d
8 changed files with 13 additions and 13 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.8.7",
"version": "7.8.8",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -21,6 +21,6 @@
},
"devDependencies": {
"@babel/helper-fixtures": "^7.8.6",
"@babel/parser": "^7.8.7"
"@babel/parser": "^7.8.8"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-regexp-features-plugin",
"version": "7.8.6",
"version": "7.8.8",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Compile ESNext Regular Expressions to ES5",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-unicode-property-regex",
"version": "7.8.3",
"version": "7.8.8",
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
"homepage": "https://babeljs.io/",
"license": "MIT",
@ -22,7 +22,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-unicode-property-regex",
"bugs": "https://github.com/babel/babel/issues",
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.8.3",
"@babel/helper-create-regexp-features-plugin": "^7.8.8",
"@babel/helper-plugin-utils": "^7.8.3"
},
"peerDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-destructuring",
"version": "7.8.3",
"version": "7.8.8",
"description": "Compile ES2015 destructuring to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-parameters",
"version": "7.8.7",
"version": "7.8.8",
"description": "Compile ES2015 default and rest parameters to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-parameters",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.8.7",
"version": "7.8.8",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
@ -33,7 +33,7 @@
"@babel/plugin-proposal-pipeline-operator": "^7.8.3",
"@babel/plugin-proposal-private-methods": "^7.8.3",
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
"@babel/plugin-proposal-unicode-property-regex": "^7.8.3",
"@babel/plugin-proposal-unicode-property-regex": "^7.8.8",
"@babel/plugin-syntax-async-generators": "^7.8.0",
"@babel/plugin-syntax-class-properties": "^7.8.3",
"@babel/plugin-syntax-decorators": "^7.8.3",
@ -57,7 +57,7 @@
"@babel/plugin-transform-block-scoping": "^7.8.3",
"@babel/plugin-transform-classes": "^7.8.6",
"@babel/plugin-transform-computed-properties": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.8.8",
"@babel/plugin-transform-dotall-regex": "^7.8.3",
"@babel/plugin-transform-duplicate-keys": "^7.8.3",
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
@ -78,7 +78,7 @@
"@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.8.3",
"@babel/plugin-transform-object-super": "^7.8.3",
"@babel/plugin-transform-parameters": "^7.8.7",
"@babel/plugin-transform-parameters": "^7.8.8",
"@babel/plugin-transform-property-literals": "^7.8.3",
"@babel/plugin-transform-property-mutators": "^7.8.3",
"@babel/plugin-transform-proto-to-assign": "^7.8.3",