Skip to content

Commit e88bef0

Browse files
committed
v7.20.8
1 parent 1cbbbdd commit e88bef0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel",
3-
"version": "7.20.7",
3+
"version": "7.20.8",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {

packages/babel-plugin-transform-block-scoping/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-block-scoping",
3-
"version": "7.20.7",
3+
"version": "7.20.8",
44
"description": "Compile ES2015 block scoping (const and let) to ES5",
55
"repository": {
66
"type": "git",

packages/babel-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/standalone",
3-
"version": "7.20.7",
3+
"version": "7.20.8",
44
"description": "Standalone build of Babel for use in non-Node.js environments.",
55
"main": "./babel.js",
66
"files": [

packages/babel-traverse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/traverse",
3-
"version": "7.20.7",
3+
"version": "7.20.8",
44
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-traverse",

0 commit comments

Comments
 (0)