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 next-urql to ^1.1.0 (#364)
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 Jul 29, 2020
1 parent 9060feb commit 937140c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"http-proxy-middleware": "^1.0.5",
"jsonwebtoken": "^8.5.1",
"next": "^9.4.4",
"next-urql": "^1.0.2",
"next-urql": "^1.1.0",
"nodemailer": "^6.4.10",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1796,10 +1796,10 @@
semver "^7.3.2"
tsutils "^3.17.1"

"@urql/core@^1.12.0":
version "1.12.2"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-1.12.2.tgz#88c031dc0e39da412964b05ae8e89c634fca0220"
integrity sha512-GGG9fzDRscuLdYVpJSTOfTPLHHEXadrUI/LNZ0vAIXrof5whWL8Nyxc2x2EhilrajZ+7DgZUuT+nuiVF4/Z7fA==
"@urql/core@^1.12.3":
version "1.12.3"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-1.12.3.tgz#74f7b8e073cf706380bb3dd28484b8136cc96905"
integrity sha512-e4IXXQ4nes3KyusgYV925DuzfDAfo4ex7Ls3tZfOExkxEcXh0i0XnizXp0rvZmWRch69YCkc+Lh1Gy2aY49HTQ==
dependencies:
wonka "^4.0.14"

Expand Down Expand Up @@ -6786,13 +6786,13 @@ next-tick@~1.0.0:
resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=

next-urql@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/next-urql/-/next-urql-1.0.2.tgz#3adc0acafa47105dd268ad174fc32d5a01392fa2"
integrity sha512-OS3gUkzFCaMwdhqggFbecySCFSTM0Y2VhrIOHMHIRep6ezKiNj8jDlgxNygwWseUyvRo+JgMIkaf70gZWgDJWA==
next-urql@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/next-urql/-/next-urql-1.1.0.tgz#9cec0dbdc2005a0d4f12e764ff59e84a97791737"
integrity sha512-7yrIBaggSvsRzDIDSObA2SWX8hP9fHkdPqqX2moTqDnXNDkBWnzkkGyi+GUcuLi/maX0nL69Aa3hC4oAZaSlUQ==
dependencies:
react-ssr-prepass "^1.2.1"
urql ">=1.9.8"
urql ">=1.10.0"

next@^9.4.4:
version "9.4.4"
Expand Down Expand Up @@ -9828,12 +9828,12 @@ url@^0.11.0:
punycode "1.3.2"
querystring "0.2.0"

urql@>=1.9.8, urql@^1.9.8:
version "1.9.8"
resolved "https://registry.yarnpkg.com/urql/-/urql-1.9.8.tgz#07d76efdc698205a55724a2acd2640f7706a036d"
integrity sha512-AMikyJ9ldVvFVRND7AjgHJ3dBZXH2ygTM9bj4BwQzE9gfJfWA1wK+dXffV1WTOdOoCRngIxGWgZIzSkoLGBpbw==
urql@>=1.10.0, urql@^1.9.8:
version "1.10.0"
resolved "https://registry.yarnpkg.com/urql/-/urql-1.10.0.tgz#609f13891d3c5345635764b71b072edd88a1ae7e"
integrity sha512-Cxx1INTWNUMg9A2gyltqNqukOLFVtztkHxFGfv01OvsFAtR+wCmLyJqIzGUZRKVbKepTLocGbelS7QDxtjcqtg==
dependencies:
"@urql/core" "^1.12.0"
"@urql/core" "^1.12.3"
wonka "^4.0.14"

[email protected]:
Expand Down

0 comments on commit 937140c

Please sign in to comment.