Skip to content

Commit

Permalink
Update apollo-client-devtools version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Dec 13, 2020
1 parent e0dd851 commit aa109ae
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"adbkit": "^2.11.0",
"apollo-client-devtools": "^2.2.5",
"apollo-client-devtools": "^2.3.3",
"electron-store": "^1.2.0",
"react-devtools-core": "^3.6.2"
}
Expand Down
8 changes: 4 additions & 4 deletions dist/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ apollo-cache@1.3.1, apollo-cache@^1.3.1:
apollo-utilities "^1.3.1"
tslib "^1.9.3"

apollo-client-devtools@^2.2.5:
version "2.2.5"
resolved "https://registry.yarnpkg.com/apollo-client-devtools/-/apollo-client-devtools-2.2.5.tgz#e12308eb6537ec09dc9b152fdb39c64e1f65b5b6"
integrity sha512-oQa5beFRUp0ErXHkxx1b1WNisTBQgORMb0J3KaorbvuOMUX9KwL1tCGnMhebIwM4mOAz0s+5jVg7FpIk6HyPXQ==
apollo-client-devtools@^2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/apollo-client-devtools/-/apollo-client-devtools-2.3.3.tgz#defabd9d17887b4848970190d3adfedb7873f76c"
integrity sha512-5H/6hY7QirZooDaNQ+1cccZgAhjl7JYn4xeT1MsplP+nVSETGUJeZ0V25A9guk1xqYRA5nGLLOG5+fYqrnnlig==
dependencies:
apollo-cache-inmemory "^1.4.0-alpha.12"
apollo-client "^2.5.0-rc.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"dependencies": {
"adbkit": "^2.11.0",
"apollo-client-devtools": "^2.3.1",
"apollo-client-devtools": "^2.3.3",
"electron-context-menu": "^0.11.0",
"electron-fetch": "^1.2.1",
"electron-gh-releases": "^2.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -604,10 +604,10 @@ apollo-cache@1.3.2, apollo-cache@^1.1.26, apollo-cache@^1.3.2:
apollo-utilities "^1.3.2"
tslib "^1.9.3"

apollo-client-devtools@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/apollo-client-devtools/-/apollo-client-devtools-2.3.1.tgz#0513de9950f0b14872927c8da182ced30e3c3805"
integrity sha512-jOm96W2pAX3kfSozdjfhnEKU3Hsirf0cEUHovjUTGIFgiavcpUj2Zipp+TXx16MBErxEKvTcZTrkOaYW3xgbZA==
apollo-client-devtools@^2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/apollo-client-devtools/-/apollo-client-devtools-2.3.3.tgz#defabd9d17887b4848970190d3adfedb7873f76c"
integrity sha512-5H/6hY7QirZooDaNQ+1cccZgAhjl7JYn4xeT1MsplP+nVSETGUJeZ0V25A9guk1xqYRA5nGLLOG5+fYqrnnlig==
dependencies:
apollo-cache-inmemory "^1.4.0-alpha.12"
apollo-client "^2.5.0-rc.3"
Expand Down

0 comments on commit aa109ae

Please sign in to comment.