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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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",

packages/babel-preset-env/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/preset-env",
3-
"version": "7.22.15",
3+
"version": "7.22.20",
44
"description": "A Babel preset for each environment.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",

packages/babel-standalone/package.json

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

packages/babel-traverse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/traverse",
3-
"version": "7.22.19",
3+
"version": "7.22.20",
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)