Skip to content

Commit e223feb

Browse files
committed
Merge branch 'dev' into api-branch
2 parents f8f8e50 + edf1d9c commit e223feb

2 files changed

Lines changed: 533 additions & 191 deletions

File tree

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -784,39 +784,40 @@
784784
"@types/node": "^20",
785785
"@types/vscode": "^1.95.0",
786786
"@types/vscode-webview": "^1.57.5",
787+
"@typescript/native": "npm:typescript@^7.0.2",
787788
"@vsc-neuropilot/api-types": "workspace:*",
788789
"@vscode/test-cli": "^0.0.15",
789790
"@vscode/test-electron": "^3.0.0",
790791
"@vscode/test-web": "^0.0.81",
791792
"@vscode/vsce": "^3.9.2",
792793
"ansis": "^4.3.1",
793-
"baseline-browser-mapping": "^2.10.41",
794+
"baseline-browser-mapping": "^2.11.1",
794795
"cross-env": "^10.1.0",
795796
"esbuild": "^0.28.1",
796797
"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",
800801
"globals": "^17.7.0",
801802
"husky": "^9.1.7",
802803
"mocha": "^11.7.6",
803804
"npm-run-all2": "^9.0.2",
804805
"ovsx": "^1.0.2",
805806
"playwright": "^1.61.1",
806807
"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",
810811
"yaml": "^2.9.0"
811812
},
812813
"dependencies": {
813814
"@vscode/codicons": "^0.0.45",
814815
"file-type": "^22.0.1",
815816
"glob-to-regexp": "^0.4.1",
816-
"ignore": "^7.0.5",
817+
"ignore": "^7.0.6",
817818
"jsonschema": "^1.5.0",
818819
"neuro-game-sdk": "^1.1.2",
819-
"preact": "^10.29.3",
820+
"preact": "^10.29.7",
820821
"zod": "^4.4.3"
821822
}
822823
}

0 commit comments

Comments
 (0)