Skip to content

Commit

Permalink
v7.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Mar 19, 2024
1 parent f96d8a1 commit 9a4aa55
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.24.1",
"version": "7.24.2",
"version_babel8": "8.0.0-alpha.7",
"private": true,
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-code-frame/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/code-frame",
"version": "7.24.1",
"version": "7.24.2",
"description": "Generate errors that contain a code frame that point to source locations.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-code-frame",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-highlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/highlight",
"version": "7.24.1",
"version": "7.24.2",
"description": "Syntax highlight JavaScript strings for output in terminals.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-highlight",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.24.1",
"version": "7.24.2",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "./babel.js",
"files": [
Expand Down

0 comments on commit 9a4aa55

Please sign in to comment.