v7.14.1
This commit is contained in:
parent
ef87648f3f
commit
3ecc7919c5
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel",
|
||||
"version": "7.14.0",
|
||||
"version": "7.14.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"type": "commonjs",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/generator",
|
||||
"version": "7.14.0",
|
||||
"version": "7.14.1",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"license": "MIT",
|
||||
@ -19,7 +19,7 @@
|
||||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.14.0",
|
||||
"@babel/types": "workspace:^7.14.1",
|
||||
"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.0",
|
||||
"version": "7.14.1",
|
||||
"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/parser",
|
||||
"version": "7.14.0",
|
||||
"version": "7.14.1",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-parser",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-block-scoping",
|
||||
"version": "7.13.16",
|
||||
"version": "7.14.1",
|
||||
"description": "Compile ES2015 block scoping (const and let) to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/preset-env",
|
||||
"version": "7.14.0",
|
||||
"version": "7.14.1",
|
||||
"description": "A Babel preset for each environment.",
|
||||
"author": "Henry Zhu <hi@henryzoo.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
|
||||
@ -53,7 +53,7 @@
|
||||
"@babel/plugin-transform-arrow-functions": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-async-to-generator": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-block-scoping": "workspace:^7.13.16",
|
||||
"@babel/plugin-transform-block-scoping": "workspace:^7.14.1",
|
||||
"@babel/plugin-transform-classes": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-computed-properties": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-destructuring": "workspace:^7.13.17",
|
||||
@ -83,7 +83,7 @@
|
||||
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13",
|
||||
"@babel/preset-modules": "^0.1.4",
|
||||
"@babel/types": "workspace:^7.14.0",
|
||||
"@babel/types": "workspace:^7.14.1",
|
||||
"babel-plugin-polyfill-corejs2": "^0.2.0",
|
||||
"babel-plugin-polyfill-corejs3": "^0.2.0",
|
||||
"babel-plugin-polyfill-regenerator": "^0.2.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.14.0",
|
||||
"version": "7.14.1",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "babel.js",
|
||||
"files": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/types",
|
||||
"version": "7.14.0",
|
||||
"version": "7.14.1",
|
||||
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-types",
|
||||
|
||||
10
yarn.lock
10
yarn.lock
@ -325,7 +325,7 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/helper-fixtures": "workspace:*"
|
||||
"@babel/parser": "workspace:*"
|
||||
"@babel/types": "workspace:^7.14.0"
|
||||
"@babel/types": "workspace:^7.14.1"
|
||||
"@types/jsesc": ^2.5.0
|
||||
"@types/source-map": ^0.5.0
|
||||
jsesc: "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1"
|
||||
@ -2042,7 +2042,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-block-scoping@workspace:*, @babel/plugin-transform-block-scoping@workspace:^7.13.16, @babel/plugin-transform-block-scoping@workspace:packages/babel-plugin-transform-block-scoping":
|
||||
"@babel/plugin-transform-block-scoping@workspace:*, @babel/plugin-transform-block-scoping@workspace:^7.14.1, @babel/plugin-transform-block-scoping@workspace:packages/babel-plugin-transform-block-scoping":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-block-scoping@workspace:packages/babel-plugin-transform-block-scoping"
|
||||
dependencies:
|
||||
@ -3188,7 +3188,7 @@ __metadata:
|
||||
"@babel/plugin-transform-arrow-functions": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-async-to-generator": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-block-scoping": "workspace:^7.13.16"
|
||||
"@babel/plugin-transform-block-scoping": "workspace:^7.14.1"
|
||||
"@babel/plugin-transform-classes": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-computed-properties": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-destructuring": "workspace:^7.13.17"
|
||||
@ -3218,7 +3218,7 @@ __metadata:
|
||||
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13"
|
||||
"@babel/preset-modules": ^0.1.4
|
||||
"@babel/types": "workspace:^7.14.0"
|
||||
"@babel/types": "workspace:^7.14.1"
|
||||
babel-plugin-polyfill-corejs2: ^0.2.0
|
||||
babel-plugin-polyfill-corejs3: ^0.2.0
|
||||
babel-plugin-polyfill-regenerator: ^0.2.0
|
||||
@ -3561,7 +3561,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:^7.13.16, @babel/types@workspace:^7.14.0, @babel/types@workspace:packages/babel-types":
|
||||
"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:^7.13.16, @babel/types@workspace:^7.14.0, @babel/types@workspace:^7.14.1, @babel/types@workspace:packages/babel-types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/types@workspace:packages/babel-types"
|
||||
dependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user