mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-27 11:00:44 -04:00
same thread syncify (#1372)
Switch to using the new version of synclink with support for same thread syncify (and also correct types). Uses syncify to replace one use of `_unwrapped_remote`.
This commit is contained in:
@@ -14,24 +14,6 @@
|
||||
"test:watch": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jest/globals": "29.1.2",
|
||||
"@types/codemirror": "^5.60.5",
|
||||
"@types/jest": "29.1.2",
|
||||
"@types/node": "18.8.3",
|
||||
"@typescript-eslint/eslint-plugin": "5.39.0",
|
||||
"@typescript-eslint/parser": "5.39.0",
|
||||
"cross-env": "7.0.3",
|
||||
"esbuild": "0.17.12",
|
||||
"eslint": "8.25.0",
|
||||
"jest": "29.1.2",
|
||||
"jest-environment-jsdom": "29.1.2",
|
||||
"prettier": "2.7.1",
|
||||
"pyodide": "0.22.1",
|
||||
"ts-jest": "29.0.3",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "4.8.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/commands": "^6.2.2",
|
||||
"@codemirror/lang-python": "^6.1.2",
|
||||
"@codemirror/language": "^6.6.0",
|
||||
@@ -39,7 +21,23 @@
|
||||
"@codemirror/theme-one-dark": "^6.1.1",
|
||||
"@codemirror/view": "^6.9.3",
|
||||
"@hoodmane/toml-j0.4": "^1.1.2",
|
||||
"@jest/globals": "29.1.2",
|
||||
"@types/codemirror": "^5.60.5",
|
||||
"@types/jest": "29.1.2",
|
||||
"@types/node": "18.8.3",
|
||||
"@typescript-eslint/eslint-plugin": "5.39.0",
|
||||
"@typescript-eslint/parser": "5.39.0",
|
||||
"codemirror": "6.0.1",
|
||||
"synclink": "^0.1.1"
|
||||
"cross-env": "7.0.3",
|
||||
"esbuild": "0.17.12",
|
||||
"eslint": "8.25.0",
|
||||
"jest": "29.1.2",
|
||||
"jest-environment-jsdom": "29.1.2",
|
||||
"prettier": "2.7.1",
|
||||
"pyodide": "0.22.1",
|
||||
"synclink": "0.2.4",
|
||||
"ts-jest": "29.0.3",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "4.8.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user