Skip to content

Commit 5894d9b

Browse files
fix(deps): update babel monorepo to v7.26.7 (#1987)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0965645 commit 5894d9b

File tree

14 files changed

+449
-385
lines changed

14 files changed

+449
-385
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
},
107107
"dependencies": {
108108
"@babel/cli": "7.26.4",
109-
"@babel/core": "7.26.0",
109+
"@babel/core": "7.26.7",
110110
"@babel/plugin-external-helpers": "7.25.9",
111111
"@babel/plugin-proposal-export-default-from": "7.25.9",
112112
"@babel/plugin-syntax-dynamic-import": "7.8.3",
@@ -123,7 +123,7 @@
123123
"@babel/plugin-transform-regenerator": "7.25.9",
124124
"@babel/plugin-transform-runtime": "7.25.9",
125125
"@babel/polyfill": "7.12.1",
126-
"@babel/preset-env": "7.26.0",
126+
"@babel/preset-env": "7.26.7",
127127
"@babel/preset-react": "7.26.3",
128128
"@babel/preset-typescript": "7.26.0",
129129
"@biomejs/biome": "1.9.4",

packages/adapter-utilities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"types"
2929
],
3030
"dependencies": {
31-
"@babel/runtime": "7.26.0",
31+
"@babel/runtime": "7.26.7",
3232
"@flopflip/types": "workspace:*",
3333
"globalthis": "1.0.4",
3434
"lodash": "4.17.21"

packages/combine-adapters/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"client"
3030
],
3131
"dependencies": {
32-
"@babel/runtime": "7.26.0",
32+
"@babel/runtime": "7.26.7",
3333
"@flopflip/adapter-utilities": "workspace:*",
3434
"@flopflip/types": "workspace:*",
3535
"mitt": "3.0.1",

packages/graphql-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"client"
3030
],
3131
"dependencies": {
32-
"@babel/runtime": "7.26.0",
32+
"@babel/runtime": "7.26.7",
3333
"@flopflip/adapter-utilities": "workspace:*",
3434
"@flopflip/cache": "workspace:*",
3535
"@flopflip/localstorage-cache": "workspace:*",

packages/http-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"client"
3030
],
3131
"dependencies": {
32-
"@babel/runtime": "7.26.0",
32+
"@babel/runtime": "7.26.7",
3333
"@flopflip/adapter-utilities": "workspace:*",
3434
"@flopflip/cache": "workspace:*",
3535
"@flopflip/localstorage-cache": "workspace:*",

packages/launchdarkly-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"globalthis": "1.0.4"
2727
},
2828
"dependencies": {
29-
"@babel/runtime": "7.26.0",
29+
"@babel/runtime": "7.26.7",
3030
"@flopflip/adapter-utilities": "workspace:*",
3131
"@flopflip/cache": "workspace:*",
3232
"@flopflip/localstorage-cache": "workspace:*",

packages/localstorage-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"client"
3030
],
3131
"dependencies": {
32-
"@babel/runtime": "7.26.0",
32+
"@babel/runtime": "7.26.7",
3333
"@flopflip/adapter-utilities": "workspace:*",
3434
"@flopflip/localstorage-cache": "workspace:*",
3535
"@flopflip/types": "workspace:*",

packages/memory-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"client"
3030
],
3131
"dependencies": {
32-
"@babel/runtime": "7.26.0",
32+
"@babel/runtime": "7.26.7",
3333
"@flopflip/adapter-utilities": "workspace:*",
3434
"@flopflip/types": "workspace:*",
3535
"mitt": "3.0.1",

packages/react-broadcast/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"react-dom": "^16.8 || ^17.0 || ^18.0.0"
4242
},
4343
"dependencies": {
44-
"@babel/runtime": "7.26.0",
44+
"@babel/runtime": "7.26.7",
4545
"@flopflip/react": "workspace:*",
4646
"@flopflip/types": "workspace:*",
4747
"use-sync-external-store": "1.4.0"

packages/react-redux/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"redux": "4.2.1"
3838
},
3939
"dependencies": {
40-
"@babel/runtime": "7.26.0",
40+
"@babel/runtime": "7.26.7",
4141
"@flopflip/react": "workspace:*",
4242
"@flopflip/types": "workspace:*",
4343
"@types/react": "18.3.18",

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"react-dom": "^16.8 || ^17.0 || ^18.0.0"
3939
},
4040
"dependencies": {
41-
"@babel/runtime": "7.26.0",
41+
"@babel/runtime": "7.26.7",
4242
"@flopflip/cache": "workspace:*",
4343
"@flopflip/types": "workspace:*",
4444
"@types/react-is": "17.0.7",

packages/splitio-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"globalthis": "1.0.4"
2727
},
2828
"dependencies": {
29-
"@babel/runtime": "7.26.0",
29+
"@babel/runtime": "7.26.7",
3030
"@flopflip/adapter-utilities": "workspace:*",
3131
"@flopflip/types": "workspace:*",
3232
"@splitsoftware/splitio": "10.28.0",

packages/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"types"
1616
],
1717
"dependencies": {
18-
"@babel/runtime": "7.26.0",
18+
"@babel/runtime": "7.26.7",
1919
"@flopflip/memory-adapter": "workspace:*",
2020
"@testing-library/jest-dom": "6.6.3",
2121
"@testing-library/react": "16.1.0",

0 commit comments

Comments
 (0)