Skip to content

Commit

Permalink
Update Pyodide to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Mar 20, 2024
1 parent 0a4ae9a commit fed75cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"eject": "craco eject",
"start:electron": "tsc -p electron -w",
"build:electron": "tsc -p electron",
"build:pyodide": "curl -L https://github.com/pyodide/pyodide/releases/download/0.24.1/pyodide-core-0.24.1.tar.bz2 | tar xj -C ./build --files-from=./pyodide-files.txt",
"build:pyodide": "curl -L https://github.com/pyodide/pyodide/releases/download/0.25.0/pyodide-core-0.25.0.tar.bz2 | tar xj -C ./build --files-from=./pyodide-files.txt",
"build:bin": "./scripts/build_bin.js && sed -i'' -e '1 s/^#!.*$/#!\\/usr\\/bin\\/env node/' ./bin/*.js",
"build:wheels": "./scripts/copy_wheels.js",
"typecheck": "yarn tsc --noEmit -p electron",
Expand Down Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"fs-extra": "^11.2.0",
"node-fetch": "2",
"pyodide": "0.24.1",
"pyodide": "0.25.0",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint": "^8.33.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"pyodide": "0.24.1",
"pyodide": "0.25.0",
"typescript": "^4.9.4",
"vitest": "^1.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel/src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function initPyodide(
}

const DEFAULT_PYODIDE_URL =
"https://cdn.jsdelivr.net/pyodide/v0.24.1/full/pyodide.js";
"https://cdn.jsdelivr.net/pyodide/v0.25.0/full/pyodide.js";

/**
* Load Pyodided and initialize the interpreter.
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18520,10 +18520,10 @@ pure-color@^1.2.0:
resolved "https://registry.yarnpkg.com/pure-color/-/pure-color-1.3.0.tgz#1fe064fb0ac851f0de61320a8bf796836422f33e"
integrity sha512-QFADYnsVoBMw1srW7OVKEYjG+MbIa49s54w1MA1EDY6r2r/sTcKKYqRX1f4GYvnXP7eN/Pe9HFcX+hwzmrXRHA==

pyodide@0.24.1:
version "0.24.1"
resolved "https://registry.yarnpkg.com/pyodide/-/pyodide-0.24.1.tgz#c03da27a6f63c7e19e031258c4168498106ee7f6"
integrity sha512-fkNolNwiv41E2KKCP2bgW+dwr95B+0KSC/WG9WCmlWM9MNFbRVX0rF9i4OikRM78bGeVUvLdVJw8jY17wxKoRQ==
pyodide@0.25.0:
version "0.25.0"
resolved "https://registry.yarnpkg.com/pyodide/-/pyodide-0.25.0.tgz#0c75d31ffbb65f7f2e2686dfeeb809c73e4d571a"
integrity sha512-RagtX3TfV2M0QAfThG2SMvwE31ikqAFDUXc5/4xhppEoVf4VbL7L0kbKOIdSNg7MbVsHELVxftk66WvT926GpA==
dependencies:
base-64 "^1.0.0"
ws "^8.5.0"
Expand Down

0 comments on commit fed75cc

Please sign in to comment.