Skip to content

Commit

Permalink
chore: update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
bigaru committed Oct 10, 2023
1 parent 0b92268 commit cff9dd6
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"allotment": "^1.19.3",
"axios": "^1.5.0",
"axios": "^1.5.1",
"eslint": "^8.49.0",
"eslint-plugin-prettier": "^4.2.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
Expand All @@ -57,14 +57,14 @@
"prettier": "^2.8.8",
"prettier-plugin-multiline-arrays": "^1.1.4",
"prismjs": "^1.29.0",
"pyodide": "^0.24.0",
"pyodide": "^0.24.1",
"react-plotly.js": "^2.6.0",
"react-simple-code-editor": "^0.13.1",
"react-use": "^17.4.0",
"recoil": "^0.7.7",
"rxjs": "^7.8.1",
"typescript": "^5.2.2",
"xml-formatter": "^2.6.1",
"zustand": "^4.4.1"
"zustand": "^4.4.3"
}
}
2 changes: 1 addition & 1 deletion src/blocks/python/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { loadPyodide, PyodideInterface } from 'pyodide'
import { Action } from './WorkerActions'

// version must match with npm package version
const BINARY_URL = 'https://cdn.jsdelivr.net/pyodide/v0.24.0/full/'
const BINARY_URL = 'https://cdn.jsdelivr.net/pyodide/v0.24.1/full/'

let pyodide: PyodideInterface | null = null
let inputs: Record<string, any> = {}
Expand Down

0 comments on commit cff9dd6

Please sign in to comment.