Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update deps to support node 16 and 18 #1114

Merged
merged 1 commit into from
Jan 24, 2023
Merged

fix: update deps to support node 16 and 18 #1114

merged 1 commit into from
Jan 24, 2023

Conversation

jacobheun
Copy link
Contributor

@jacobheun jacobheun commented Jan 24, 2023

This swaps over the graphql websocket dependency as described at https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws.

I've verified the front end now builds on node 16.x, 18.x, and 19.4, running against my local boost instance.

fixes #753

@dirkmc dirkmc merged commit 5f6d9e4 into main Jan 24, 2023
@dirkmc dirkmc deleted the fix/npm-module branch January 24, 2023 14:25
dirkmc added a commit that referenced this pull request Jan 25, 2023
* chore: docsgen for the latest rc (#1106)

* docs: clarify some language for running a docker devnet (#1109)

* fix: lock docker tempo version (#1113)

* add 2 dashboards from main grafana instance (#1112)

* add 2 dashboards from main grafana instance

* set uid for prometheus datasource

* fix: update deps to support node 16 and 18 (#1114)

* feat: booster-bitswap init - output keyfile path (#1116)

* feat: adjust bitswap verbosity (#1110)

* feat: bitswap bytes sent grafana dashboard (#1117)

* refactor: update tempo version (#1118)

Co-authored-by: Jacob Heun <jacobheun@gmail.com>
Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade from subscriptions-transport-ws to graphql-ws in the react server
2 participants