v7.15.7
This commit is contained in:
parent
a815d7dd10
commit
8d0294edf8
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/eslint-parser",
|
||||
"version": "7.15.4",
|
||||
"version": "7.15.7",
|
||||
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel",
|
||||
"version": "7.15.6",
|
||||
"version": "7.15.7",
|
||||
"private": true,
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/cli",
|
||||
"version": "7.15.4",
|
||||
"version": "7.15.7",
|
||||
"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/helper-module-transforms",
|
||||
"version": "7.15.4",
|
||||
"version": "7.15.7",
|
||||
"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",
|
||||
@ -19,10 +19,10 @@
|
||||
"@babel/helper-replace-supers": "workspace:^7.15.4",
|
||||
"@babel/helper-simple-access": "workspace:^7.15.4",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.15.4",
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.9",
|
||||
"@babel/helper-validator-identifier": "workspace:^7.15.7",
|
||||
"@babel/template": "workspace:^7.15.4",
|
||||
"@babel/traverse": "workspace:^7.15.4",
|
||||
"@babel/types": "workspace:^7.15.4"
|
||||
"@babel/types": "workspace:^7.15.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-transform-fixture-test-runner",
|
||||
"version": "7.15.6",
|
||||
"version": "7.15.7",
|
||||
"description": "Transform test runner for @babel/helper-fixtures module",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-validator-identifier",
|
||||
"version": "7.14.9",
|
||||
"version": "7.15.7",
|
||||
"description": "Validate identifier/keywords name",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.15.6",
|
||||
"version": "7.15.7",
|
||||
"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/standalone",
|
||||
"version": "7.15.6",
|
||||
"version": "7.15.7",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "./babel.js",
|
||||
"files": [
|
||||
|
||||
@ -679,10 +679,10 @@ __metadata:
|
||||
"@babel/helper-replace-supers": "workspace:^7.15.4"
|
||||
"@babel/helper-simple-access": "workspace:^7.15.4"
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.15.4"
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.9"
|
||||
"@babel/helper-validator-identifier": "workspace:^7.15.7"
|
||||
"@babel/template": "workspace:^7.15.4"
|
||||
"@babel/traverse": "workspace:^7.15.4"
|
||||
"@babel/types": "workspace:^7.15.4"
|
||||
"@babel/types": "workspace:^7.15.6"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -871,7 +871,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-validator-identifier@workspace:*, @babel/helper-validator-identifier@workspace:^7.14.5, @babel/helper-validator-identifier@workspace:^7.14.9, @babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier":
|
||||
"@babel/helper-validator-identifier@workspace:*, @babel/helper-validator-identifier@workspace:^7.14.5, @babel/helper-validator-identifier@workspace:^7.14.9, @babel/helper-validator-identifier@workspace:^7.15.7, @babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier"
|
||||
dependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user