Skip to content

Commit

Permalink
chore: to update flopflip (#3476)
Browse files Browse the repository at this point in the history
* chore: to update flopflip

* Create healthy-mangos-kiss.md
  • Loading branch information
tdeekens authored Apr 4, 2024
1 parent 2067c4c commit f2cec38
Show file tree
Hide file tree
Showing 7 changed files with 129 additions and 121 deletions.
8 changes: 8 additions & 0 deletions .changeset/healthy-mangos-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@commercetools-frontend/application-components": patch
"@commercetools-frontend/application-shell": patch
"@commercetools-local/playground": patch
"@commercetools-local/visual-testing-app": patch
---

Update flopflip
2 changes: 1 addition & 1 deletion packages/application-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@commercetools-uikit/utils": "^19.0.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@flopflip/react-broadcast": "13.4.1",
"@flopflip/react-broadcast": "13.5.2",
"@react-hook/latest": "1.0.3",
"@react-hook/resize-observer": "1.2.6",
"@types/history": "^4.7.11",
Expand Down
12 changes: 6 additions & 6 deletions packages/application-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
"@commercetools-uikit/text": "^19.0.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@flopflip/combine-adapters": "13.4.1",
"@flopflip/http-adapter": "13.4.1",
"@flopflip/launchdarkly-adapter": "13.4.1",
"@flopflip/memory-adapter": "13.4.1",
"@flopflip/react-broadcast": "13.4.1",
"@flopflip/types": "13.4.1",
"@flopflip/combine-adapters": "13.5.2",
"@flopflip/http-adapter": "13.5.2",
"@flopflip/launchdarkly-adapter": "13.5.2",
"@flopflip/memory-adapter": "13.5.2",
"@flopflip/react-broadcast": "13.5.2",
"@flopflip/types": "13.5.2",
"@reduxjs/toolkit": "1.9.7",
"@types/common-tags": "^1.8.2",
"@types/history": "^4.7.11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export const SetupFlopFlipProvider = (props: TSetupFlopFlipProviderProps) => {
const response = await apolloClient.query<TAllFeaturesQuery>({
query: AllFeaturesQuery,
errorPolicy: 'ignore',
fetchPolicy: 'network-only',
context: {
target: GRAPHQL_TARGETS.MERCHANT_CENTER_BACKEND,
},
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@commercetools-uikit/spacings": "19.0.0",
"@commercetools-uikit/text": "19.0.0",
"@emotion/react": "^11.11.4",
"@flopflip/react-broadcast": "13.4.1",
"@flopflip/react-broadcast": "13.5.2",
"apollo-link-rest": "^0.9.0",
"graphql": "16.8.1",
"graphql-anywhere": "^4.2.8",
Expand Down
Loading

0 comments on commit f2cec38

Please sign in to comment.