This commit is contained in:
Babel Bot 2021-08-11 07:11:36 +00:00
parent 9188e9575c
commit a5624ea457
11 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/eslint-config-internal", "name": "@babel/eslint-config-internal",
"version": "7.14.5", "version": "7.15.3",
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.", "description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
"private": true, "private": true,
"main": "./index.js", "main": "./index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel", "name": "babel",
"version": "7.15.2", "version": "7.15.3",
"private": true, "private": true,
"type": "commonjs", "type": "commonjs",
"scripts": { "scripts": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helpers", "name": "@babel/helpers",
"version": "7.14.8", "version": "7.15.3",
"description": "Collection of helper functions used by Babel transforms.", "description": "Collection of helper functions used by Babel transforms.",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"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.14.5", "@babel/template": "workspace:^7.14.5",
"@babel/traverse": "workspace:^7.14.8", "@babel/traverse": "workspace:^7.15.0",
"@babel/types": "workspace:^7.14.8" "@babel/types": "workspace:^7.15.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/parser", "name": "@babel/parser",
"version": "7.15.2", "version": "7.15.3",
"description": "A JavaScript parser", "description": "A JavaScript parser",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-parser", "homepage": "https://babel.dev/docs/en/next/babel-parser",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-block-scoping", "name": "@babel/plugin-transform-block-scoping",
"version": "7.14.5", "version": "7.15.3",
"description": "Compile ES2015 block scoping (const and let) to ES5", "description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/register", "name": "@babel/register",
"version": "7.14.5", "version": "7.15.3",
"description": "babel require hook", "description": "babel require hook",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime-corejs2", "name": "@babel/runtime-corejs2",
"version": "7.14.8", "version": "7.15.3",
"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": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime-corejs3", "name": "@babel/runtime-corejs3",
"version": "7.14.9", "version": "7.15.3",
"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": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime", "name": "@babel/runtime",
"version": "7.14.8", "version": "7.15.3",
"description": "babel's modular runtime helpers", "description": "babel's modular runtime helpers",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/standalone", "name": "@babel/standalone",
"version": "7.15.2", "version": "7.15.3",
"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": [

View File

@ -932,8 +932,8 @@ __metadata:
dependencies: dependencies:
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/template": "workspace:^7.14.5" "@babel/template": "workspace:^7.14.5"
"@babel/traverse": "workspace:^7.14.8" "@babel/traverse": "workspace:^7.15.0"
"@babel/types": "workspace:^7.14.8" "@babel/types": "workspace:^7.15.0"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -3591,7 +3591,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.14.5, @babel/traverse@workspace:^7.14.8, @babel/traverse@workspace:^7.15.0, @babel/traverse@workspace:packages/babel-traverse": "@babel/traverse@workspace:*, @babel/traverse@workspace:^7.14.5, @babel/traverse@workspace:^7.15.0, @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: