Skip to content

Commit 3f2f0c7

Browse files
fix(deps): update babel monorepo to v7.28.3 (#2057)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea31253 commit 3f2f0c7

File tree

14 files changed

+488
-474
lines changed

14 files changed

+488
-474
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
]
102102
},
103103
"devDependencies": {
104-
"@babel/cli": "7.28.0",
105-
"@babel/core": "7.28.0",
104+
"@babel/cli": "7.28.3",
105+
"@babel/core": "7.28.3",
106106
"@babel/plugin-external-helpers": "7.27.1",
107107
"@babel/plugin-proposal-export-default-from": "7.27.1",
108108
"@babel/plugin-syntax-dynamic-import": "7.8.3",
@@ -116,10 +116,10 @@
116116
"@babel/plugin-transform-private-methods": "7.27.1",
117117
"@babel/plugin-transform-private-property-in-object": "7.27.1",
118118
"@babel/plugin-transform-react-constant-elements": "7.27.1",
119-
"@babel/plugin-transform-regenerator": "7.28.1",
120-
"@babel/plugin-transform-runtime": "7.28.0",
119+
"@babel/plugin-transform-regenerator": "7.28.3",
120+
"@babel/plugin-transform-runtime": "7.28.3",
121121
"@babel/polyfill": "7.12.1",
122-
"@babel/preset-env": "7.28.0",
122+
"@babel/preset-env": "7.28.3",
123123
"@babel/preset-react": "7.27.1",
124124
"@babel/preset-typescript": "7.27.1",
125125
"@biomejs/biome": "2.1.4",

packages/adapter-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"types"
5151
],
5252
"dependencies": {
53-
"@babel/runtime": "7.28.2",
53+
"@babel/runtime": "7.28.3",
5454
"@flopflip/types": "workspace:*",
5555
"globalthis": "1.0.4",
5656
"lodash": "4.17.21"

packages/combine-adapters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"client"
5252
],
5353
"dependencies": {
54-
"@babel/runtime": "7.28.2",
54+
"@babel/runtime": "7.28.3",
5555
"@flopflip/adapter-utilities": "workspace:*",
5656
"@flopflip/types": "workspace:*",
5757
"mitt": "3.0.1",

packages/graphql-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"client"
5252
],
5353
"dependencies": {
54-
"@babel/runtime": "7.28.2",
54+
"@babel/runtime": "7.28.3",
5555
"@flopflip/adapter-utilities": "workspace:*",
5656
"@flopflip/cache": "workspace:*",
5757
"@flopflip/localstorage-cache": "workspace:*",

packages/http-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"client"
5252
],
5353
"dependencies": {
54-
"@babel/runtime": "7.28.2",
54+
"@babel/runtime": "7.28.3",
5555
"@flopflip/adapter-utilities": "workspace:*",
5656
"@flopflip/cache": "workspace:*",
5757
"@flopflip/localstorage-cache": "workspace:*",

packages/launchdarkly-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"tsup": "8.5.0"
5151
},
5252
"dependencies": {
53-
"@babel/runtime": "7.28.2",
53+
"@babel/runtime": "7.28.3",
5454
"@flopflip/adapter-utilities": "workspace:*",
5555
"@flopflip/cache": "workspace:*",
5656
"@flopflip/localstorage-cache": "workspace:*",

packages/localstorage-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"client"
5252
],
5353
"dependencies": {
54-
"@babel/runtime": "7.28.2",
54+
"@babel/runtime": "7.28.3",
5555
"@flopflip/adapter-utilities": "workspace:*",
5656
"@flopflip/localstorage-cache": "workspace:*",
5757
"@flopflip/types": "workspace:*",

packages/memory-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"client"
5252
],
5353
"dependencies": {
54-
"@babel/runtime": "7.28.2",
54+
"@babel/runtime": "7.28.3",
5555
"@flopflip/adapter-utilities": "workspace:*",
5656
"@flopflip/types": "workspace:*",
5757
"mitt": "3.0.1",

packages/react-broadcast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"react-dom": "18.x || 19.x"
6363
},
6464
"dependencies": {
65-
"@babel/runtime": "7.28.2",
65+
"@babel/runtime": "7.28.3",
6666
"@flopflip/react": "workspace:*",
6767
"@flopflip/types": "workspace:*",
6868
"use-sync-external-store": "1.5.0"

packages/react-redux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"tsup": "8.5.0"
5959
},
6060
"dependencies": {
61-
"@babel/runtime": "7.28.2",
61+
"@babel/runtime": "7.28.3",
6262
"@flopflip/react": "workspace:*",
6363
"@flopflip/types": "workspace:*",
6464
"@reduxjs/toolkit": "2.8.2",

0 commit comments

Comments
 (0)