Skip to content

Commit 7d06930

Browse files
committed
v7.27.4
1 parent 05f28c8 commit 7d06930

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel",
3-
"version": "7.27.3",
3+
"version": "7.27.4",
44
"version_babel8": "8.0.0-alpha.17",
55
"private": true,
66
"type": "commonjs",

packages/babel-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.27.3",
3+
"version": "7.27.4",
44
"description": "Babel compiler core.",
55
"main": "./lib/index.js",
66
"author": "The Babel Team (https://babel.dev/team)",

packages/babel-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helpers",
3-
"version": "7.27.3",
3+
"version": "7.27.4",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/parser",
3-
"version": "7.27.3",
3+
"version": "7.27.4",
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-explicit-resource-management/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-explicit-resource-management",
3-
"version": "7.27.3",
3+
"version": "7.27.4",
44
"description": "Compile `using` declarations to ES2015",
55
"repository": {
66
"type": "git",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@babel/plugin-transform-regenerator",
33
"author": "The Babel Team (https://babel.dev/team)",
44
"description": "Explode async and generator functions into a state machine.",
5-
"version": "7.27.1",
5+
"version": "7.27.4",
66
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-regenerator",
77
"repository": {
88
"type": "git",

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

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

packages/babel-runtime-corejs2/package.json

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

packages/babel-runtime-corejs3/package.json

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

packages/babel-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/runtime",
3-
"version": "7.27.3",
3+
"version": "7.27.4",
44
"description": "babel's modular runtime helpers",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)