Skip to content

Commit 0e6dfdd

Browse files
committed
fix: update growthbook
1 parent 1d0a7c6 commit 0e6dfdd

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.pnpmfile.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function switchDependency(pkg, dep, newDep) {
66

77
function readPackage(pkg) {
88
if (pkg.dependencies) {
9-
switchDependency(pkg, '@growthbook/growthbook', 'https://gitpkg.now.sh/dailydotdev/growthbook/packages/sdk-js?b8f31f9e80879fe2bcc42b275087b50e1357f1cb');
9+
switchDependency(pkg, '@growthbook/growthbook', 'https://gitpkg.now.sh/dailydotdev/growthbook/packages/sdk-js?e354fcf41b2b3f67590294a0e2cdfb56044d7a1e');
1010
}
1111
return pkg
1212
}

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"typescript": "5.6.3"
101101
},
102102
"dependencies": {
103-
"@growthbook/growthbook": "https://gitpkg.now.sh/dailydotdev/growthbook/packages/sdk-js?b8f31f9e80879fe2bcc42b275087b50e1357f1cb",
103+
"@growthbook/growthbook": "https://gitpkg.now.sh/dailydotdev/growthbook/packages/sdk-js?e354fcf41b2b3f67590294a0e2cdfb56044d7a1e",
104104
"@growthbook/growthbook-react": "^0.17.0",
105105
"@marsidev/react-turnstile": "^1.1.0",
106106
"@paddle/paddle-js": "^1.3.2",

pnpm-lock.yaml

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)