Skip to content

Commit 9f3dfd9

Browse files
committed
v7.22.20
1 parent ad26f90 commit 9f3dfd9

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

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.22.19",
3+
"version": "7.22.20",
44
"version_babel8": "8.0.0-alpha.2",
55
"private": true,
66
"type": "commonjs",

packages/babel-compat-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/compat-data",
3-
"version": "7.22.9",
3+
"version": "7.22.20",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "",

packages/babel-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.22.19",
3+
"version": "7.22.20",
44
"description": "Babel compiler core.",
55
"main": "./lib/index.js",
66
"author": "The Babel Team (https://babel.dev/team)",

packages/babel-helper-environment-visitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-environment-visitor",
3-
"version": "7.22.5",
3+
"version": "7.22.20",
44
"description": "Helper visitor to only visit nodes in the current 'this' context",
55
"repository": {
66
"type": "git",

packages/babel-helper-module-transforms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-module-transforms",
3-
"version": "7.22.19",
3+
"version": "7.22.20",
44
"description": "Babel helper functions for implementing ES6 module transformations",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",

packages/babel-helper-remap-async-to-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-remap-async-to-generator",
3-
"version": "7.22.17",
3+
"version": "7.22.20",
44
"description": "Helper function to remap async functions to generators",
55
"repository": {
66
"type": "git",

packages/babel-helper-replace-supers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-replace-supers",
3-
"version": "7.22.9",
3+
"version": "7.22.20",
44
"description": "Helper function to replace supers",
55
"repository": {
66
"type": "git",

packages/babel-helper-validator-identifier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-validator-identifier",
3-
"version": "7.22.19",
3+
"version": "7.22.20",
44
"description": "Validate identifier/keywords name",
55
"repository": {
66
"type": "git",

packages/babel-helper-wrap-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-wrap-function",
3-
"version": "7.22.17",
3+
"version": "7.22.20",
44
"description": "Helper to wrap functions inside a function call.",
55
"repository": {
66
"type": "git",

packages/babel-highlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/highlight",
3-
"version": "7.22.13",
3+
"version": "7.22.20",
44
"description": "Syntax highlight JavaScript strings for output in terminals.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-highlight",

0 commit comments

Comments
 (0)