Skip to content

Commit 0593941

Browse files
committed
v7.26.8
1 parent 51d50f9 commit 0593941

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
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.26.5",
3+
"version": "7.26.8",
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.7",
3+
"version": "7.26.8",
44
"version_babel8": "8.0.0-alpha.15",
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.5",
3+
"version": "7.26.8",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "The compat-data to determine required Babel plugins",

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

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.5",
3+
"version": "7.26.8",
44
"description": "Turns an AST into code.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

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.7",
3+
"version": "7.26.8",
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-async-generator-functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-async-generator-functions",
3-
"version": "7.25.9",
3+
"version": "7.26.8",
44
"description": "Turn async generator functions into ES2015 generators",
55
"repository": {
66
"type": "git",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-json-modules",
3-
"version": "7.26.0",
3+
"version": "7.26.8",
44
"description": "Transform json modules imports (`import '...' with { type: 'json' }`) to work in browsers and Node.js.",
55
"repository": {
66
"type": "git",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-runtime",
3-
"version": "7.25.9",
3+
"version": "7.26.8",
44
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-template-literals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-template-literals",
3-
"version": "7.25.9",
3+
"version": "7.26.8",
44
"description": "Compile ES2015 template literals to ES5",
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.7",
3+
"version": "7.26.8",
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.7",
3+
"version": "7.26.8",
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.26.7",
3+
"version": "7.26.8",
44
"description": "Standalone build of Babel for use in non-Node.js environments.",
55
"main": "./babel.js",
66
"files": [

packages/babel-template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/template",
3-
"version": "7.25.9",
3+
"version": "7.26.8",
44
"description": "Generate an AST from a string template.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-template",

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