Skip to content

Commit 183db7b

Browse files
committed
v7.29.3
1 parent 9bc522a commit 183db7b

11 files changed

Lines changed: 11 additions & 11 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.29.2",
3+
"version": "7.29.3",
44
"version_babel8": "8.0.0-beta.3",
55
"private": true,
66
"type": "commonjs",

packages/babel-compat-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/compat-data",
3-
"version": "7.29.0",
3+
"version": "7.29.3",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "The compat-data to determine required Babel plugins",

packages/babel-helper-create-class-features-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-create-class-features-plugin",
3-
"version": "7.28.6",
3+
"version": "7.29.3",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Compile class public and private fields, private methods and decorators to ES6",

packages/babel-helper-import-to-platform-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-import-to-platform-api",
3-
"version": "7.28.6",
3+
"version": "7.29.3",
44
"description": "Helper function to transform import statements to platform-specific APIs",
55
"repository": {
66
"type": "git",

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.29.2",
3+
"version": "7.29.3",
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-bugfix-safari-rest-destructuring-rhs-array/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-bugfix-safari-rest-destructuring-rhs-array",
3-
"version": "8.0.0-rc.1",
3+
"version": "7.29.3",
44
"description": "Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results",
55
"repository": {
66
"type": "git",

packages/babel-plugin-proposal-import-wasm-source/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-import-wasm-source",
3-
"version": "7.28.6",
3+
"version": "7.29.3",
44
"description": "Transform source phase imports (`import source ... from '...'`) to work in browsers and Node.js, assuming that the imported source is a WebAssembly module.",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-json-modules/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-json-modules",
3-
"version": "7.29.0",
3+
"version": "7.29.3",
44
"description": "Transform json modules imports (`import '...' with { type: 'json' }`) to work in browsers and Node.js.",
55
"repository": {
66
"type": "git",

packages/babel-preset-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/preset-env",
3-
"version": "7.29.2",
3+
"version": "7.29.3",
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-register/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/register",
3-
"version": "7.28.6",
3+
"version": "7.29.3",
44
"description": "babel require hook",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)