This commit is contained in:
Nicolò Ribaudo 2020-11-04 12:05:56 +01:00
parent dd5a977048
commit 4a6fed1335
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.12.5",
"version": "7.12.6",
"private": true,
"license": "MIT",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.12.1",
"version": "7.12.6",
"description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.12.5",
"version": "7.12.6",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",