Skip to content

Commit

Permalink
Add @wry/context as a direct dependency.
Browse files Browse the repository at this point in the history
Although @wry/context is reliably installed as a dependency of optimism,
some package managers expect any package you import to be a direct
dependency listed explicitly in package.json.

Closes #6565.
  • Loading branch information
benjamn committed Jul 9, 2020
1 parent 6a71538 commit 0b2e92c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
},
"dependencies": {
"@types/zen-observable": "^0.8.0",
"@wry/context": "^0.5.2",
"@wry/equality": "^0.1.9",
"fast-json-stable-stringify": "^2.0.0",
"graphql-tag": "^2.10.4",
Expand Down

0 comments on commit 0b2e92c

Please sign in to comment.