v7.13.17
This commit is contained in:
parent
87e35ae5c7
commit
006e2c9393
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel",
|
"name": "babel",
|
||||||
"version": "7.13.16",
|
"version": "7.13.17",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helpers",
|
"name": "@babel/helpers",
|
||||||
"version": "7.13.16",
|
"version": "7.13.17",
|
||||||
"description": "Collection of helper functions used by Babel transforms.",
|
"description": "Collection of helper functions used by Babel transforms.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
|
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
|
||||||
@ -16,8 +16,8 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/template": "workspace:^7.12.13",
|
"@babel/template": "workspace:^7.12.13",
|
||||||
"@babel/traverse": "workspace:^7.13.15",
|
"@babel/traverse": "workspace:^7.13.17",
|
||||||
"@babel/types": "workspace:^7.13.16"
|
"@babel/types": "workspace:^7.13.17"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-destructuring",
|
"name": "@babel/plugin-transform-destructuring",
|
||||||
"version": "7.13.0",
|
"version": "7.13.17",
|
||||||
"description": "Compile ES2015 destructuring to ES5",
|
"description": "Compile ES2015 destructuring to ES5",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime-corejs2",
|
"name": "@babel/runtime-corejs2",
|
||||||
"version": "7.13.16",
|
"version": "7.13.17",
|
||||||
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
|
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime-corejs3",
|
"name": "@babel/runtime-corejs3",
|
||||||
"version": "7.13.16",
|
"version": "7.13.17",
|
||||||
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime",
|
"name": "@babel/runtime",
|
||||||
"version": "7.13.16",
|
"version": "7.13.17",
|
||||||
"description": "babel's modular runtime helpers",
|
"description": "babel's modular runtime helpers",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/standalone",
|
"name": "@babel/standalone",
|
||||||
"version": "7.13.16",
|
"version": "7.13.17",
|
||||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||||
"main": "babel.js",
|
"main": "babel.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/traverse",
|
"name": "@babel/traverse",
|
||||||
"version": "7.13.15",
|
"version": "7.13.17",
|
||||||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
|
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
|
||||||
@ -17,11 +17,11 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "workspace:^7.12.13",
|
"@babel/code-frame": "workspace:^7.12.13",
|
||||||
"@babel/generator": "workspace:^7.13.9",
|
"@babel/generator": "workspace:^7.13.16",
|
||||||
"@babel/helper-function-name": "workspace:^7.12.13",
|
"@babel/helper-function-name": "workspace:^7.12.13",
|
||||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
|
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
|
||||||
"@babel/parser": "workspace:^7.13.15",
|
"@babel/parser": "workspace:^7.13.16",
|
||||||
"@babel/types": "workspace:^7.13.14",
|
"@babel/types": "workspace:^7.13.17",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/types",
|
"name": "@babel/types",
|
||||||
"version": "7.13.16",
|
"version": "7.13.17",
|
||||||
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-types",
|
"homepage": "https://babel.dev/docs/en/next/babel-types",
|
||||||
|
|||||||
18
yarn.lock
18
yarn.lock
@ -320,7 +320,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.13.16, @babel/generator@workspace:^7.13.9, @babel/generator@workspace:packages/babel-generator":
|
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.13.16, @babel/generator@workspace:packages/babel-generator":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/generator@workspace:packages/babel-generator"
|
resolution: "@babel/generator@workspace:packages/babel-generator"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -874,8 +874,8 @@ __metadata:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
"@babel/template": "workspace:^7.12.13"
|
"@babel/template": "workspace:^7.12.13"
|
||||||
"@babel/traverse": "workspace:^7.13.15"
|
"@babel/traverse": "workspace:^7.13.17"
|
||||||
"@babel/types": "workspace:^7.13.16"
|
"@babel/types": "workspace:^7.13.17"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
@ -934,7 +934,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.13.15, @babel/parser@workspace:^7.13.16, @babel/parser@workspace:packages/babel-parser":
|
"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.13.16, @babel/parser@workspace:packages/babel-parser":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/parser@workspace:packages/babel-parser"
|
resolution: "@babel/parser@workspace:packages/babel-parser"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -3449,17 +3449,17 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.12.17, @babel/traverse@workspace:^7.13.0, @babel/traverse@workspace:^7.13.13, @babel/traverse@workspace:^7.13.15, @babel/traverse@workspace:packages/babel-traverse":
|
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.12.17, @babel/traverse@workspace:^7.13.0, @babel/traverse@workspace:^7.13.13, @babel/traverse@workspace:^7.13.15, @babel/traverse@workspace:^7.13.17, @babel/traverse@workspace:packages/babel-traverse":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/traverse@workspace:packages/babel-traverse"
|
resolution: "@babel/traverse@workspace:packages/babel-traverse"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame": "workspace:^7.12.13"
|
"@babel/code-frame": "workspace:^7.12.13"
|
||||||
"@babel/generator": "workspace:^7.13.9"
|
"@babel/generator": "workspace:^7.13.16"
|
||||||
"@babel/helper-function-name": "workspace:^7.12.13"
|
"@babel/helper-function-name": "workspace:^7.12.13"
|
||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
|
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
|
||||||
"@babel/parser": "workspace:^7.13.15"
|
"@babel/parser": "workspace:^7.13.16"
|
||||||
"@babel/types": "workspace:^7.13.14"
|
"@babel/types": "workspace:^7.13.17"
|
||||||
debug: ^4.1.0
|
debug: ^4.1.0
|
||||||
globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
@ -3476,7 +3476,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
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.14, @babel/types@workspace:^7.13.16, @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.14, @babel/types@workspace:^7.13.16, @babel/types@workspace:^7.13.17, @babel/types@workspace:packages/babel-types":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/types@workspace:packages/babel-types"
|
resolution: "@babel/types@workspace:packages/babel-types"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user