Skip to content

Commit

Permalink
chore: upgrade WS to latest beta (v19)
Browse files Browse the repository at this point in the history
  • Loading branch information
algreasley committed Aug 13, 2024
1 parent d0abfae commit efc1fba
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 78 deletions.
95 changes: 22 additions & 73 deletions packages/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
"dependencies": {
"@adaptive/hydra-platform": "4.57.0",
"@finos/fdc3": "^1.2.0",
"@openfin/core": "36.80.11",
"@openfin/workspace": "18.0.10",
"@openfin/workspace-platform": "18.0.10",
"@openfin/core": "38.82.64",
"@openfin/workspace": "19.1.20",
"@openfin/workspace-platform": "19.1.20",
"@react-rxjs/core": "^0.10.3",
"@react-rxjs/utils": "^0.9.5",
"d3": "7.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ type BuildTarget = "web" | "openfin" | "finsemble"
const localPort = Number(process.env.PORT) || 1917
const showOpenFinProvider = !!process.env.OPENFIN_SHOW_PROVIDER

const OPENFIN_RUNTIME = "36.122.80.11"
const WORKSPACE_OPENFIN_RUNTIME = "36.122.80.11"
const OPENFIN_RUNTIME = "38.126.82.64"
const WORKSPACE_OPENFIN_RUNTIME = "38.126.82.64"

function getBaseUrl(isLocal: boolean) {
return isLocal
Expand Down

0 comments on commit efc1fba

Please sign in to comment.