Skip to content

Commit

Permalink
chore: update specified dependencies (#19)
Browse files Browse the repository at this point in the history
* chore: sort out what's needed as dependencies

* chore: add back reason as a dependency

* chore: point to specific fetch-core commit

In order for consumers to not have to specify it in resolutions.

* chore: use fetch-core as dependency
  • Loading branch information
lessp authored Oct 26, 2019
1 parent 010acd4 commit 8dca23b
Show file tree
Hide file tree
Showing 8 changed files with 299 additions and 292 deletions.
4 changes: 2 additions & 2 deletions esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"@opam/opium_core": "rgrinberg/opium:opium_core.opam",
"@opam/reason": "*",
"@reason-native-web/morph_client": "^0.1.1",
"ocaml": "<4.8.0"
"ocaml": "<4.9.0"
},
"devDependencies": {
"all-contributors-cli": "6.9.1",
"@opam/alcotest": "0.8.5",
"@opam/js_of_ocaml-compiler": "3.4.0",
"@opam/merlin": "^3.3.2",
"@opam/rtop": "3.5.0",
"@opam/rtop": "3.5.2",
"@opam/utop": "2.4.2",
"@reason-native/console": "^0.1.0",
"refmterr": "^3.2.2"
Expand Down
536 changes: 268 additions & 268 deletions esy.lock/index.json

Large diffs are not rendered by default.

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

6 changes: 3 additions & 3 deletions esy.lock/opam/lwt.4.3.1/opam → esy.lock/opam/lwt.4.4.0/opam

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

11 changes: 6 additions & 5 deletions esy.lock/opam/rtop.3.5.0/opam → esy.lock/opam/rtop.3.5.2/opam

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

13 changes: 8 additions & 5 deletions fetch-core.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@
},
"dependencies": {
"@opam/dune": "*",
"@opam/reason": "*",
"ocaml": "<4.8.0"
"@opam/reason": "*"
},
"peerDependencies": {
"ocaml": ">=4.6.0"
},
"devDependencies": {
"refmterr": "^3.2.2",
"@opam/merlin": "^3.3.2",
"@opam/rtop": "3.5.0",
"@opam/utop": "2.4.2"
"@opam/rtop": "*",
"@opam/utop": "*",
"ocaml": "<4.9.0",
"refmterr": "*"
}
}
15 changes: 9 additions & 6 deletions fetch-native-lwt.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@
"dependencies": {
"@opam/dune": "*",
"@opam/reason": "*",
"fetch-core": "github:lessp/reason-fetch:fetch-core.json#987722f",
"@reason-native-web/morph_client": "^0.1.1",
"ocaml": "<4.8.0"
"fetch-core": "github:lessp/reason-fetch:fetch-core.json#0d8a554",
"@reason-native-web/morph_client": "^0.1.1"
},
"peerDependencies": {
"ocaml": ">=4.6.0"
},
"devDependencies": {
"refmterr": "^3.2.2",
"@opam/merlin": "^3.3.2",
"@opam/rtop": "3.5.0",
"@opam/utop": "2.4.2"
"@opam/rtop": "*",
"@opam/utop": "*",
"ocaml": "<4.9.0",
"refmterr": "*"
},
"resolutions": {
"@opam/httpaf-lwt-unix": "anmonteiro/httpaf:httpaf-lwt-unix.opam#76b461bed081c64908fb1fdfa076ab2c936ca622",
Expand Down

0 comments on commit 8dca23b

Please sign in to comment.