Skip to content

Commit

Permalink
Support the compiler v12 (#7)
Browse files Browse the repository at this point in the history
* compat to v12

* eof
  • Loading branch information
mununki authored Nov 18, 2024
1 parent 8920964 commit 8dae192
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# v0.0.5 (unreleased)
# v0.0.6 (unreleased)

# v0.0.5

- Support ReScript v12

# v0.0.4

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"scripts": {
"postinstall": "node ./postInstall.js"
}
}
}
2 changes: 1 addition & 1 deletion src/ppx_rhf.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dev-repo: "git+https://gitlab.com/mununki/ppx-react-hook-form.git"
depends: [
"ocaml" { = "4.14.0"}
"dune" { >= "2.7"}
"ppxlib" { = "0.24.0"}
"ppxlib" { = "0.28.0"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"react-router-dom": "^6.20.0",
"rescript": "11.1.0-rc.8",
"rescript": "12.0.0-alpha.4",
"typescript": "^5.2.2",
"vite": "^5.0.0"
}
Expand Down
10 changes: 5 additions & 5 deletions test/pnpm-lock.yaml

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

6 changes: 2 additions & 4 deletions test/rescript.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
"number": "-48"
},
"generators": [],
"bsc-flags": [
"-bs-super-errors"
],
"bsc-flags": [],
"gentypeconfig": {
"language": "typescript",
"shims": {},
Expand All @@ -46,4 +44,4 @@
"basic": false
}
}
}
}

0 comments on commit 8dae192

Please sign in to comment.