Skip to content

Commit

Permalink
User updating
Browse files Browse the repository at this point in the history
  • Loading branch information
alankrantas committed Dec 1, 2024
1 parent 8490060 commit a779bea
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 403 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"pyodide": "^0.26.3",
"pyodide": "^0.26.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.14.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.16.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"yarn-upgrade-all": "^0.7.4"
}
}
2 changes: 1 addition & 1 deletion src/component/MonacoEditorExecute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const stdout = (msg: any) => consoleOutput.push(msg);

export const LoadPyodide = async (): Promise<any> => {
return await loadPyodide({
indexURL: "https://cdn.jsdelivr.net/pyodide/v0.26.3/full/",
indexURL: "https://cdn.jsdelivr.net/pyodide/v0.26.4/full/",
stdout: stdout,
stderr: stdout,
packages: [
Expand Down
Loading

0 comments on commit a779bea

Please sign in to comment.