Skip to content

Commit

Permalink
fix(deps): update dependency @growthbook/growthbook-react to v1.2.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 31, 2024
1 parent 8369ee6 commit abf9b7c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-73734e7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@scaleway/use-growthbook': patch
---

Updated dependency `@growthbook/growthbook-react` to `1.2.0`.
2 changes: 1 addition & 1 deletion packages/use-growthbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"feature flags"
],
"dependencies": {
"@growthbook/growthbook-react": "1.1.0"
"@growthbook/growthbook-react": "1.2.0"
},
"devDependencies": {
"react": "18.3.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type TrackingCallback = ComponentProps<
type ErrorCallback = ComponentProps<typeof AbTestProvider>['errorCallback']

describe('AbTestProvider', () => {
const trackingCallback = vi.fn<() => TrackingCallback>()
const trackingCallback = vi.fn<TrackingCallback>()
const errorCallback: ErrorCallback = () => null

it('should init GrowthBook once', () => {
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit abf9b7c

Please sign in to comment.