Skip to content

Commit 173070b

Browse files
committed
Merge branch 'dev' into feat/standard-json-schema-spec
2 parents 73c1526 + 7f9808c commit 173070b

2 files changed

Lines changed: 431 additions & 441 deletions

File tree

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"devEngines": {
1616
"runtime": {
1717
"name": "node",
18-
"onFail": "error",
19-
"version": "24.16.0"
18+
"onFail": "warn",
19+
"version": "^24.16.0"
2020
}
2121
},
2222
"packageManager": "pnpm@11.5.0",
@@ -856,28 +856,28 @@
856856
"@types/vscode": "^1.95.0",
857857
"@types/vscode-webview": "^1.57.5",
858858
"@vscode/test-cli": "^0.0.12",
859-
"@vscode/test-electron": "^2.5.2",
859+
"@vscode/test-electron": "^3.0.0",
860860
"@vscode/test-web": "^0.0.80",
861-
"@vscode/vsce": "^3.9.1",
862-
"baseline-browser-mapping": "^2.10.32",
861+
"@vscode/vsce": "^3.9.2",
862+
"baseline-browser-mapping": "^2.10.37",
863863
"chalk": "^5.6.2",
864864
"cross-env": "^10.1.0",
865-
"esbuild": "^0.28.0",
865+
"esbuild": "^0.28.1",
866866
"esbuild-plugin-polyfill-node": "^0.3.0",
867-
"eslint": "^10.4.0",
868-
"eslint-plugin-jsdoc": "^63.0.0",
869-
"eslint-plugin-unicorn": "^64.0.0",
867+
"eslint": "^10.5.0",
868+
"eslint-plugin-jsdoc": "^63.0.2",
869+
"eslint-plugin-unicorn": "^65.0.1",
870870
"glob": "^13.0.6",
871871
"globals": "^17.6.0",
872872
"husky": "^9.1.7",
873873
"mocha": "^11.7.6",
874874
"npm-run-all": "^4.1.5",
875-
"ovsx": "^0.10.12",
875+
"ovsx": "^1.0.1",
876876
"playwright": "^1.60.0",
877877
"ts-mockito": "^2.6.1",
878-
"tsx": "^4.22.3",
878+
"tsx": "^4.22.4",
879879
"typescript": "^6.0.3",
880-
"typescript-eslint": "^8.60.0",
880+
"typescript-eslint": "^8.61.0",
881881
"yaml": "^2.9.0"
882882
},
883883
"dependencies": {

0 commit comments

Comments
 (0)