|
1 | 1 | { |
2 | 2 | "name": "@pyscript/core", |
3 | | - "version": "0.4.56", |
| 3 | + "version": "0.5.0", |
4 | 4 | "type": "module", |
5 | 5 | "description": "PyScript", |
6 | 6 | "module": "./index.js", |
|
44 | 44 | "dependencies": { |
45 | 45 | "@ungap/with-resolvers": "^0.1.0", |
46 | 46 | "basic-devtools": "^0.1.6", |
47 | | - "polyscript": "^0.13.10", |
| 47 | + "polyscript": "^0.14.2", |
48 | 48 | "sticky-module": "^0.1.1", |
49 | 49 | "to-json-callback": "^0.1.1", |
50 | 50 | "type-checked-collections": "^0.1.7" |
|
54 | 54 | "@codemirror/lang-python": "^6.1.6", |
55 | 55 | "@codemirror/language": "^6.10.2", |
56 | 56 | "@codemirror/state": "^6.4.1", |
57 | | - "@codemirror/view": "^6.28.5", |
58 | | - "@playwright/test": "^1.45.2", |
| 57 | + "@codemirror/view": "^6.29.1", |
| 58 | + "@playwright/test": "^1.45.3", |
59 | 59 | "@rollup/plugin-commonjs": "^26.0.1", |
60 | 60 | "@rollup/plugin-node-resolve": "^15.2.3", |
61 | 61 | "@rollup/plugin-terser": "^0.4.4", |
62 | 62 | "@webreflection/toml-j0.4": "^1.1.3", |
63 | 63 | "@xterm/addon-fit": "^0.10.0", |
64 | 64 | "@xterm/addon-web-links": "^0.11.0", |
65 | | - "bun": "^1.1.20", |
| 65 | + "bun": "^1.1.21", |
66 | 66 | "chokidar": "^3.6.0", |
67 | 67 | "codemirror": "^6.0.1", |
68 | | - "eslint": "^9.7.0", |
| 68 | + "eslint": "^9.8.0", |
69 | 69 | "flatted": "^3.3.1", |
70 | | - "rollup": "^4.18.1", |
| 70 | + "rollup": "^4.19.1", |
71 | 71 | "rollup-plugin-postcss": "^4.0.2", |
72 | 72 | "rollup-plugin-string": "^3.0.0", |
73 | 73 | "static-handler": "^0.4.3", |
74 | | - "typescript": "^5.5.3", |
| 74 | + "typescript": "^5.5.4", |
75 | 75 | "xterm": "^5.3.0", |
76 | 76 | "xterm-readline": "^1.1.1" |
77 | 77 | }, |
|
0 commit comments