Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Offix to handle offline-first apollo #454

Merged
merged 9 commits into from
Feb 16, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix bug aqicn
  • Loading branch information
amaury1093 committed Feb 16, 2020
commit 5b7af93e7b2998f339ac2a1fa3b43de0e594ba3c
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@hapi/hawk": "^8.0.0",
"@react-native-community/netinfo": "4.6.0",
"@shootismoke/convert": "^0.2.8",
"@shootismoke/dataproviders": "^0.2.15",
"@shootismoke/dataproviders": "^0.2.17",
"@shootismoke/graphql": "^0.2.16",
"@types/haversine": "^1.1.4",
"@types/i18n-js": "^3.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1842,10 +1842,10 @@
resolved "https://registry.yarnpkg.com/@shootismoke/convert/-/convert-0.2.8.tgz#328eb9d32aff370020f1ba17c1badc340c102300"
integrity sha512-fa8PdUZOCbEjrRAgteXBIywMNMaXriFcaiy+2PTqBLZKBhi/EkHm4BsdTO1WyYEQwj61YgGzkMYRrlA+1yX4kw==

"@shootismoke/dataproviders@^0.2.15":
version "0.2.15"
resolved "https://registry.yarnpkg.com/@shootismoke/dataproviders/-/dataproviders-0.2.15.tgz#07dff04604a63e71c322a466f9f3285382b316ae"
integrity sha512-O5r0/5m8UH6npjYsOBAshp3+7SkBgaygFFozKHs8EiYiC9qRNEcUVHoHuh6XRMGTZnJJAah1kKNCcySKc6U4GQ==
"@shootismoke/dataproviders@^0.2.17":
version "0.2.17"
resolved "https://registry.yarnpkg.com/@shootismoke/dataproviders/-/dataproviders-0.2.17.tgz#0f6581e62ca44060a6849aaefcde3d9c91ff091c"
integrity sha512-t5a6J/x8tCIVIaFOCiOtrllrq6M7QiIdgTxoZWThFu52FaL8huVLD0dN9a5y6OJ0J3bkYsXx74sJTGYBCBB3aA==
dependencies:
"@shootismoke/convert" "^0.2.8"
axios "^0.19.0"
Expand Down