Skip to content

Commit 5c48e3a

Browse files
committed
Upgrade urql, @urql/exchange-graphcache, and graphql
1 parent bbdc43a commit 5c48e3a

File tree

2 files changed

+19
-26
lines changed

2 files changed

+19
-26
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@urql/exchange-graphcache": "^1.0.0-beta.3",
7-
"graphql": "14.5.3",
6+
"@urql/exchange-graphcache": "^1.0.0-rc.0",
7+
"graphql": "14.5.4",
88
"graphql-tag": "^2.10.1",
99
"react": "16.9.0",
1010
"react-dom": "16.9.0",
1111
"react-router": "5.0.1",
1212
"react-router-dom": "5.0.1",
1313
"react-scripts": "3.1.1",
1414
"subscriptions-transport-ws": "0.9.16",
15-
"urql": "^1.4.0"
15+
"urql": "^1.4.1"
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",

yarn.lock

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,24 +1233,17 @@
12331233
lodash.unescape "4.0.1"
12341234
semver "5.5.0"
12351235

1236-
"@urql/exchange-graphcache@^1.0.0-beta.3":
1237-
version "1.0.0-beta.3"
1238-
resolved "https://registry.yarnpkg.com/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-beta.3.tgz#5f5176d0b9542d224c27a41dfef5d29e49a6f105"
1239-
integrity sha512-zViueeyjj9Ks5KHCCPb1hNFxs48Djw3SxXNI3yPXGuMmH2zmJ2sJGmeOcsYuYZmAmAkfvwKKlhuUwc3pdX/4Gg==
1236+
"@urql/exchange-graphcache@^1.0.0-rc.0":
1237+
version "1.0.0-rc.0"
1238+
resolved "https://registry.yarnpkg.com/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-rc.0.tgz#4456546abe669914a0d577d599ed8b708e3a1805"
1239+
integrity sha512-s7Ge+M0WQmunz/GKqqiUw7UdBfXlHbODF8mC03O8HWqyzgu6WlMAVFPoxNMX1Jl5cFWUL2xBM0ah23erDyl/+A==
12401240
dependencies:
12411241
fast-json-stable-stringify "^2.0.0"
1242-
pessimism "^1.1.0"
1242+
pessimism "^1.1.1"
12431243
tiny-invariant "^1.0.6"
12441244
warning "^4.0.3"
12451245
wonka "^3.2.1"
12461246

1247-
"@urql/exchange-suspense@^0.1.0":
1248-
version "0.1.0"
1249-
resolved "https://registry.yarnpkg.com/@urql/exchange-suspense/-/exchange-suspense-0.1.0.tgz#75f1f928f949c1463458961c33640388f09c7efb"
1250-
integrity sha512-P8/bnvUFDWxWQPxEXvidUxZ5pBhqmTF2GWIkgMIo1F/c/ilf5YbmHLaMDTfbrVOEalBwwTCyZbypoX+ghs/xAQ==
1251-
dependencies:
1252-
wonka "^3.1.1"
1253-
12541247
"@webassemblyjs/[email protected]":
12551248
version "1.8.5"
12561249
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"
@@ -4293,10 +4286,10 @@ graphql-tag@^2.10.1:
42934286
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.1.tgz#10aa41f1cd8fae5373eaf11f1f67260a3cad5e02"
42944287
integrity sha512-jApXqWBzNXQ8jYa/HLkZJaVw9jgwNqZkywa2zfFn16Iv1Zb7ELNHkJaXHR7Quvd5SIGsy6Ny7SUKATgnu05uEg==
42954288

4296-
4297-
version "14.5.3"
4298-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.3.tgz#e025851cc413e153220f4edbbb25d49f55104fa0"
4299-
integrity sha512-W8A8nt9BsMg0ZK2qA3DJIVU6muWhxZRYLTmc+5XGwzWzVdUdPVlAAg5hTBjiTISEnzsKL/onasu6vl3kgGTbYg==
4289+
4290+
version "14.5.4"
4291+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.4.tgz#b33fe957854e90c10d4c07c7d26b6c8e9f159a13"
4292+
integrity sha512-dPLvHoxy5m9FrkqWczPPRnH0X80CyvRE6e7Fa5AWEqEAzg9LpxHvKh24po/482E6VWHigOkAmb4xCp6P9yT9gw==
43004293
dependencies:
43014294
iterall "^1.2.2"
43024295

@@ -6955,7 +6948,7 @@ performance-now@^2.1.0:
69556948
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
69566949
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
69576950

6958-
pessimism@^1.1.0:
6951+
pessimism@^1.1.1:
69596952
version "1.1.1"
69606953
resolved "https://registry.yarnpkg.com/pessimism/-/pessimism-1.1.1.tgz#29938c99416798d79a08b310546ccaf726765638"
69616954
integrity sha512-6+g9htw1Z1MlO4oh8jKGzLq8BZ+1EADzYiN1hCiDny4kLRMl2f02220aQoFY5sDjcV8M8UpIE90d8EkFTgsZFg==
@@ -9583,13 +9576,13 @@ url@^0.11.0:
95839576
punycode "1.3.2"
95849577
querystring "0.2.0"
95859578

9586-
urql@^1.4.0:
9587-
version "1.4.0"
9588-
resolved "https://registry.yarnpkg.com/urql/-/urql-1.4.0.tgz#3bfdaece48114909f40c3bc42fc54342c13a3e38"
9589-
integrity sha512-L8aeV76Pg8d7ZLZMxuf6MMA7x3hTvvVNe1lTl6hbGjRUFh1aJ4d9k2LqELThOPtt4fBWIsJvlflMJFJc4YttuA==
9579+
urql@^1.4.1:
9580+
version "1.4.1"
9581+
resolved "https://registry.yarnpkg.com/urql/-/urql-1.4.1.tgz#1d81c4c0a01183ec5739f4d27109d375672edaf9"
9582+
integrity sha512-u8TcqqAqkVx84O3Az4+6xmR3Xc+QPti6571WzWlNtBC3nIOE1o5KNZM0OwkppVLTJgm/bxT6uiS6bbHxcoNa5w==
95909583
dependencies:
95919584
fast-json-stable-stringify "^2.0.0"
9592-
wonka "^3.2.0"
9585+
wonka "^3.2.1"
95939586

95949587
use@^3.1.0:
95959588
version "3.1.1"
@@ -9899,7 +9892,7 @@ wide-align@^1.1.0:
98999892
dependencies:
99009893
string-width "^1.0.2 || 2"
99019894

9902-
wonka@^3.1.1, wonka@^3.2.0, wonka@^3.2.1:
9895+
wonka@^3.2.1:
99039896
version "3.2.1"
99049897
resolved "https://registry.yarnpkg.com/wonka/-/wonka-3.2.1.tgz#f66123fabbb260f23a4e89f1526317169203e258"
99059898
integrity sha512-LpquZ9PJtYJ31AlMPp5tEba1y+S+wUmY7OyFLGZCmGSNO1ZOTTZGp/HbieFzP5fVJ9fWXCus3ecgDjwAssHSGg==

0 commit comments

Comments
 (0)