Skip to content

Commit

Permalink
Update ts-invariant to version 0.10.2 to fix source map warnings (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn authored May 4, 2022
1 parent 9bcbdae commit 16e86b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
- Add tests of skipping/unskipping and `useLazyQuery` with `defaultOptions`, and fix a bug causing duplicate requests. <br/>
[@benjamn](https://github.com/benjamn) in [#9666](https://github.com/apollographql/apollo-client/pull/9666)

- Update `ts-invariant` to version 0.10.2 to fix source map warnings. <br/>
[@benjamn](https://github.com/benjamn) in [#9672](https://github.com/apollographql/apollo-client/pull/9672)

## Apollo Client 3.6.2 (2022-05-02)

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"optimism": "^0.16.1",
"prop-types": "^15.7.2",
"symbol-observable": "^4.0.0",
"ts-invariant": "^0.10.0",
"ts-invariant": "^0.10.2",
"tslib": "^2.3.0",
"use-sync-external-store": "^1.0.0",
"zen-observable-ts": "^1.2.0"
Expand Down

0 comments on commit 16e86b7

Please sign in to comment.