Skip to content

Commit

Permalink
Update dependency urql to v1.9.8 (#4203)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 10, 2020
1 parent 1ceb41c commit 5035d78
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"ts-jest": "26.1.0",
"stencil-apollo": "0.1.5",
"typescript": "3.9.5",
"urql": "1.9.7",
"urql": "1.9.8",
"vue": "2.6.11"
},
"lint-staged": {
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3070,12 +3070,12 @@
semver "^7.3.2"
tsutils "^3.17.1"

"@urql/core@^1.11.0":
version "1.11.8"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-1.11.8.tgz#6a3186ac84d6b08752585f42e8ec81539338d7a9"
integrity sha512-lBlCjw3sLlblGIzRVg583IdsONUIt04f/LHI0oiEgNlPViZcRR3B31LCKyOChba/klIqSaDivaqCfzg5wyTPoQ==
"@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"

"@vue/apollo-composable@4.0.0-alpha.8":
version "4.0.0-alpha.8"
Expand Down Expand Up @@ -14822,13 +14822,13 @@ url@^0.11.0:
punycode "1.3.2"
querystring "0.2.0"

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.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"

use@^3.1.0:
version "3.1.1"
Expand Down Expand Up @@ -15330,10 +15330,10 @@ widest-line@^2.0.1:
dependencies:
string-width "^2.1.1"

wonka@^4.0.10, wonka@^4.0.9:
version "4.0.13"
resolved "https://registry.yarnpkg.com/wonka/-/wonka-4.0.13.tgz#8d188160bd5742870c78ede7a4eba686d089a33f"
integrity sha512-aWg92IVvbP/kp+q9rw+k/Uw3C/S2J0dTDNhEhivGVH3GXJZgpFk2nuyVtiS7Y1d0UG3m4jvOrR7bPXim6D/TBg==
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==

word-wrap@^1.2.3, word-wrap@~1.2.3:
version "1.2.3"
Expand Down

0 comments on commit 5035d78

Please sign in to comment.