Skip to content

Commit e9f4d0a

Browse files
fix(deps): update babel monorepo to v7.27.0 (#2018)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ecda122 commit e9f4d0a

File tree

14 files changed

+144
-69
lines changed

14 files changed

+144
-69
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
]
102102
},
103103
"devDependencies": {
104-
"@babel/cli": "7.26.4",
104+
"@babel/cli": "7.27.0",
105105
"@babel/core": "7.26.10",
106106
"@babel/plugin-external-helpers": "7.25.9",
107107
"@babel/plugin-proposal-export-default-from": "7.25.9",
@@ -116,12 +116,12 @@
116116
"@babel/plugin-transform-private-methods": "7.25.9",
117117
"@babel/plugin-transform-private-property-in-object": "7.25.9",
118118
"@babel/plugin-transform-react-constant-elements": "7.25.9",
119-
"@babel/plugin-transform-regenerator": "7.25.9",
119+
"@babel/plugin-transform-regenerator": "7.27.0",
120120
"@babel/plugin-transform-runtime": "7.26.10",
121121
"@babel/polyfill": "7.12.1",
122122
"@babel/preset-env": "7.26.9",
123123
"@babel/preset-react": "7.26.3",
124-
"@babel/preset-typescript": "7.26.0",
124+
"@babel/preset-typescript": "7.27.0",
125125
"@biomejs/biome": "1.9.4",
126126
"@changesets/changelog-github": "0.5.1",
127127
"@changesets/cli": "2.28.1",

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.26.10",
53+
"@babel/runtime": "7.27.0",
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.26.10",
54+
"@babel/runtime": "7.27.0",
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.26.10",
54+
"@babel/runtime": "7.27.0",
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.26.10",
54+
"@babel/runtime": "7.27.0",
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.4.0"
5151
},
5252
"dependencies": {
53-
"@babel/runtime": "7.26.10",
53+
"@babel/runtime": "7.27.0",
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.26.10",
54+
"@babel/runtime": "7.27.0",
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.26.10",
54+
"@babel/runtime": "7.27.0",
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.26.10",
65+
"@babel/runtime": "7.27.0",
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
@@ -59,7 +59,7 @@
5959
"tsup": "8.4.0"
6060
},
6161
"dependencies": {
62-
"@babel/runtime": "7.26.10",
62+
"@babel/runtime": "7.27.0",
6363
"@flopflip/react": "workspace:*",
6464
"@flopflip/types": "workspace:*",
6565
"@types/react": "19.0.12",

0 commit comments

Comments
 (0)