8000 Fix #1940 - Handle Main Xterm as tty too (#1941) · sugruedes/pyscript@1e7fb9a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e7fb9a

Browse files
Fix pyscript#1940 - Handle Main Xterm as tty too (pyscript#1941)
1 parent 154e00d commit 1e7fb9a

File tree

4 files changed

+119
-98
lines changed

4 files changed

+119
-98
lines changed

pyscript.core/package-lock.json

Lines changed: 87 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyscript.core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pyscript/core",
3-
"version": "0.3.14",
3+
"version": "0.3.15",
44
"type": "module",
55
"description": "PyScript",
66
"module": "./index.js",
@@ -42,17 +42,17 @@
4242
"dependencies": {
4343
"@ungap/with-resolvers": "^0.1.0",
4444
"basic-devtools": "^0.1.6",
45-
"polyscript": "^0.6.8",
45+
"polyscript": "^0.6.11",
4646
"sticky-module": "^0.1.1",
4747
"to-json-callback": "^0.1.1",
4848
"type-checked-collections": "^0.1.7"
4949
},
5050
"devDependencies": {
51-
"@codemirror/commands": "^6.3.2",
51+
"@codemirror/commands": "^6.3.3",
5252
"@codemirror/lang-python": "^6.1.3",
53-
"@codemirror/language": "^6.9.3",
54-
"@codemirror/state": "^6.3.3",
55-
"@codemirror/view": "^6.22.3",
53+
"@codemirror/language": "^6.10.0",
54+
"@codemirror/state": "^6.4.0",
55+
"@codemirror/view": "^6.23.0",
5656
"@playwright/test": "^1.40.1",
5757
"@rollup/plugin-commonjs": "^25.0.7",
5858
"@rollup/plugin-node-resolve": "^15.2.3",
@@ -62,7 +62,7 @@
6262
"chokidar": "^3.5.3",
6363
"codemirror": "^6.0.1",
6464
"eslint": "^8.56.0",
65-
"rollup": "^4.9.1",
65+
"rollup": "^4.9.5",
6666
"rollup-plugin-postcss": "^4.0.2",
6767
"rollup-plugin-string": "^3.0.0",
6868
"static-handler": "^0.4.3",

0 commit comments

Comments
 (0)
0