v7.14.6
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/core",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.6",
|
||||
"description": "Babel compiler core.",
|
||||
"main": "./lib/index.js",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
@@ -52,8 +52,8 @@
|
||||
"@babel/generator": "workspace:^7.14.5",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.14.5",
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.5",
|
||||
"@babel/helpers": "workspace:^7.14.5",
|
||||
"@babel/parser": "workspace:^7.14.5",
|
||||
"@babel/helpers": "workspace:^7.14.6",
|
||||
"@babel/parser": "workspace:^7.14.6",
|
||||
"@babel/template": "workspace:^7.14.5",
|
||||
"@babel/traverse": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-create-class-features-plugin",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.6",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helpers",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.6",
|
||||
"description": "Collection of helper functions used by Babel transforms.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.6",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-parser",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-spread",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.6",
|
||||
"description": "Compile ES2015 spread to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-typescript",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.6",
|
||||
"description": "Transform TypeScript into ES.next",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -17,7 +17,7 @@
|
||||
"typescript"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.14.5",
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.14.6",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-typescript": "workspace:^7.14.5"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime-corejs2",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.6",
|
||||
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime-corejs3",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.6",
|
||||
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.6",
|
||||
"description": "babel's modular runtime helpers",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.6",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "./babel.js",
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user