v7.15.5
This commit is contained in:
parent
44388e6e81
commit
e82e43ca33
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel",
|
||||
"version": "7.15.4",
|
||||
"version": "7.15.5",
|
||||
"private": true,
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/core",
|
||||
"version": "7.15.4",
|
||||
"version": "7.15.5",
|
||||
"description": "Babel compiler core.",
|
||||
"main": "./lib/index.js",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
@ -53,7 +53,7 @@
|
||||
"@babel/helper-compilation-targets": "workspace:^7.15.4",
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.4",
|
||||
"@babel/helpers": "workspace:^7.15.4",
|
||||
"@babel/parser": "workspace:^7.15.4",
|
||||
"@babel/parser": "workspace:^7.15.5",
|
||||
"@babel/template": "workspace:^7.15.4",
|
||||
"@babel/traverse": "workspace:^7.15.4",
|
||||
"@babel/types": "workspace:^7.15.4",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.15.4",
|
||||
"version": "7.15.5",
|
||||
"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.4",
|
||||
"version": "7.15.5",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "./babel.js",
|
||||
"files": [
|
||||
|
||||
@ -254,7 +254,7 @@ __metadata:
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.4"
|
||||
"@babel/helper-transform-fixture-test-runner": "workspace:*"
|
||||
"@babel/helpers": "workspace:^7.15.4"
|
||||
"@babel/parser": "workspace:^7.15.4"
|
||||
"@babel/parser": "workspace:^7.15.5"
|
||||
"@babel/plugin-transform-modules-commonjs": "workspace:*"
|
||||
"@babel/template": "workspace:^7.15.4"
|
||||
"@babel/traverse": "workspace:^7.15.4"
|
||||
@ -993,7 +993,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.15.4, @babel/parser@workspace:packages/babel-parser":
|
||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.15.4, @babel/parser@workspace:^7.15.5, @babel/parser@workspace:packages/babel-parser":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/parser@workspace:packages/babel-parser"
|
||||
dependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user