mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
upgrade pyodide to 0.23.2 (#6347)
This commit is contained in:
parent
8093fe06a4
commit
1b625957f0
2 changed files with 2 additions and 2 deletions
|
|
@ -704,7 +704,7 @@ export const generateAppActions = (_ref, queryId, mode, editorState, isPreview =
|
|||
|
||||
export const loadPyodide = async () => {
|
||||
try {
|
||||
const pyodide = await window.loadPyodide({ indexURL: 'https://cdn.jsdelivr.net/pyodide/v0.22.0/full/' });
|
||||
const pyodide = await window.loadPyodide({ indexURL: 'https://cdn.jsdelivr.net/pyodide/v0.23.2/full/' });
|
||||
return pyodide;
|
||||
} catch (error) {
|
||||
console.log('loadPyodide error', error);
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<script src="https://cdn.jsdelivr.net/pyodide/v0.22.0/full/pyodide.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/pyodide/v0.23.2/full/pyodide.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue