Skip to content

Commit 0ca819c

Browse files
committed
Merge branch 'dev' into api-branch
2 parents 9ffa05d + 1860890 commit 0ca819c

4 files changed

Lines changed: 117 additions & 109 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -865,25 +865,25 @@
865865
"@vscode/test-electron": "^3.0.0",
866866
"@vscode/test-web": "^0.0.80",
867867
"@vscode/vsce": "^3.9.2",
868-
"baseline-browser-mapping": "^2.10.37",
868+
"baseline-browser-mapping": "^2.10.38",
869869
"chalk": "^5.6.2",
870870
"cross-env": "^10.1.0",
871871
"esbuild": "^0.28.1",
872872
"esbuild-plugin-polyfill-node": "^0.3.0",
873873
"eslint": "^10.5.0",
874-
"eslint-plugin-jsdoc": "^63.0.2",
875-
"eslint-plugin-unicorn": "^65.0.1",
874+
"eslint-plugin-jsdoc": "^63.0.6",
875+
"eslint-plugin-unicorn": "^67.0.0",
876876
"glob": "^13.0.6",
877877
"globals": "^17.6.0",
878878
"husky": "^9.1.7",
879879
"mocha": "^11.7.6",
880880
"npm-run-all": "^4.1.5",
881881
"ovsx": "^1.0.1",
882-
"playwright": "^1.60.0",
882+
"playwright": "^1.61.0",
883883
"ts-mockito": "^2.6.1",
884884
"tsx": "^4.22.4",
885885
"typescript": "^6.0.3",
886-
"typescript-eslint": "^8.61.0",
886+
"typescript-eslint": "^8.61.1",
887887
"yaml": "^2.9.0"
888888
},
889889
"dependencies": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"scripts": {
2424
"build": "tsdown",
2525
"dev": "tsdown --watch",
26-
"prepack": "pnpm build",
26+
"prepare": "pnpm build || true",
2727
"start": "node ./bin/index.js"
2828
},
2929
"keywords": [],

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build": "tsdown",
2323
"dev": "tsdown --watch",
2424
"types": "tsgo --noEmit",
25-
"prepare": "pnpm build"
25+
"prepare": "pnpm build || true"
2626
},
2727
"keywords": [],
2828
"author": "KTrain5369",

0 commit comments

Comments
 (0)