Skip to content

Commit 117a6ba

Browse files
committed
Upgrade packages
1 parent 662b62f commit 117a6ba

File tree

2 files changed

+20
-28
lines changed

2 files changed

+20
-28
lines changed

package.json

+3-3
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-rc.0",
7-
"graphql": "14.5.4",
6+
"@urql/exchange-graphcache": "^1.0.0-rc.9",
7+
"graphql": "14.5.6",
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.1"
15+
"urql": "^1.5.0"
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",

yarn.lock

+17-25
Original file line numberDiff line numberDiff line change
@@ -1233,15 +1233,14 @@
12331233
lodash.unescape "4.0.1"
12341234
semver "5.5.0"
12351235

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==
1236+
"@urql/exchange-graphcache@^1.0.0-rc.9":
1237+
version "1.0.0-rc.9"
1238+
resolved "https://registry.yarnpkg.com/@urql/exchange-graphcache/-/exchange-graphcache-1.0.0-rc.9.tgz#71a83ee5129c0e152e1e8502d19e02c92c546876"
1239+
integrity sha512-OfHcL7b+exKS1vF1Iu2W0iNzWv9e/lzjYat4D7Be0hMNtx2wvQV3sAVgZaymGrYTJsw4OL5r3VjfAmMqeBFavA==
12401240
dependencies:
12411241
fast-json-stable-stringify "^2.0.0"
1242-
pessimism "^1.1.1"
1242+
pessimism "^1.1.3"
12431243
tiny-invariant "^1.0.6"
1244-
warning "^4.0.3"
12451244
wonka "^3.2.1"
12461245

12471246
"@webassemblyjs/[email protected]":
@@ -4286,10 +4285,10 @@ graphql-tag@^2.10.1:
42864285
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.1.tgz#10aa41f1cd8fae5373eaf11f1f67260a3cad5e02"
42874286
integrity sha512-jApXqWBzNXQ8jYa/HLkZJaVw9jgwNqZkywa2zfFn16Iv1Zb7ELNHkJaXHR7Quvd5SIGsy6Ny7SUKATgnu05uEg==
42884287

4289-
4290-
version "14.5.4"
4291-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.4.tgz#b33fe957854e90c10d4c07c7d26b6c8e9f159a13"
4292-
integrity sha512-dPLvHoxy5m9FrkqWczPPRnH0X80CyvRE6e7Fa5AWEqEAzg9LpxHvKh24po/482E6VWHigOkAmb4xCp6P9yT9gw==
4288+
4289+
version "14.5.6"
4290+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.6.tgz#3fa12173b50e6ccdef953c31c82f37c50ef58bec"
4291+
integrity sha512-zJ6Oz8P1yptV4O4DYXdArSwvmirPetDOBnGFRBl0zQEC68vNW3Ny8qo8VzMgfr+iC8PKiRYJ+f2wub41oDCoQg==
42934292
dependencies:
42944293
iterall "^1.2.2"
42954294

@@ -6948,10 +6947,10 @@ performance-now@^2.1.0:
69486947
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
69496948
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
69506949

6951-
pessimism@^1.1.1:
6952-
version "1.1.1"
6953-
resolved "https://registry.yarnpkg.com/pessimism/-/pessimism-1.1.1.tgz#29938c99416798d79a08b310546ccaf726765638"
6954-
integrity sha512-6+g9htw1Z1MlO4oh8jKGzLq8BZ+1EADzYiN1hCiDny4kLRMl2f02220aQoFY5sDjcV8M8UpIE90d8EkFTgsZFg==
6950+
pessimism@^1.1.3:
6951+
version "1.1.3"
6952+
resolved "https://registry.yarnpkg.com/pessimism/-/pessimism-1.1.3.tgz#f4b4ad91fa80bfab8a0365da2d29e7e9d23fc2a6"
6953+
integrity sha512-i3VKLjyTIVkQ755qPB/OAb3Z8AGYaQugNOBkkYpghtt9DxctjLzx7r+Ed43MAuichE68iTaVeXTy+UUc/r5Uqg==
69556954

69566955
pify@^2.0.0:
69576956
version "2.3.0"
@@ -9576,10 +9575,10 @@ url@^0.11.0:
95769575
punycode "1.3.2"
95779576
querystring "0.2.0"
95789577

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==
9578+
urql@^1.5.0:
9579+
version "1.5.0"
9580+
resolved "https://registry.yarnpkg.com/urql/-/urql-1.5.0.tgz#3533dbbaf186fc7d965260255ecf5251ee89e455"
9581+
integrity sha512-tHpeTHsBw4dZu25bOVsR/uHKhXm4TU7l51ximAP1XP400cb8UIKD6CQl2Z/2CeOTbsBx9AaXSK+ejCTMS539FQ==
95839582
dependencies:
95849583
fast-json-stable-stringify "^2.0.0"
95859584
wonka "^3.2.1"
@@ -9696,13 +9695,6 @@ walker@^1.0.7, walker@~1.0.5:
96969695
dependencies:
96979696
makeerror "1.0.x"
96989697

9699-
warning@^4.0.3:
9700-
version "4.0.3"
9701-
resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3"
9702-
integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==
9703-
dependencies:
9704-
loose-envify "^1.0.0"
9705-
97069698
watchpack@^1.6.0:
97079699
version "1.6.0"
97089700
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00"

0 commit comments

Comments
 (0)