Skip to content

Commit

Permalink
v7.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Sep 17, 2021
1 parent a815d7d commit 8d0294e
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion eslint/babel-eslint-parser/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.15.6",
"version": "7.15.7",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-helper-module-transforms/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-validator-identifier/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8d0294e

Please sign in to comment.