Skip to content

Commit

Permalink
Merge pull request #480 from charliewilco/dependabot/npm_and_yarn/apo…
Browse files Browse the repository at this point in the history
…llo/client-3.3.12

chore: bump @apollo/client from 3.3.11 to 3.3.12
  • Loading branch information
kodiakhq[bot] committed Mar 16, 2021
2 parents 637c7a7 + eb1f37b commit a08a9ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@apollo/client": "^3.3.11",
"@apollo/client": "^3.3.12",
"@next/bundle-analyzer": "^10.0.8",
"@reach/checkbox": "^0.13.2",
"@reach/combobox": "^0.13.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@apollo/client@^3.3.11":
version "3.3.11"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.3.11.tgz#125051405e83dc899d471d43b79fd6045d92a802"
integrity sha512-54+D5FB6RJlQ+g37f432gaexnyvDsG5X6L9VO5kqN54HJlbF8hCf/8CXtAQEHCWodAwZhy6kOLp2RM96829q3A==
"@apollo/client@^3.3.12":
version "3.3.12"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.3.12.tgz#e723161617c479812ac425803a2b6a7c1b2466dd"
integrity sha512-1wLVqRpujzbLRWmFPnRCDK65xapOe2txY0sTI+BaqEbumMUVNS3vxojT6hRHf9ODFEK+F6MLrud2HGx0mB3eQw==
dependencies:
"@graphql-typed-document-node/core" "^3.0.0"
"@types/zen-observable" "^0.8.0"
Expand All @@ -17,7 +17,7 @@
optimism "^0.14.0"
prop-types "^15.7.2"
symbol-observable "^2.0.0"
ts-invariant "^0.6.0"
ts-invariant "^0.6.2"
tslib "^1.10.0"
zen-observable "^0.8.14"

Expand Down Expand Up @@ -10004,10 +10004,10 @@ ts-invariant@^0.4.0:
dependencies:
tslib "^1.9.3"

ts-invariant@^0.6.0:
version "0.6.0"
resolved "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.6.0.tgz#44066ecfeb7a806ff1c3b0b283408a337a885412"
integrity sha512-caoafsfgb8QxdrKzFfjKt627m4i8KTtfAiji0DYJfWI4A/S9ORNNpzYuD9br64kyKFgxn9UNaLLbSupam84mCA==
ts-invariant@^0.6.2:
version "0.6.2"
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.6.2.tgz#2b95c0f25dd9da0c1d3b921e23ee5593133694d4"
integrity sha512-hsVurayufl1gXg8CHtgZkB7X0KtA3TrI3xcJ9xkRr8FeJHnM/TIEQkgBq9XkpduyBWWUdlRIR9xWf4Lxq3LJTg==
dependencies:
"@types/ungap__global-this" "^0.3.1"
"@ungap/global-this" "^0.4.2"
Expand Down

0 comments on commit a08a9ff

Please sign in to comment.