Fix #2309 - Use all config options (#2310)

* Fix #2309 - Use all config options

* dropped websocket test as it takes forever even locally
This commit is contained in:
Andrea Giammarchi
2025-03-10 15:57:12 +01:00
committed by GitHub
parent 1d666b92a2
commit f2bbc6ed5f
7 changed files with 187 additions and 164 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@pyscript/core",
"version": "0.6.35",
"version": "0.6.36",
"type": "module",
"description": "PyScript",
"module": "./index.js",
@@ -66,7 +66,7 @@
"@webreflection/idb-map": "^0.3.2",
"add-promise-listener": "^0.1.3",
"basic-devtools": "^0.1.6",
"polyscript": "^0.16.17",
"polyscript": "^0.16.21",
"sabayon": "^0.6.6",
"sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1",
@@ -77,9 +77,9 @@
"@codemirror/lang-python": "^6.1.7",
"@codemirror/language": "^6.10.8",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.36.3",
"@playwright/test": "1.45.3",
"@rollup/plugin-commonjs": "^28.0.2",
"@codemirror/view": "^6.36.4",
"@playwright/test": "^1.51.0",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@webreflection/toml-j0.4": "^1.1.3",
@@ -90,14 +90,14 @@
"chokidar": "^4.0.3",
"codedent": "^0.1.2",
"codemirror": "^6.0.1",
"eslint": "^9.21.0",
"eslint": "^9.22.0",
"flatted": "^3.3.3",
"rollup": "^4.34.8",
"rollup": "^4.35.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-string": "^3.0.0",
"static-handler": "^0.5.3",
"string-width": "^7.2.0",
"typescript": "^5.7.3",
"typescript": "^5.8.2",
"xterm-readline": "^1.1.2"
},
"repository": {