Skip to content

Commit

Permalink
v7.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed May 26, 2023
1 parent 19e89e7 commit ae5f073
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.22.0",
"version": "7.22.1",
"version_babel8": "8.0.0-alpha",
"private": true,
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.22.0",
"version": "7.22.1",
"description": "Babel compiler core.",
"main": "./lib/index.js",
"author": "The Babel Team (https://babel.dev/team)",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-compilation-targets/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-compilation-targets",
"version": "7.21.5",
"version": "7.22.1",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Helper functions on Babel compilation targets",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.22.0",
"version": "7.22.1",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-regexp-features-plugin",
"version": "7.22.0",
"version": "7.22.1",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Compile ESNext Regular Expressions to ES5",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-environment-visitor/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-environment-visitor",
"version": "7.21.5",
"version": "7.22.1",
"description": "Helper visitor to only visit nodes in the current 'this' context",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-module-transforms/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.22.0",
"version": "7.22.1",
"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 Down
2 changes: 1 addition & 1 deletion packages/babel-helper-replace-supers/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-replace-supers",
"version": "7.21.5",
"version": "7.22.1",
"description": "Helper function to replace supers",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.22.0",
"version": "7.22.1",
"description": "Babel command line",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-node",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-record-and-tuple",
"version": "7.18.6",
"version": "7.22.1",
"description": "A transform for Record and Tuple syntax.",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-dynamic-import",
"version": "7.22.0",
"version": "7.22.1",
"description": "Transform import() expressions",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.22.0",
"version": "7.22.1",
"description": "A Babel preset for each environment.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.22.0",
"version": "7.22.1",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "./babel.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-traverse/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/traverse",
"version": "7.22.0",
"version": "7.22.1",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
Expand Down

0 comments on commit ae5f073

Please sign in to comment.