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

Dependencies in the default template are outdated #239

Open
ManasJayanth opened this issue Dec 19, 2023 · 0 comments
Open

Dependencies in the default template are outdated #239

ManasJayanth opened this issue Dec 19, 2023 · 0 comments

Comments

@ManasJayanth
Copy link
Member

Can be worked around with by using the following

  "resolutions": {
    "@reason-native/console": "git+https://github.com/reasonml/reason-native.git:console.opam#aec0ac68",
    "@reason-native/pastel": "git+https://github.com/reasonml/reason-native.git:pastel.opam#aec0ac68",
    "@reason-native/cli": "git+https://github.com/reasonml/reason-native.git:cli.opam#aec0ac68",
    "@reason-native/file-context-printer": "git+https://github.com/reasonml/reason-native.git:file-context-printer.opam#aec0ac68",
    "@reason-native/rely": "git+https://github.com/reasonml/reason-native.git:rely.opam#aec0ac68",
    "@opam/merlin-lib": "4.6-414",
    "ocaml": "4.14.1000",
    "@pesy/esy-pesy": {
      "version": "0.1.0-alpha.14",
      "override": {
        "dependencies": {
          "@opam/reason": "*"
        }
      }
    },
    "@esy-ocaml/reason": {
      "source": "no-source:",
      "override": {
        "build": "true"
      }
    },
    "@opam/num": "opam:1.4"
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant