|
1 | 1 | { |
2 | 2 | "name": "pln", |
3 | 3 | "description": "Pylon IDE", |
4 | | - "version": "2.7.0", |
| 4 | + "version": "2.8.0", |
5 | 5 | "license": "GPL-3.0", |
6 | 6 | "homepage": "https://github.com/pylonide/pylon", |
7 | 7 | "engines": { |
|
29 | 29 | "urlrouter": "~0.5.4", |
30 | 30 | "qs": "~6.10.1", |
31 | 31 | "parseurl": "~1.3.2", |
32 | | - "passport": "~0.4.0", |
| 32 | + "passport": "~0.5.0", |
33 | 33 | "passport-http": "~0.3.0", |
34 | 34 | "passport-local": "~1.0.0", |
35 | 35 | "msgpack-js-browser": "~0.1.4", |
36 | | - "engine.io": "~5.2.1", |
37 | | - "engine.io-client": "~5.1.1", |
| 36 | + "engine.io": "~6.1.0", |
| 37 | + "engine.io-client": "~6.1.0", |
38 | 38 | "amd-loader": "~0.0.8", |
39 | 39 | "http-error": "~0.0.6", |
40 | 40 | "simple-template": "~0.0.1", |
41 | 41 | "netutil": "~0.0.2", |
42 | 42 | "architect": "~0.1.13", |
43 | 43 | "node-pty": "0.10.1", |
44 | | - "xterm": "~4.13.0", |
| 44 | + "xterm": "~4.18.0", |
45 | 45 | "xterm-addon-fit": "~0.5.0", |
46 | 46 | "vary": "^1.1.2", |
47 | 47 | "asyncjs": "~0.0.13", |
48 | | - "yargs": "~17.0.1", |
| 48 | + "yargs": "~17.3.1", |
49 | 49 | "@pylonide/architect-build": "~0.1.3", |
50 | 50 | "@pylonide/dryice": "^0.5.2", |
51 | | - "@pylonide/jsdav": "~0.4.2", |
| 51 | + "@pylonide/jsdav": "~0.6.0", |
52 | 52 | "@pylonide/smith": "~0.1.24", |
53 | 53 | "@pylonide/treehugger": "~0.1.0", |
54 | 54 | "@pylonide/v8debug": "~0.1.3", |
55 | | - "@pylonide/vfs-architect": "~0.2.0", |
56 | | - "@pylonide/vfs-nodefs-adapter": "~0.4.0", |
57 | | - "ace": "https://github.com/ajaxorg/ace/tarball/v1.4.12" |
| 55 | + "@pylonide/vfs-architect": "~0.4.0", |
| 56 | + "@pylonide/vfs-nodefs-adapter": "~0.5.0", |
| 57 | + "ace": "https://github.com/ajaxorg/ace/tarball/v1.4.14" |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | 60 | "rimraf": "~3.0.0", |
61 | | - "xmldom": "~0.6.0", |
| 61 | + "@xmldom/xmldom": "~0.8.0", |
62 | 62 | "xpath": "~0.0.27" |
63 | 63 | }, |
64 | 64 | "repository": { |
|
0 commit comments