Skip to content

Commit

Permalink
update to latest rr
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Nov 7, 2023
1 parent b03703a commit e3df397
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions example/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
(target example)
(alias example)
(libraries reshowcase reason-react)
(module_systems es6)
(preprocess
(pps melange.ppx reason-react-ppx)))
4 changes: 2 additions & 2 deletions reshowcase.opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ depexts: [
["webpack-dev-server"] {npm-version = "^4.11.1"}
]
pin-depends: [
[ "reason-react.dev" "git+https://github.com/reasonml/reason-react.git#7ca984c9a406b01e906fda1898f705f135fad202" ]
[ "reason-react-ppx.dev" "git+https://github.com/reasonml/reason-react.git#7ca984c9a406b01e906fda1898f705f135fad202" ]
[ "reason-react.dev" "git+https://github.com/reasonml/reason-react.git#6938d62b70c506eade2755d32f7c5f3aae005e8c" ]
[ "reason-react-ppx.dev" "git+https://github.com/reasonml/reason-react.git#6938d62b70c506eade2755d32f7c5f3aae005e8cd" ]
]
4 changes: 2 additions & 2 deletions reshowcase.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ depexts: [
["webpack-dev-server"] {npm-version = "^4.11.1"}
]
pin-depends: [
[ "reason-react.dev" "git+https://github.com/reasonml/reason-react.git#7ca984c9a406b01e906fda1898f705f135fad202" ]
[ "reason-react-ppx.dev" "git+https://github.com/reasonml/reason-react.git#7ca984c9a406b01e906fda1898f705f135fad202" ]
[ "reason-react.dev" "git+https://github.com/reasonml/reason-react.git#6938d62b70c506eade2755d32f7c5f3aae005e8c" ]
[ "reason-react-ppx.dev" "git+https://github.com/reasonml/reason-react.git#6938d62b70c506eade2755d32f7c5f3aae005e8cd" ]
]

0 comments on commit e3df397

Please sign in to comment.