v7.14.8
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/cli",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.8",
|
||||
"description": "Babel command line.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-cli",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/core",
|
||||
"version": "7.14.6",
|
||||
"version": "7.14.8",
|
||||
"description": "Babel compiler core.",
|
||||
"main": "./lib/index.js",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
@@ -49,14 +49,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.14.5",
|
||||
"@babel/generator": "workspace:^7.14.5",
|
||||
"@babel/generator": "workspace:^7.14.8",
|
||||
"@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.6",
|
||||
"@babel/parser": "workspace:^7.14.6",
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.8",
|
||||
"@babel/helpers": "workspace:^7.14.8",
|
||||
"@babel/parser": "workspace:^7.14.8",
|
||||
"@babel/template": "workspace:^7.14.5",
|
||||
"@babel/traverse": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5",
|
||||
"@babel/traverse": "workspace:^7.14.8",
|
||||
"@babel/types": "workspace:^7.14.8",
|
||||
"convert-source-map": "^1.7.0",
|
||||
"debug": "^4.1.0",
|
||||
"gensync": "^1.0.0-beta.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/generator",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.8",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
@@ -19,7 +19,7 @@
|
||||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.8",
|
||||
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
|
||||
"source-map": "^0.5.0"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-create-class-features-plugin",
|
||||
"version": "7.14.6",
|
||||
"version": "7.14.8",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
||||
@@ -20,7 +20,7 @@
|
||||
"dependencies": {
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
|
||||
"@babel/helper-function-name": "workspace:^7.14.5",
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.14.5",
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.14.7",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.14.5",
|
||||
"@babel/helper-replace-supers": "workspace:^7.14.5",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-module-transforms",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.8",
|
||||
"description": "Babel helper functions for implementing ES6 module transformations",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
|
||||
@@ -17,12 +17,12 @@
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "workspace:^7.14.5",
|
||||
"@babel/helper-replace-supers": "workspace:^7.14.5",
|
||||
"@babel/helper-simple-access": "workspace:^7.14.5",
|
||||
"@babel/helper-simple-access": "workspace:^7.14.8",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5",
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.5",
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.8",
|
||||
"@babel/template": "workspace:^7.14.5",
|
||||
"@babel/traverse": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
"@babel/traverse": "workspace:^7.14.8",
|
||||
"@babel/types": "workspace:^7.14.8"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-simple-access",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.8",
|
||||
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
|
||||
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
"@babel/types": "workspace:^7.14.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "workspace:*"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-validator-identifier",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.8",
|
||||
"description": "Validate identifier/keywords name",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helpers",
|
||||
"version": "7.14.6",
|
||||
"version": "7.14.8",
|
||||
"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",
|
||||
@@ -16,8 +16,8 @@
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/template": "workspace:^7.14.5",
|
||||
"@babel/traverse": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
"@babel/traverse": "workspace:^7.14.8",
|
||||
"@babel/types": "workspace:^7.14.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.14.7",
|
||||
"version": "7.14.8",
|
||||
"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-proposal-pipeline-operator",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.8",
|
||||
"description": "Transform pipeline operator into call expressions",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/preset-env",
|
||||
"version": "7.14.7",
|
||||
"version": "7.14.8",
|
||||
"description": "A Babel preset for each environment.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
|
||||
@@ -83,7 +83,7 @@
|
||||
"@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-unicode-regex": "workspace:^7.14.5",
|
||||
"@babel/preset-modules": "^0.1.4",
|
||||
"@babel/types": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.8",
|
||||
"babel-plugin-polyfill-corejs2": "^0.2.2",
|
||||
"babel-plugin-polyfill-corejs3": "^0.2.2",
|
||||
"babel-plugin-polyfill-regenerator": "^0.2.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime-corejs2",
|
||||
"version": "7.14.6",
|
||||
"version": "7.14.8",
|
||||
"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.7",
|
||||
"version": "7.14.8",
|
||||
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime",
|
||||
"version": "7.14.6",
|
||||
"version": "7.14.8",
|
||||
"description": "babel's modular runtime helpers",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.14.7",
|
||||
"version": "7.14.8",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "./babel.js",
|
||||
"files": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/traverse",
|
||||
"version": "7.14.7",
|
||||
"version": "7.14.8",
|
||||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
|
||||
@@ -17,12 +17,12 @@
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.14.5",
|
||||
"@babel/generator": "workspace:^7.14.5",
|
||||
"@babel/generator": "workspace:^7.14.8",
|
||||
"@babel/helper-function-name": "workspace:^7.14.5",
|
||||
"@babel/helper-hoist-variables": "workspace:^7.14.5",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5",
|
||||
"@babel/parser": "workspace:^7.14.7",
|
||||
"@babel/types": "workspace:^7.14.5",
|
||||
"@babel/parser": "workspace:^7.14.8",
|
||||
"@babel/types": "workspace:^7.14.8",
|
||||
"debug": "^4.1.0",
|
||||
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/types",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.8",
|
||||
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-types",
|
||||
@@ -24,7 +24,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.5",
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.8",
|
||||
"to-fast-properties": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user