This commit is contained in:
Nicolò Ribaudo 2020-03-21 14:57:31 +01:00
parent 429dd2ce8a
commit 2399e0df23
9 changed files with 12 additions and 12 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.8.3",
"version": "7.9.2",
"description": "Transform test runner for @babel/helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.9.0",
"version": "7.9.2",
"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.9.0",
"version": "7.9.2",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs3",
"version": "7.9.0",
"version": "7.9.2",
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@babel/runtime",
"version": "7.9.0",
"version": "7.9.2",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {
@ -17,6 +17,6 @@
"regenerator-runtime": "^0.13.4"
},
"devDependencies": {
"@babel/helpers": "^7.9.0"
"@babel/helpers": "^7.9.2"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.9.1",
"version": "7.9.2",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
@ -55,7 +55,7 @@
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-block-scoped-functions": "^7.8.3",
"@babel/plugin-transform-block-scoping": "^7.8.3",
"@babel/plugin-transform-classes": "^7.9.0",
"@babel/plugin-transform-classes": "^7.9.2",
"@babel/plugin-transform-computed-properties": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.8.8",
"@babel/plugin-transform-dotall-regex": "^7.8.3",