Skip to content

Commit

Permalink
fix(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 29, 2024
1 parent be93e94 commit 6944843
Show file tree
Hide file tree
Showing 14 changed files with 481 additions and 456 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"homepage": "https://github.com/tdeekens/flopflip#readme",
"dependencies": {
"@babel/cli": "7.24.8",
"@babel/core": "7.24.8",
"@babel/core": "7.24.9",
"@babel/plugin-external-helpers": "7.24.7",
"@babel/plugin-proposal-export-default-from": "7.24.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
Expand All @@ -51,11 +51,11 @@
"@babel/plugin-transform-optional-chaining": "7.24.8",
"@babel/plugin-transform-private-methods": "7.24.7",
"@babel/plugin-transform-private-property-in-object": "7.24.7",
"@babel/plugin-transform-react-constant-elements": "7.24.7",
"@babel/plugin-transform-react-constant-elements": "7.25.1",
"@babel/plugin-transform-regenerator": "7.24.7",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.24.8",
"@babel/preset-env": "7.25.0",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@biomejs/biome": "1.8.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"types"
],
"dependencies": {
"@babel/runtime": "7.24.8",
"@babel/runtime": "7.25.0",
"@flopflip/types": "workspace:*",
"globalthis": "1.0.4",
"lodash": "4.17.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/combine-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.8",
"@babel/runtime": "7.25.0",
"@flopflip/adapter-utilities": "workspace:*",
"@flopflip/types": "workspace:*",
"mitt": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.8",
"@babel/runtime": "7.25.0",
"@flopflip/adapter-utilities": "workspace:*",
"@flopflip/cache": "workspace:*",
"@flopflip/localstorage-cache": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/http-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.8",
"@babel/runtime": "7.25.0",
"@flopflip/adapter-utilities": "workspace:*",
"@flopflip/cache": "workspace:*",
"@flopflip/localstorage-cache": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/launchdarkly-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"globalthis": "1.0.4"
},
"dependencies": {
"@babel/runtime": "7.24.8",
"@babel/runtime": "7.25.0",
"@flopflip/adapter-utilities": "workspace:*",
"@flopflip/cache": "workspace:*",
"@flopflip/localstorage-cache": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/localstorage-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.8",
"@babel/runtime": "7.25.0",
"@flopflip/adapter-utilities": "workspace:*",
"@flopflip/localstorage-cache": "workspace:*",
"@flopflip/types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/memory-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"client"
],
"dependencies": {
"@babel/runtime": "7.24.8",
"@babel/runtime": "7.25.0",
"@flopflip/adapter-utilities": "workspace:*",
"@flopflip/types": "workspace:*",
"mitt": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-broadcast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react-dom": "^16.8 || ^17.0 || ^18.0.0"
},
"dependencies": {
"@babel/runtime": "7.24.8",
"@babel/runtime": "7.25.0",
"@flopflip/react": "workspace:*",
"@flopflip/types": "workspace:*",
"use-sync-external-store": "1.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"redux": "4.2.1"
},
"dependencies": {
"@babel/runtime": "7.24.8",
"@babel/runtime": "7.25.0",
"@flopflip/react": "workspace:*",
"@flopflip/types": "workspace:*",
"@types/react": "18.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": "^16.8 || ^17.0 || ^18.0.0"
},
"dependencies": {
"@babel/runtime": "7.24.8",
"@babel/runtime": "7.25.0",
"@flopflip/cache": "workspace:*",
"@flopflip/types": "workspace:*",
"@types/react-is": "17.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/splitio-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"globalthis": "1.0.4"
},
"dependencies": {
"@babel/runtime": "7.24.8",
"@babel/runtime": "7.25.0",
"@flopflip/adapter-utilities": "workspace:*",
"@flopflip/types": "workspace:*",
"@splitsoftware/splitio": "10.27.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"types"
],
"dependencies": {
"@babel/runtime": "7.24.8",
"@babel/runtime": "7.25.0",
"@flopflip/memory-adapter": "workspace:*",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
Expand Down
Loading

0 comments on commit 6944843

Please sign in to comment.