Skip to content

Commit 12565f2

Browse files
committed
docs: allow next version of repo-review
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 5a83b1e commit 12565f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
content="initial-scale=1, width=device-width"
77
/>
88
<script
9-
src="https://cdn.jsdelivr.net/pyodide/v0.23.2/full/pyodide.js"
9+
src="https://cdn.jsdelivr.net/pyodide/v0.23.3/full/pyodide.js"
1010
crossorigin
1111
></script>
1212
<!-- Production -->
@@ -63,7 +63,7 @@
6363
root.render(
6464
<App
6565
header={true}
66-
deps={["sp-repo-review==2023.06.17", "repo-review==0.7.0"]}
66+
deps={["sp-repo-review==2023.06.17", "repo-review>=0.7,<=0.9"]}
6767
/>,
6868
);
6969
</script>

0 commit comments

Comments
 (0)