Skip to content

Commit 74181cf

Browse files
committed
v7.26.5
1 parent 3e8a68e commit 74181cf

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

eslint/babel-eslint-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/eslint-parser",
3-
"version": "7.25.9",
3+
"version": "7.26.5",
44
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel",
3-
"version": "7.26.4",
3+
"version": "7.26.5",
44
"version_babel8": "8.0.0-alpha.14",
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.26.3",
3+
"version": "7.26.5",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "The compat-data to determine required Babel plugins",

packages/babel-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/generator",
3-
"version": "7.26.3",
3+
"version": "7.26.5",
44
"description": "Turns an AST into code.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

packages/babel-helper-compilation-targets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-compilation-targets",
3-
"version": "7.25.9",
3+
"version": "7.26.5",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Helper functions on Babel compilation targets",

packages/babel-helper-plugin-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-plugin-utils",
3-
"version": "7.25.9",
3+
"version": "7.26.5",
44
"description": "General utilities for plugins to use",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",

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.25.9",
3+
"version": "7.26.5",
44
"description": "Helper function to replace supers",
55
"repository": {
66
"type": "git",

packages/babel-helper-transform-fixture-test-runner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-transform-fixture-test-runner",
3-
"version": "7.26.4",
3+
"version": "7.26.5",
44
"description": "Transform test runner for @babel/helper-fixtures module",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",

packages/babel-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/parser",
3-
"version": "7.26.3",
3+
"version": "7.26.5",
44
"description": "A JavaScript parser",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-parser",

packages/babel-plugin-transform-block-scoped-functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-block-scoped-functions",
3-
"version": "7.25.9",
3+
"version": "7.26.5",
44
"description": "Babel plugin to ensure function declarations at the block level are block scoped",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-flow-comments/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-flow-comments",
3-
"version": "7.25.9",
3+
"version": "7.26.5",
44
"description": "Turn flow type annotations into comments",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-flow-strip-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-flow-strip-types",
3-
"version": "7.25.9",
3+
"version": "7.26.5",
44
"description": "Strip flow type annotations from your output code.",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-nullish-coalescing-operator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-nullish-coalescing-operator",
3-
"version": "7.25.9",
3+
"version": "7.26.5",
44
"description": "Remove nullish coalescing operator",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-typescript",
3-
"version": "7.26.3",
3+
"version": "7.26.5",
44
"description": "Transform TypeScript into ES.next",
55
"repository": {
66
"type": "git",

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.26.4",
3+
"version": "7.26.5",
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.26.4",
3+
"version": "7.26.5",
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",

packages/babel-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/types",
3-
"version": "7.26.3",
3+
"version": "7.26.5",
44
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-types",

0 commit comments

Comments
 (0)