Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency urql to ^1.9.8 (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 10, 2020
1 parent 2130b26 commit b51ff2f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-dom": "^16.13.1",
"react-is": "^16.13.1",
"sentry-testkit": "^3.2.1",
"urql": "^1.9.7",
"urql": "^1.9.8",
"uuid": "^8.1.0",
"wonka": "^4.0.14"
},
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1777,12 +1777,12 @@
semver "^7.3.2"
tsutils "^3.17.1"

"@urql/core@^1.11.0":
version "1.11.7"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-1.11.7.tgz#ff0c7b613c2a4b2a76c462e1d65b2472142fe8ef"
integrity sha512-0LGOfohIoCmBf66QEV8pdwehJUZkViGZLmwPoHwcZUx1ONgKsGTzjdNBdNnvCzfuaRLlsXj8r7GmO5M6oVKjsg==
"@urql/core@^1.12.0":
version "1.12.0"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-1.12.0.tgz#8a41de01a1a1145e8bea736dfb0ba8574daad8ff"
integrity sha512-OyE1FClMz+r3j3v5MxNGzlpvFZya7PQxbSya5qa2lIJdyf9AtExJwjxpjmOf3crQGUvxatRVso4F9SNLT5MDjQ==
dependencies:
wonka "^4.0.10"
wonka "^4.0.14"

"@webassemblyjs/[email protected]":
version "1.9.0"
Expand Down Expand Up @@ -9832,13 +9832,13 @@ url@^0.11.0:
punycode "1.3.2"
querystring "0.2.0"

urql@>=1.9.4, urql@^1.9.7:
version "1.9.7"
resolved "https://registry.yarnpkg.com/urql/-/urql-1.9.7.tgz#d3970a3af4a9d46528ec7c2f2e9839944875d8bf"
integrity sha512-zMLVeoAzY+C/RQGXjYYNC/XMqzMoyF1xjMNELTz4FNwXMEnk1wfCbgcQBbHyRVPql/9/CjY9Igq7AxUfY67Y5Q==
urql@>=1.9.4, urql@^1.9.8:
version "1.9.8"
resolved "https://registry.yarnpkg.com/urql/-/urql-1.9.8.tgz#07d76efdc698205a55724a2acd2640f7706a036d"
integrity sha512-AMikyJ9ldVvFVRND7AjgHJ3dBZXH2ygTM9bj4BwQzE9gfJfWA1wK+dXffV1WTOdOoCRngIxGWgZIzSkoLGBpbw==
dependencies:
"@urql/core" "^1.11.0"
wonka "^4.0.9"
"@urql/core" "^1.12.0"
wonka "^4.0.14"

[email protected]:
version "1.4.1"
Expand Down Expand Up @@ -10124,7 +10124,7 @@ wide-align@^1.1.0:
dependencies:
string-width "^1.0.2 || 2"

wonka@^4.0.10, wonka@^4.0.14, wonka@^4.0.9:
wonka@^4.0.14:
version "4.0.14"
resolved "https://registry.yarnpkg.com/wonka/-/wonka-4.0.14.tgz#77d680a84e575ed15a9f975eb87d6c530488f3a4"
integrity sha512-v9vmsTxpZjrA8CYfztbuoTQSHEsG3ZH+NCYfasHm0V3GqBupXrjuuz0RJyUaw2cRO7ouW2js0P6i853/qxlDcA==
Expand Down

0 comments on commit b51ff2f

Please sign in to comment.