Skip to content

Commit

Permalink
bump version for eval and edge (#2638)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-fitzsimons committed Jun 12, 2024
1 parent 0b56867 commit 13cd6f8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/back-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@google-cloud/bigquery": "5",
"@google-cloud/storage": "^5.20.5",
"@growthbook/growthbook": "^1.0.1",
"@growthbook/proxy-eval": "^1.0.2",
"@growthbook/proxy-eval": "^1.0.3",
"@octokit/auth-app": "^6.0.1",
"@octokit/core": "^5.0.2",
"@octokit/oauth-methods": "^4.0.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"version": "0.1.10",
"version": "0.1.11",
"capabilities": [
"looseUnmarshalling",
"encryption",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"version": "0.1.4",
"version": "0.1.5",
"capabilities": [
"looseUnmarshalling",
"encryption",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"version": "0.0.5",
"version": "0.0.6",
"capabilities": [
"looseUnmarshalling",
"encryption",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"version": "0.1.3",
"version": "0.1.4",
"capabilities": [
"looseUnmarshalling",
"encryption",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3701,17 +3701,12 @@
teeny-request "^9.0.0"
uuid "^8.0.0"

"@growthbook/growthbook@^0.34.0":
version "1.0.0"
dependencies:
dom-mutator "^0.6.0"

"@growthbook/proxy-eval@^1.0.2":
version "1.0.2"
resolved "https://registry.npmjs.org/@growthbook/proxy-eval/-/proxy-eval-1.0.2.tgz"
integrity sha512-2VSFhQ0VJSQuYGCw0c1OQCdVrtdD/6vMvtmxR9bB2WwSNJ6ITdCI/mmwE83MiUlKLBoRAkACI/xyOJFbTmqt7Q==
"@growthbook/proxy-eval@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@growthbook/proxy-eval/-/proxy-eval-1.0.3.tgz#0edd196ed1163782e14da18eabf9914016f6fc53"
integrity sha512-cZo8vXmixQITbEIQb1j+uLIAoFZROJ9MGgGHG6HgsrEXH0xiF90qcGHwrK6hzctf/Oj5f3uES3zUcUR36WsLpQ==
dependencies:
"@growthbook/growthbook" "^0.34.0"
"@growthbook/growthbook" "^1.0.1"

"@grpc/grpc-js@^1.7.1":
version "1.8.17"
Expand Down

0 comments on commit 13cd6f8

Please sign in to comment.