fix(deps): update dependency @growthbook/growthbook-react to v0.11.1 (#49091)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/49250/head^2
renovate[bot] 2023-02-05 12:30:57 +01:00 committed by GitHub
parent 0c2d9ea030
commit bb2dda3fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 11 deletions

View File

@ -48,7 +48,7 @@
"@freecodecamp/react-bootstrap": "0.32.3",
"@freecodecamp/react-calendar-heatmap": "1.0.0",
"@freecodecamp/strip-comments": "3.0.1",
"@growthbook/growthbook-react": "0.10.1",
"@growthbook/growthbook-react": "0.11.1",
"@loadable/component": "5.15.3",
"@reach/router": "1.3.4",
"@sentry/gatsby": "6.19.7",

26
package-lock.json generated
View File

@ -438,7 +438,7 @@
"@freecodecamp/react-bootstrap": "0.32.3",
"@freecodecamp/react-calendar-heatmap": "1.0.0",
"@freecodecamp/strip-comments": "3.0.1",
"@growthbook/growthbook-react": "0.10.1",
"@growthbook/growthbook-react": "0.11.1",
"@loadable/component": "5.15.3",
"@reach/router": "1.3.4",
"@sentry/gatsby": "6.19.7",
@ -3685,17 +3685,19 @@
"license": "0BSD"
},
"node_modules/@growthbook/growthbook": {
"version": "0.20.0",
"license": "MIT",
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook/-/growthbook-0.21.1.tgz",
"integrity": "sha512-R5A2hnnEdSFCs7YyBGg4MujlwFiFZ43I4OIIjGYCGB+Y/m+9dl6DAR7c3uvtGRgiGqR51KtWrecJKq2mIP25Jg==",
"engines": {
"node": ">=10"
}
},
"node_modules/@growthbook/growthbook-react": {
"version": "0.10.1",
"license": "MIT",
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook-react/-/growthbook-react-0.11.1.tgz",
"integrity": "sha512-xVFf5BxgiJkocKHZXE2QfFXX6p+ZFxRGTrDGVWjnD8TwuBgNdqrcIGF0n/bnH3XQ9bSbWEgh7WjI2UqxuTZXaQ==",
"dependencies": {
"@growthbook/growthbook": "^0.20.0"
"@growthbook/growthbook": "^0.21.1"
},
"engines": {
"node": ">=10"
@ -56190,7 +56192,7 @@
"@freecodecamp/react-bootstrap": "0.32.3",
"@freecodecamp/react-calendar-heatmap": "1.0.0",
"@freecodecamp/strip-comments": "3.0.1",
"@growthbook/growthbook-react": "0.10.1",
"@growthbook/growthbook-react": "0.11.1",
"@loadable/component": "5.15.3",
"@reach/router": "1.3.4",
"@sentry/gatsby": "6.19.7",
@ -56805,12 +56807,16 @@
}
},
"@growthbook/growthbook": {
"version": "0.20.0"
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook/-/growthbook-0.21.1.tgz",
"integrity": "sha512-R5A2hnnEdSFCs7YyBGg4MujlwFiFZ43I4OIIjGYCGB+Y/m+9dl6DAR7c3uvtGRgiGqR51KtWrecJKq2mIP25Jg=="
},
"@growthbook/growthbook-react": {
"version": "0.10.1",
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook-react/-/growthbook-react-0.11.1.tgz",
"integrity": "sha512-xVFf5BxgiJkocKHZXE2QfFXX6p+ZFxRGTrDGVWjnD8TwuBgNdqrcIGF0n/bnH3XQ9bSbWEgh7WjI2UqxuTZXaQ==",
"requires": {
"@growthbook/growthbook": "^0.20.0"
"@growthbook/growthbook": "^0.21.1"
}
},
"@hapi/address": {