Skip to content

Commit bd639a9

Browse files
authored
Merge pull request #23 from cknitt/feature/reason-3.3.7
Reason 3.3.7.
2 parents 27bf2c5 + e4d36d0 commit bd639a9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

esy.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"hash": "63a29b833526e5ee319d7f5fe1330969",
2+
"hash": "932e644771a23983bb85da553b5ae497",
33
"root": "root@path:./package.json",
44
"node": {
55
"root@path:./package.json": {
@@ -11,22 +11,22 @@
1111
"opam": null
1212
},
1313
"dependencies": [
14-
"@esy-ocaml/[email protected]", "@esy-ocaml/[email protected].5",
14+
"@esy-ocaml/[email protected]", "@esy-ocaml/[email protected].7",
1515
"@opam/alcotest@opam:0.8.4", "@opam/dune@opam:1.4.0",
16-
"@opam/yojson@opam:1.4.1", "[email protected]", "[email protected].8"
16+
"@opam/yojson@opam:1.4.1", "[email protected]", "[email protected].9"
1717
]
1818
},
19-
19+
2020
"record": {
2121
"name": "refmterr",
22-
"version": "3.1.8",
22+
"version": "3.1.9",
2323
"source":
24-
"archive:https://registry.npmjs.org/refmterr/-/refmterr-3.1.8.tgz#sha1:890121b848bf609ac65e47cd00cd80064e6a95af",
24+
"archive:https://registry.npmjs.org/refmterr/-/refmterr-3.1.9.tgz#sha1:03d4679c564fb1d1de28d1c0ce8b1fb934406bac",
2525
"files": [],
2626
"opam": null
2727
},
2828
"dependencies": [
29-
"@esy-ocaml/[email protected].5", "@opam/jbuilder@opam:transition",
29+
"@esy-ocaml/[email protected].7", "@opam/jbuilder@opam:transition",
3030
"@opam/re@opam:1.7.3", "[email protected]"
3131
]
3232
},
@@ -610,12 +610,12 @@
610610
},
611611
"dependencies": []
612612
},
613-
"@esy-ocaml/[email protected].5": {
613+
"@esy-ocaml/[email protected].7": {
614614
"record": {
615615
"name": "@esy-ocaml/reason",
616-
"version": "3.3.5",
616+
"version": "3.3.7",
617617
"source":
618-
"archive:https://registry.npmjs.org/@esy-ocaml/reason/-/reason-3.3.5.tgz#sha1:be17c1c2733b67044244ae508874bb6ef6032b7e",
618+
"archive:https://registry.npmjs.org/@esy-ocaml/reason/-/reason-3.3.7.tgz#sha1:4d75b8876807c4178c6fff2359962066bb69d944",
619619
"files": [],
620620
"opam": null
621621
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"zip": "esy build && node scripts/createZip.js"
1818
},
1919
"dependencies": {
20-
"@esy-ocaml/reason": "^3.3.5",
20+
"@esy-ocaml/reason": "^3.3.7",
2121
"@opam/alcotest": "^0.8.4",
2222
"@opam/dune": "^1.4.0",
2323
"@opam/yojson": "^1.4.1",

0 commit comments

Comments
 (0)