Skip to content

Commit b1dceda

Browse files
committed
Merge branch 'master' into dev
2 parents fcc461f + 6714b65 commit b1dceda

3 files changed

Lines changed: 474 additions & 1319 deletions

File tree

package.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -857,29 +857,28 @@
857857
"@types/node": "^20",
858858
"@types/vscode": "^1.95.0",
859859
"@types/vscode-webview": "^1.57.5",
860-
"@vscode/test-cli": "^0.0.12",
860+
"@vscode/test-cli": "^0.0.15",
861861
"@vscode/test-electron": "^3.0.0",
862-
"@vscode/test-web": "^0.0.80",
862+
"@vscode/test-web": "^0.0.81",
863863
"@vscode/vsce": "^3.9.2",
864-
"baseline-browser-mapping": "^2.10.38",
864+
"baseline-browser-mapping": "^2.10.41",
865865
"chalk": "^5.6.2",
866866
"cross-env": "^10.1.0",
867867
"esbuild": "^0.28.1",
868868
"esbuild-plugin-polyfill-node": "^0.3.0",
869-
"eslint": "^10.5.0",
870-
"eslint-plugin-jsdoc": "^63.0.6",
871-
"eslint-plugin-unicorn": "^67.0.0",
872-
"glob": "^13.0.6",
873-
"globals": "^17.6.0",
869+
"eslint": "^10.6.0",
870+
"eslint-plugin-jsdoc": "^63.0.10",
871+
"eslint-plugin-unicorn": "^70.0.0",
872+
"globals": "^17.7.0",
874873
"husky": "^9.1.7",
875874
"mocha": "^11.7.6",
876-
"npm-run-all": "^4.1.5",
877-
"ovsx": "^1.0.1",
878-
"playwright": "^1.61.0",
875+
"npm-run-all2": "^9.0.2",
876+
"ovsx": "^1.0.2",
877+
"playwright": "^1.61.1",
879878
"ts-mockito": "^2.6.1",
880-
"tsx": "^4.22.4",
879+
"tsx": "^4.22.5",
881880
"typescript": "^6.0.3",
882-
"typescript-eslint": "^8.61.1",
881+
"typescript-eslint": "^8.62.1",
883882
"yaml": "^2.9.0"
884883
},
885884
"dependencies": {
@@ -888,8 +887,8 @@
888887
"glob-to-regexp": "^0.4.1",
889888
"ignore": "^7.0.5",
890889
"jsonschema": "^1.5.0",
891-
"neuro-game-sdk": "^1.1.1",
892-
"preact": "^10.29.2",
890+
"neuro-game-sdk": "^1.1.2",
891+
"preact": "^10.29.3",
893892
"zod": "^4.4.3"
894893
}
895894
}

0 commit comments

Comments
 (0)