Skip to content

Commit

Permalink
update pyodide version to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suren-atoyan committed Apr 9, 2023
1 parent 98eb55a commit dce14cd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
},
"dependencies": {
"pyodide": "^0.21.3",
"pyodide": "^0.23.0",
"state-local": "^1.0.7"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const config = {
loadPyodideOptions: {
indexURL: 'https://cdn.jsdelivr.net/pyodide/v0.21.3/full/',
indexURL: 'https://cdn.jsdelivr.net/pyodide/v0.23.0/full/',
},
};

Expand Down

0 comments on commit dce14cd

Please sign in to comment.