|
4 | 4 | "displayName": "P2P Live Share", |
5 | 5 | "version": "0.0.18", |
6 | 6 | "private": true, |
7 | | - "packageManager": "pnpm@10.15.1", |
| 7 | + "packageManager": "pnpm@10.20.0", |
8 | 8 | "description": "VSCode collaboration extension - a Peer-to-Peer and Open-Source alternative to Live Share.", |
9 | 9 | "author": { |
10 | 10 | "name": "_Kerman", |
|
23 | 23 | "icon": "assets/icon.png", |
24 | 24 | "browser": "./dist/browser.js", |
25 | 25 | "engines": { |
26 | | - "vscode": "^1.99.0" |
| 26 | + "vscode": "^1.105.0" |
27 | 27 | }, |
28 | 28 | "activationEvents": [ |
29 | 29 | "onFileSystem:p2p-live-share" |
|
579 | 579 | "release": "bumpp package.json src/sync/ws/package.json" |
580 | 580 | }, |
581 | 581 | "devDependencies": { |
582 | | - "@antfu/eslint-config": "^5.3.0", |
583 | | - "@types/node": "^24.4.0", |
584 | | - "@types/vscode": "^1.99.0", |
| 582 | + "@antfu/eslint-config": "^6.2.0", |
| 583 | + "@types/node": "^24.10.0", |
| 584 | + "@types/vscode": "^1.105.0", |
585 | 585 | "@vscode-elements/elements": "^2.3.1", |
586 | | - "@vscode/test-web": "^0.0.73", |
| 586 | + "@vscode/test-web": "^0.0.74", |
587 | 587 | "@vscode/windows-process-tree": "^0.6.0", |
588 | 588 | "@y/protocols": "1.0.6-0", |
589 | | - "birpc": "^2.5.0", |
590 | | - "bumpp": "^10.2.3", |
591 | | - "eslint": "^9.35.0", |
592 | | - "eslint-plugin-format": "^1.0.1", |
| 589 | + "birpc": "^2.7.0", |
| 590 | + "bumpp": "^10.3.1", |
| 591 | + "eslint": "^9.39.1", |
| 592 | + "eslint-plugin-format": "^1.0.2", |
593 | 593 | "get-port": "^7.1.0", |
594 | 594 | "lib0": "^0.2.114", |
595 | 595 | "nanoid": "^5.1.6", |
596 | | - "node-pty": "^1.0.0-beta35", |
| 596 | + "node-pty": "^1.1.0-beta35", |
597 | 597 | "pathe": "^2.0.3", |
598 | | - "reactive-vscode": "^0.3.3", |
599 | | - "trystero": "^0.21.8", |
600 | | - "tsdown": "^0.15.0", |
| 598 | + "reactive-vscode": "^0.4.1", |
| 599 | + "trystero": "^0.22.0", |
| 600 | + "tsdown": "^0.15.12", |
601 | 601 | "tsx": "^4.20.6", |
602 | | - "typescript": "^5.9.2", |
| 602 | + "typescript": "^5.9.3", |
603 | 603 | "vscode-languageclient": "^10.0.0-next.17", |
604 | 604 | "vscode-languageserver": "^10.0.0-next.14", |
605 | | - "vue": "^3.5.21", |
| 605 | + "vue": "^3.5.22", |
606 | 606 | "y-array": "^10.1.4", |
607 | 607 | "y-protocols": "^1.0.6", |
608 | 608 | "yjs": "^13.6.27" |
|
0 commit comments