Skip to content

Commit 2d95140

Browse files
committed
v7.26.7
1 parent 0e6199b commit 2d95140

File tree

15 files changed

+15
-15
lines changed

15 files changed

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

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.26.0",
3+
"version": "7.26.7",
44
"description": "Babel compiler core.",
55
"main": "./lib/index.js",
66
"author": "The Babel Team (https://babel.dev/team)",

packages/babel-helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helpers",
3-
"version": "7.26.0",
3+
"version": "7.26.7",
44
"description": "Collection of helper functions used by Babel transforms.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-helpers",

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.5",
3+
"version": "7.26.7",
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-proposal-pipeline-operator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-pipeline-operator",
3-
"version": "7.25.9",
3+
"version": "7.26.7",
44
"description": "Transform pipeline operator into call expressions",
55
"repository": {
66
"type": "git",

packages/babel-plugin-syntax-pipeline-operator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-syntax-pipeline-operator",
3-
"version": "7.25.9",
3+
"version": "7.26.7",
44
"description": "Allow parsing of the pipeline operator",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-typeof-symbol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-typeof-symbol",
3-
"version": "7.25.9",
3+
"version": "7.26.7",
44
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
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.5",
3+
"version": "7.26.7",
44
"description": "Transform TypeScript into ES.next",
55
"repository": {
66
"type": "git",

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.26.0",
3+
"version": "7.26.7",
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-runtime-corejs2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/runtime-corejs2",
3-
"version": "7.26.0",
3+
"version": "7.26.7",
44
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
55
"license": "MIT",
66
"publishConfig": {

packages/babel-runtime-corejs3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/runtime-corejs3",
3-
"version": "7.26.0",
3+
"version": "7.26.7",
44
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
55
"license": "MIT",
66
"publishConfig": {

packages/babel-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/runtime",
3-
"version": "7.26.0",
3+
"version": "7.26.7",
44
"description": "babel's modular runtime helpers",
55
"license": "MIT",
66
"publishConfig": {

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.6",
3+
"version": "7.26.7",
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.5",
3+
"version": "7.26.7",
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.5",
3+
"version": "7.26.7",
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)