Skip to content

Commit

Permalink
fix(deps): update dependency urql to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 504560d commit c8061f0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"tailwindcss": "3.1.8",
"urql": "2.2.3"
"urql": "4.2.1"
},
"devDependencies": {
"@types/javascript-time-ago": "2.0.3",
Expand Down
37 changes: 21 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# yarn lockfile v1


"@0no-co/graphql.web@^1.0.5":
version "1.0.11"
resolved "https://registry.yarnpkg.com/@0no-co/graphql.web/-/graphql.web-1.0.11.tgz#035cbc6523af43358b81993f10b13e8d7a79c816"
integrity sha512-xuSJ9WXwTmtngWkbdEoopMo6F8NLtjy84UNAMsAr5C3/2SgAL/dEU10TMqTIsipqPQ8HA/7WzeqQ9DEQxSvPPA==

"@ampproject/remapping@^2.1.0":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34"
Expand Down Expand Up @@ -1311,13 +1316,13 @@
"@typescript-eslint/types" "5.38.1"
eslint-visitor-keys "^3.3.0"

"@urql/core@^2.6.1":
version "2.6.1"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-2.6.1.tgz#c10ee972c5e81df6d7bf1e778ef1b5d30e2906e5"
integrity sha512-gYrEHy3tViJhwIhauK6MIf2Qp09QTsgNHZRd0n71rS+hF6gdwjspf1oKljl4m25+272cJF7fPjBUGmjaiEr7Kg==
"@urql/core@^5.0.0":
version "5.0.8"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-5.0.8.tgz#eba39eaa2bf9a0a963383e87a65cba7a9ca794bd"
integrity sha512-1GOnUw7/a9bzkcM0+U8U5MmxW2A7FE5YquuEmcJzTtW5tIs2EoS4F2ITpuKBjRBbyRjZgO860nWFPo1m4JImGA==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
wonka "^4.0.14"
"@0no-co/graphql.web" "^1.0.5"
wonka "^6.3.2"

"@whatwg-node/fetch@^0.3.0":
version "0.3.2"
Expand Down Expand Up @@ -4783,13 +4788,13 @@ uri-js@^4.2.2:
dependencies:
punycode "^2.1.0"

urql@2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/urql/-/urql-2.2.3.tgz#84c6ad962d771235106f24de56b5dc6bd85a2c3a"
integrity sha512-XMkSYJKW9s4ZlbSuxcUz3fTBIykOn0sGileRXQeyZpaRBXJPVz5saSY05k7jdefNxShZtTI+/nr7PYUWQertfg==
urql@4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/urql/-/urql-4.2.1.tgz#a17621db16cf2b7b09c37eef21ef0c3e08608643"
integrity sha512-Y/cVi1rsR96kbF3VX6YgfHw1V3kJ287nR1TqpjGzVPyAmXuwRvBvABI+sHY2WOquWCNh+kvFapM/LLYeiC3wig==
dependencies:
"@urql/core" "^2.6.1"
wonka "^4.0.14"
"@urql/core" "^5.0.0"
wonka "^6.3.2"

[email protected]:
version "1.2.0"
Expand Down Expand Up @@ -4899,10 +4904,10 @@ which@^2.0.1:
dependencies:
isexe "^2.0.0"

wonka@^4.0.14:
version "4.0.15"
resolved "https://registry.yarnpkg.com/wonka/-/wonka-4.0.15.tgz#9aa42046efa424565ab8f8f451fcca955bf80b89"
integrity sha512-U0IUQHKXXn6PFo9nqsHphVCE5m3IntqZNB9Jjn7EB1lrR7YTDY3YWgFvEvwniTzXSvOH/XMzAZaIfJF/LvHYXg==
wonka@^6.3.2:
version "6.3.4"
resolved "https://registry.yarnpkg.com/wonka/-/wonka-6.3.4.tgz#76eb9316e3d67d7febf4945202b5bdb2db534594"
integrity sha512-CjpbqNtBGNAeyNS/9W6q3kSkKE52+FjIj7AkFlLr11s/VWGUu6a2CdYSdGxocIhIVjaW/zchesBQUKPVU69Cqg==

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

0 comments on commit c8061f0

Please sign in to comment.