v7.12.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/core",
|
||||
"version": "7.12.1",
|
||||
"version": "7.12.3",
|
||||
"description": "Babel compiler core.",
|
||||
"main": "lib/index.js",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
@@ -47,7 +47,7 @@
|
||||
"@babel/generator": "workspace:^7.12.1",
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.1",
|
||||
"@babel/helpers": "workspace:^7.12.1",
|
||||
"@babel/parser": "workspace:^7.12.1",
|
||||
"@babel/parser": "workspace:^7.12.3",
|
||||
"@babel/template": "workspace:^7.10.4",
|
||||
"@babel/traverse": "workspace:^7.12.1",
|
||||
"@babel/types": "workspace:^7.12.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-wrap-function",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.3",
|
||||
"description": "Helper to wrap functions inside a function call.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.12.2",
|
||||
"version": "7.12.3",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.12.2",
|
||||
"version": "7.12.3",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "babel.js",
|
||||
"files": [
|
||||
@@ -8,7 +8,7 @@
|
||||
"babel.min.js"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:^7.12.1",
|
||||
"@babel/core": "workspace:^7.12.3",
|
||||
"@babel/plugin-external-helpers": "workspace:^7.12.1",
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.1",
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.12.1",
|
||||
|
||||
Reference in New Issue
Block a user