File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : [],
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments