Upgrade bs-platform to 5.2.1. Upgrade dependencies to fix security warnings. #116
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR beings the process of migrating to v1.2.0 of
urql
! v1.2.0 has very little different when it comes to the bindings itself – the devtools features introduced in that release were later moved into the devtools exchange here: https://github.com/FormidableLabs/urql-devtools-exchange. For that reason, I don't see much point in writing those bindings for this release. Instead, I think we'll want to createbs-urql-devtools-exchange
and use that for future releases. If others feel differently please let me know!The vast majority of changes in this PR are just upgrading depedencies to fix some security warnings and sprucing up some of the examples both code-wise and UI-wise. I'll do a deeper dive into the 1.2.0 release of
urql
to see if there are any other features we're missing and schedule some time to get this out later this week!cc/ @Schmavery @gugahoa