@stlite/desktop 0.62.2 → 0.62.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stlite/desktop",
3
- "version": "0.62.2",
3
+ "version": "0.62.4",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,7 +31,7 @@
31
31
  "eject": "craco eject",
32
32
  "start:electron": "tsc -p electron && cross-env NODE_ENV=development concurrently \"./scripts/build_electron.js --watch\" \"electron .\"",
33
33
  "build:electron": "tsc -p electron && cross-env NODE_ENV=production ./scripts/build_electron.js",
34
- "build:pyodide": "curl -L https://github.com/pyodide/pyodide/releases/download/0.26.1/pyodide-core-0.26.1.tar.bz2 | tar xj -C ./build --files-from=./pyodide-files.txt",
34
+ "build:pyodide": "curl -L https://github.com/pyodide/pyodide/releases/download/0.26.2/pyodide-core-0.26.2.tar.bz2 | tar xj -C ./build --files-from=./pyodide-files.txt",
35
35
  "build:bin": "tsc -p bin-src && ./scripts/build_bin.js",
36
36
  "build:wheels": "./scripts/copy_wheels.js",
37
37
  "typecheck": "yarn tsc --noEmit -p electron",
@@ -65,14 +65,14 @@
65
65
  "//": "The packages not bundled with bin/dump_artifacts.js must be specified here as the runtime dependencies. See `scripts/build_bin.js` for the details.",
66
66
  "dependencies": {
67
67
  "fs-extra": "^11.2.0",
68
- "pyodide": "0.26.1",
68
+ "pyodide": "0.26.2",
69
69
  "yargs": "^17.7.2"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@craco/craco": "^7.0.0",
73
- "@stlite/common": "^0.62.2",
74
- "@stlite/common-react": "^0.62.2",
75
- "@stlite/kernel": "^0.62.2",
73
+ "@stlite/common": "^0.62.4",
74
+ "@stlite/common-react": "^0.62.4",
75
+ "@stlite/kernel": "^0.62.4",
76
76
  "@streamlit/app": "1.36.0",
77
77
  "@testing-library/react": "^14.1.2",
78
78
  "@testing-library/user-event": "^14.0.0",