From e099e4c81f147e2ba1a6d51171e59012a0f55659 Mon Sep 17 00:00:00 2001 From: Javier Chavarri Date: Tue, 7 Nov 2023 10:32:10 +0000 Subject: [PATCH] update to latest rr --- reshowcase.opam | 4 ++-- reshowcase.opam.template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reshowcase.opam b/reshowcase.opam index ca9eb49..9f17da0 100644 --- a/reshowcase.opam +++ b/reshowcase.opam @@ -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#6938d62b70c506eade2755d32f7c5f3aae005e8c" ] ] diff --git a/reshowcase.opam.template b/reshowcase.opam.template index fb2119a..1707108 100644 --- a/reshowcase.opam.template +++ b/reshowcase.opam.template @@ -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#6938d62b70c506eade2755d32f7c5f3aae005e8c" ] ]