This commit is contained in:
Babel Bot 2021-02-04 21:27:03 +00:00
parent 44bc6d672a
commit b1921d2d9b
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.12.14",
"version": "7.12.15",
"private": true,
"license": "MIT",
"type": "commonjs",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.12.13",
"version": "7.12.15",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.12.14",
"version": "7.12.15",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-parser",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.12.13",
"version": "7.12.15",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.12.14",
"version": "7.12.15",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [