Skip to content

Commit 6a4b022

Browse files
committed
chore: fix webapp version
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 2f1e776 commit 6a4b022

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/_includes/head_custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{%- if page.interactive_repo_review %}
44

55
<script
6-
src="https://cdn.jsdelivr.net/pyodide/v0.26.2/full/pyodide.js"
6+
src="https://cdn.jsdelivr.net/pyodide/v0.27.1/full/pyodide.js"
77
crossorigin
88
></script>
99

docs/_includes/interactive_repo_review.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<App
2121
header={false}
2222
deps={[
23-
"repo-review~=0.11.4",
23+
"repo-review~=0.11.3",
2424
"sp-repo-review==2025.01.22",
2525
"validate-pyproject-schema-store==2025.01.20",
26-
"validate-pyproject[all]~=0.23.0",
26+
"validate-pyproject[all]~=0.22.0",
2727
]}
2828
/>,
2929
);

0 commit comments

Comments
 (0)