diff --git a/examples/urql-live-query/package.json b/examples/urql-live-query/package.json index 94592fc1..fb787d07 100644 --- a/examples/urql-live-query/package.json +++ b/examples/urql-live-query/package.json @@ -14,7 +14,7 @@ "graphql": "16.10.0", "react": "19.0.0", "react-dom": "19.0.0", - "urql": "4.2.1" + "urql": "5.0.0" }, "devDependencies": { "@graphprotocol/client-cli": "3.0.7", diff --git a/examples/urql/package.json b/examples/urql/package.json index 48627668..84b2e644 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -14,7 +14,7 @@ "graphql": "16.10.0", "react": "19.0.0", "react-dom": "19.0.0", - "urql": "4.2.1" + "urql": "5.0.0" }, "devDependencies": { "@graphprotocol/client-cli": "3.0.7", diff --git a/yarn.lock b/yarn.lock index 1ad926d4..d8712a8f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@0no-co/graphql.web@^1.0.5": - version "1.0.13" - resolved "https://registry.yarnpkg.com/@0no-co/graphql.web/-/graphql.web-1.0.13.tgz#978f4d3a869240f2d487fa1c1009028b34bc33b5" - integrity sha512-jqYxOevheVTU1S36ZdzAkJIdvRp2m3OYIG5SEoKDw5NI8eVwkoI0D/Q3DYNGmXCxkA6CQuoa7zvMiDPTLqUNuw== +"@0no-co/graphql.web@^1.0.13": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@0no-co/graphql.web/-/graphql.web-1.2.0.tgz#296d00581bfaaabfda1e976849d927824aaea81b" + integrity sha512-/1iHy9TTr63gE1YcR5idjx8UREz1s0kFhydf3bBLCXyqjhkIc6igAzTOx3zPifCwFR87tsh/4Pa9cNts6d2otw== "@ampproject/remapping@^2.2.0": version "2.3.0" @@ -3250,12 +3250,12 @@ "@typescript-eslint/types" "8.23.0" eslint-visitor-keys "^4.2.0" -"@urql/core@^5.0.0": - version "5.1.0" - resolved "https://registry.yarnpkg.com/@urql/core/-/core-5.1.0.tgz#7f4b81f1aba1ca34ae6354763abeb87ff9af84ff" - integrity sha512-yC3sw8yqjbX45GbXxfiBY8GLYCiyW/hLBbQF9l3TJrv4ro00Y0ChkKaD9I2KntRxAVm9IYBqh0awX8fwWAe/Yw== +"@urql/core@^6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@urql/core/-/core-6.0.0.tgz#0caaf813ff218be13e1ef63b6a87c75b9c1f7124" + integrity sha512-LdK7d7B14s/LAljPptoZ9DTZ0lFJXCTy8jSxVr1L98JZYELHEesb5nZVsnqy0jrcrF1KW7juKWZzT5VfZra8XA== dependencies: - "@0no-co/graphql.web" "^1.0.5" + "@0no-co/graphql.web" "^1.0.13" wonka "^6.3.2" "@vitejs/plugin-react@4.3.4": @@ -8318,12 +8318,12 @@ urlpattern-polyfill@^10.0.0: resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz#f0a03a97bfb03cdf33553e5e79a2aadd22cac8ec" integrity sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg== -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== +urql@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/urql/-/urql-5.0.0.tgz#b250ec0a8755b124bf6c5b414a22aaeb659e8609" + integrity sha512-eFu3CS1VREcsFOEaFl90ohB/LRyZ8nFzEqUDbXTWGaycfdrCoiGOA3stYiCOTODHxx418PqSEc7QCXU1q+qhFA== dependencies: - "@urql/core" "^5.0.0" + "@urql/core" "^6.0.0" wonka "^6.3.2" v8-compile-cache-lib@^3.0.1: