|
784 | 784 | "@types/node": "^20", |
785 | 785 | "@types/vscode": "^1.95.0", |
786 | 786 | "@types/vscode-webview": "^1.57.5", |
| 787 | + "@typescript/native": "npm:typescript@^7.0.2", |
787 | 788 | "@vsc-neuropilot/api-types": "workspace:*", |
788 | 789 | "@vscode/test-cli": "^0.0.15", |
789 | 790 | "@vscode/test-electron": "^3.0.0", |
790 | 791 | "@vscode/test-web": "^0.0.81", |
791 | 792 | "@vscode/vsce": "^3.9.2", |
792 | 793 | "ansis": "^4.3.1", |
793 | | - "baseline-browser-mapping": "^2.10.41", |
| 794 | + "baseline-browser-mapping": "^2.11.1", |
794 | 795 | "cross-env": "^10.1.0", |
795 | 796 | "esbuild": "^0.28.1", |
796 | 797 | "esbuild-plugin-polyfill-node": "^0.3.0", |
797 | | - "eslint": "^10.6.0", |
798 | | - "eslint-plugin-jsdoc": "^63.0.10", |
799 | | - "eslint-plugin-unicorn": "^70.0.0", |
| 798 | + "eslint": "^10.7.0", |
| 799 | + "eslint-plugin-jsdoc": "^63.2.1", |
| 800 | + "eslint-plugin-unicorn": "^72.0.0", |
800 | 801 | "globals": "^17.7.0", |
801 | 802 | "husky": "^9.1.7", |
802 | 803 | "mocha": "^11.7.6", |
803 | 804 | "npm-run-all2": "^9.0.2", |
804 | 805 | "ovsx": "^1.0.2", |
805 | 806 | "playwright": "^1.61.1", |
806 | 807 | "ts-mockito": "^2.6.1", |
807 | | - "tsx": "^4.22.5", |
808 | | - "typescript": "^6.0.3", |
809 | | - "typescript-eslint": "^8.62.1", |
| 808 | + "tsx": "^4.23.1", |
| 809 | + "typescript": "npm:@typescript/typescript6@^6.0.2", |
| 810 | + "typescript-eslint": "^8.65.0", |
810 | 811 | "yaml": "^2.9.0" |
811 | 812 | }, |
812 | 813 | "dependencies": { |
813 | 814 | "@vscode/codicons": "^0.0.45", |
814 | 815 | "file-type": "^22.0.1", |
815 | 816 | "glob-to-regexp": "^0.4.1", |
816 | | - "ignore": "^7.0.5", |
| 817 | + "ignore": "^7.0.6", |
817 | 818 | "jsonschema": "^1.5.0", |
818 | 819 | "neuro-game-sdk": "^1.1.2", |
819 | | - "preact": "^10.29.3", |
| 820 | + "preact": "^10.29.7", |
820 | 821 | "zod": "^4.4.3" |
821 | 822 | } |
822 | 823 | } |
0 commit comments