Skip to content

Commit

Permalink
update(deps): Unpin melange version and bump other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
trite committed Jun 20, 2022
1 parent 03bcfd8 commit 54cc8e9
Show file tree
Hide file tree
Showing 12 changed files with 4,283 additions and 3,829 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Use OCaml
uses: fangyi-zhou/actions-ocaml@v1
with:
ocaml_version: 4.06.1
ocaml_version: 4.14.0

- name: Install Odoc
run: opam install odoc --yes
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package-lock.json

# macOS
.DS_Store

Expand Down
3 changes: 1 addition & 2 deletions esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"esy": {
"buildsInSource": "unsafe",
"build": [
"rm -rf node_modules/bs-platform",
"ln -sfn #{melange.install} node_modules/bs-platform",
"ln -sfn #{melange.install} node_modules/melange",
"mel build"
]
},
Expand Down
182 changes: 174 additions & 8 deletions esy.lock/index.json

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

37 changes: 37 additions & 0 deletions esy.lock/opam/base64.3.5.0/opam

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

26 changes: 26 additions & 0 deletions esy.lock/opam/bigarray-compat.1.1.0/opam

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

60 changes: 60 additions & 0 deletions esy.lock/opam/ctypes.0.20.1/opam

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

Loading

0 comments on commit 54cc8e9

Please sign in to comment.