Skip to content

Commit

Permalink
v7.22.9
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Jul 12, 2023
1 parent 476f633 commit 24ce62a
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion eslint/babel-eslint-config-internal/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-config-internal",
"version": "7.20.13",
"version": "7.22.9",
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
"private": true,
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion eslint/babel-eslint-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-parser",
"version": "7.22.7",
"version": "7.22.9",
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.22.8",
"version": "7.22.9",
"version_babel8": "8.0.0-alpha",
"private": true,
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.22.6",
"version": "7.22.9",
"description": "Babel command line.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compat-data/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/compat-data",
"version": "7.22.6",
"version": "7.22.9",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.22.8",
"version": "7.22.9",
"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-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.22.7",
"version": "7.22.9",
"description": "Turns an AST into code.",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
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.22.6",
"version": "7.22.9",
"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.6",
"version": "7.22.9",
"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.6",
"version": "7.22.9",
"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-fixtures/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-fixtures",
"version": "7.22.6",
"version": "7.22.9",
"description": "Helper function to support fixtures",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
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.5",
"version": "7.22.9",
"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
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-remap-async-to-generator",
"version": "7.22.5",
"version": "7.22.9",
"description": "Helper function to remap async functions to generators",
"repository": {
"type": "git",
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.22.5",
"version": "7.22.9",
"description": "Helper function to replace supers",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-wrap-function/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-wrap-function",
"version": "7.22.5",
"version": "7.22.9",
"description": "Helper to wrap functions inside a function call.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-syntax-decimal/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-decimal",
"version": "7.22.5",
"version": "7.22.9",
"description": "Allow parsing of decimal",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-destructuring-private",
"version": "7.22.5",
"version": "7.22.9",
"description": "Allow parsing of destructuring private fields",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-syntax-module-blocks/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-module-blocks",
"version": "7.22.5",
"version": "7.22.9",
"description": "Allow parsing of JS Module Blocks",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.22.7",
"version": "7.22.9",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-typescript",
"version": "7.22.5",
"version": "7.22.9",
"description": "Transform TypeScript into ES.next",
"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.7",
"version": "7.22.9",
"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.8",
"version": "7.22.9",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "./babel.js",
"files": [
Expand Down

0 comments on commit 24ce62a

Please sign in to comment.