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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-10-26 15:07:49 +05:30
committed by GitHub
parent ed74dada27
commit 3bf10537cd
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.9.1",
"@growthbook/growthbook-react": "0.10.0",
"@loadable/component": "5.15.2",
"@reach/router": "1.3.4",
"@sentry/gatsby": "6.19.7",
+16 -16
View File
@@ -445,7 +445,7 @@
"@freecodecamp/react-bootstrap": "0.32.3",
"@freecodecamp/react-calendar-heatmap": "1.0.0",
"@freecodecamp/strip-comments": "3.0.1",
"@growthbook/growthbook-react": "0.9.1",
"@growthbook/growthbook-react": "0.10.0",
"@loadable/component": "5.15.2",
"@reach/router": "1.3.4",
"@sentry/gatsby": "6.19.7",
@@ -3802,19 +3802,19 @@
"license": "0BSD"
},
"node_modules/@growthbook/growthbook": {
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook/-/growthbook-0.18.1.tgz",
"integrity": "sha512-hNNh515lleAUzTch+ezYYVHBteYTIAF1Xxh6+dLJk+BjbhPXUo6X9qNcryIN1b/IMLVnO1ZfE5zbAzVGEQai2w==",
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook/-/growthbook-0.19.0.tgz",
"integrity": "sha512-gJ2B5/HmpRnTgcsbJm77TV7ISd0TySMWjOVCWQ7bL+RU3UadKjqaR8aUc2HIXLy33I1cEMTg7mTZReuc9kQoJQ==",
"engines": {
"node": ">=10"
}
},
"node_modules/@growthbook/growthbook-react": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook-react/-/growthbook-react-0.9.1.tgz",
"integrity": "sha512-b4yaMkcIeYQ+j5wND+wsGHbeV33QJoG6vQc4r/7qTDKmq3QhAyMNuLvfy/bYQ/nWnh5TmZArzQ6IRUGTWKfOGg==",
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook-react/-/growthbook-react-0.10.0.tgz",
"integrity": "sha512-ciLCft3dPR6eHwq3fcJyflsHs/++r2iPvlYQY8+8e1ER9ksjiyFn5XZU4GfhPE59mhctqxaVKPRZ9F/aCYrPcA==",
"dependencies": {
"@growthbook/growthbook": "^0.18.1"
"@growthbook/growthbook": "^0.19.0"
},
"engines": {
"node": ">=10"
@@ -57191,7 +57191,7 @@
"@freecodecamp/react-bootstrap": "0.32.3",
"@freecodecamp/react-calendar-heatmap": "1.0.0",
"@freecodecamp/strip-comments": "3.0.1",
"@growthbook/growthbook-react": "0.9.1",
"@growthbook/growthbook-react": "0.10.0",
"@loadable/component": "5.15.2",
"@reach/router": "1.3.4",
"@sentry/gatsby": "6.19.7",
@@ -57799,16 +57799,16 @@
}
},
"@growthbook/growthbook": {
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook/-/growthbook-0.18.1.tgz",
"integrity": "sha512-hNNh515lleAUzTch+ezYYVHBteYTIAF1Xxh6+dLJk+BjbhPXUo6X9qNcryIN1b/IMLVnO1ZfE5zbAzVGEQai2w=="
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook/-/growthbook-0.19.0.tgz",
"integrity": "sha512-gJ2B5/HmpRnTgcsbJm77TV7ISd0TySMWjOVCWQ7bL+RU3UadKjqaR8aUc2HIXLy33I1cEMTg7mTZReuc9kQoJQ=="
},
"@growthbook/growthbook-react": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook-react/-/growthbook-react-0.9.1.tgz",
"integrity": "sha512-b4yaMkcIeYQ+j5wND+wsGHbeV33QJoG6vQc4r/7qTDKmq3QhAyMNuLvfy/bYQ/nWnh5TmZArzQ6IRUGTWKfOGg==",
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/@growthbook/growthbook-react/-/growthbook-react-0.10.0.tgz",
"integrity": "sha512-ciLCft3dPR6eHwq3fcJyflsHs/++r2iPvlYQY8+8e1ER9ksjiyFn5XZU4GfhPE59mhctqxaVKPRZ9F/aCYrPcA==",
"requires": {
"@growthbook/growthbook": "^0.18.1"
"@growthbook/growthbook": "^0.19.0"
}
},
"@hapi/address": {