Skip to content

Commit

Permalink
Merge pull request #5428 from Sage-Bionetworks/release-502
Browse files Browse the repository at this point in the history
merge release 502 into develop
  • Loading branch information
jay-hodgson committed Jun 13, 2024
2 parents 910dd36 + f94c5b6 commit 274b39a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-transition-group": "2.6.0",
"sass": "^1.63.6",
"spark-md5": "^3.0.2",
"synapse-react-client": "3.2.22",
"synapse-react-client": "3.2.23",
"universal-cookie": "^4.0.4",
"xss": "^1.0.15"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public class SynapseContextJsObject {
public String downloadCartPageUrl;
public boolean isInExperimentalMode;
public boolean utcTime;
public String appId;

@JsOverlay
public static SynapseContextJsObject create(
Expand All @@ -26,6 +27,7 @@ public static SynapseContextJsObject create(
context.isInExperimentalMode = isInExperimentalMode;
context.utcTime = utcTime;
context.downloadCartPageUrl = "/DownloadCart:0";
context.appId = "synapse.org";
return context;
}
}
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,12 @@
react-virtualized-auto-sizer "^1.0.20"
react-window "^1.8.9"

"@sage-bionetworks/[email protected]", "@sage-bionetworks/synapse-types@^0.0.2":
"@sage-bionetworks/[email protected]":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@sage-bionetworks/synapse-types/-/synapse-types-0.0.3.tgz#d00b7d5611b5aed65930646cd04c8384b40c072e"
integrity sha512-7dtSxh3dOw+TsxM93YndVt6RP0m8UEpsT3lQ5DTvnV2SaPx5uzOgb6GB+mkj2DNL9Ys4O22VQccLvBOegpWLKg==

"@sage-bionetworks/synapse-types@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@sage-bionetworks/synapse-types/-/synapse-types-0.0.2.tgz#4190a908a10f10d0cc51e304d6d1d23da41ad64e"
integrity sha512-31MxrIOnJiAUYeXsDsf2J+q9A6nVZt9pWGfG+pYoKC2vZIgUo7L3ToelYEqoufvdgHht+aWq83bnk/+Y4UNoUA==
Expand Down Expand Up @@ -5017,10 +5022,10 @@ svg-path-sdf@^1.1.3:
parse-svg-path "^0.1.2"
svg-path-bounds "^1.0.1"

[email protected].22:
version "3.2.22"
resolved "https://registry.yarnpkg.com/synapse-react-client/-/synapse-react-client-3.2.22.tgz#160e7630010f7e8b046f8c7be23668760e201a08"
integrity sha512-xbeYtlFxBKaidavLmQJ8YOS4Hnx+VA58iu8RlvVXQmSi6OJVVpAgmmrI9/JmGiTI3fdft2Ns0Kdk8X1RJIJtkA==
[email protected].23:
version "3.2.23"
resolved "https://registry.yarnpkg.com/synapse-react-client/-/synapse-react-client-3.2.23.tgz#34460183eadf47f89c7af15570ae69301f3dcc10"
integrity sha512-qIJpuebkuymE8asU5eesIQstdDfGmTBhCxtIsf8NgJT2dsZYHG62SMHN1XgdEw+JXt4mnQwf1RqDOdFl9XkOYA==
dependencies:
"@apidevtools/json-schema-ref-parser" "^9.1.2"
"@brainhubeu/react-carousel" "1.19.26"
Expand All @@ -5042,7 +5047,7 @@ [email protected]:
"@rjsf/validator-ajv8" "5.17.1"
"@sage-bionetworks/markdown-it-container" "4.0.1"
"@sage-bionetworks/react-base-table" "^1.13.4"
"@sage-bionetworks/synapse-types" "0.0.2"
"@sage-bionetworks/synapse-types" "0.0.3"
"@tanstack/query-core" "5.22.2"
"@tanstack/react-query" "5.22.2"
"@tanstack/react-query-devtools" "5.24.0"
Expand Down

0 comments on commit 274b39a

Please sign in to comment.