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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-02-13 17:02:48 +05:30
committed by GitHub
parent 51217a62db
commit 028112f215
2 changed files with 17 additions and 17 deletions
+1 -1
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.11.1",
"@growthbook/growthbook-react": "0.11.2",
"@loadable/component": "5.15.3",
"@reach/router": "1.3.4",
"@sentry/gatsby": "6.19.7",
+16 -16
View File
@@ -441,7 +441,7 @@
"@freecodecamp/react-bootstrap": "0.32.3",
"@freecodecamp/react-calendar-heatmap": "1.0.0",
"@freecodecamp/strip-comments": "3.0.1",
"@growthbook/growthbook-react": "0.11.1",
"@growthbook/growthbook-react": "0.11.2",
"@loadable/component": "5.15.3",
"@reach/router": "1.3.4",
"@sentry/gatsby": "6.19.7",
@@ -3688,19 +3688,19 @@
"license": "0BSD"
},
"node_modules/@growthbook/growthbook": {
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook/-/growthbook-0.21.1.tgz",
"integrity": "sha512-R5A2hnnEdSFCs7YyBGg4MujlwFiFZ43I4OIIjGYCGB+Y/m+9dl6DAR7c3uvtGRgiGqR51KtWrecJKq2mIP25Jg==",
"version": "0.21.2",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook/-/growthbook-0.21.2.tgz",
"integrity": "sha512-kAu6LH02krkS+IxfQbe5mGYfPCGrmw+Cm9N3BChc151anhhVvMd8KS1m+vev6yEPnY606BouxE6a3SuDmmCF4g==",
"engines": {
"node": ">=10"
}
},
"node_modules/@growthbook/growthbook-react": {
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook-react/-/growthbook-react-0.11.1.tgz",
"integrity": "sha512-xVFf5BxgiJkocKHZXE2QfFXX6p+ZFxRGTrDGVWjnD8TwuBgNdqrcIGF0n/bnH3XQ9bSbWEgh7WjI2UqxuTZXaQ==",
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook-react/-/growthbook-react-0.11.2.tgz",
"integrity": "sha512-C2O4F3Sf28vFDM8Bv3xj9wYAeCVm5r2ykGzWjtezrhd2MVc38gFVOz3tIMg79xJiffM50NF7G+qIm4Y664rV8Q==",
"dependencies": {
"@growthbook/growthbook": "^0.21.1"
"@growthbook/growthbook": "^0.21.2"
},
"engines": {
"node": ">=10"
@@ -56276,7 +56276,7 @@
"@freecodecamp/react-bootstrap": "0.32.3",
"@freecodecamp/react-calendar-heatmap": "1.0.0",
"@freecodecamp/strip-comments": "3.0.1",
"@growthbook/growthbook-react": "0.11.1",
"@growthbook/growthbook-react": "0.11.2",
"@loadable/component": "5.15.3",
"@reach/router": "1.3.4",
"@sentry/gatsby": "6.19.7",
@@ -56891,16 +56891,16 @@
}
},
"@growthbook/growthbook": {
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook/-/growthbook-0.21.1.tgz",
"integrity": "sha512-R5A2hnnEdSFCs7YyBGg4MujlwFiFZ43I4OIIjGYCGB+Y/m+9dl6DAR7c3uvtGRgiGqR51KtWrecJKq2mIP25Jg=="
"version": "0.21.2",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook/-/growthbook-0.21.2.tgz",
"integrity": "sha512-kAu6LH02krkS+IxfQbe5mGYfPCGrmw+Cm9N3BChc151anhhVvMd8KS1m+vev6yEPnY606BouxE6a3SuDmmCF4g=="
},
"@growthbook/growthbook-react": {
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook-react/-/growthbook-react-0.11.1.tgz",
"integrity": "sha512-xVFf5BxgiJkocKHZXE2QfFXX6p+ZFxRGTrDGVWjnD8TwuBgNdqrcIGF0n/bnH3XQ9bSbWEgh7WjI2UqxuTZXaQ==",
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook-react/-/growthbook-react-0.11.2.tgz",
"integrity": "sha512-C2O4F3Sf28vFDM8Bv3xj9wYAeCVm5r2ykGzWjtezrhd2MVc38gFVOz3tIMg79xJiffM50NF7G+qIm4Y664rV8Q==",
"requires": {
"@growthbook/growthbook": "^0.21.1"
"@growthbook/growthbook": "^0.21.2"
}
},
"@hapi/address": {