File tree Expand file tree Collapse file tree 3 files changed +67
-39
lines changed
generators/app/dependencyVersions Expand file tree Collapse file tree 3 files changed +67
-39
lines changed Original file line number Diff line number Diff line change 77 "@types/mocha" : " ^10.0.10" ,
88 "@types/node" : " 22.x" ,
99 "@types/assert" : " ^1.5.11" ,
10- "typescript-eslint" : " ^8.54.0 " ,
11- "eslint" : " ^9.39.2 " ,
12- "glob" : " ^13.0.0 " ,
10+ "typescript-eslint" : " ^8.56.1 " ,
11+ "eslint" : " ^9.39.3 " ,
12+ "glob" : " ^13.0.6 " ,
1313 "mocha" : " ^11.7.5" ,
1414 "typescript" : " ^5.9.3" ,
1515 "@vscode/test-cli" : " ^0.0.12" ,
1616 "@vscode/test-electron" : " ^2.5.2" ,
17- "@vscode/test-web" : " ^0.0.79 " ,
17+ "@vscode/test-web" : " ^0.0.80 " ,
1818 "@types/webpack-env" : " ^1.18.8" ,
1919 "@types/vscode-notebook-renderer" : " ^1.72.4" ,
2020 "concurrently" : " ^9.2.1" ,
21- "css-loader" : " ^7.1.3 " ,
21+ "css-loader" : " ^7.1.4 " ,
2222 "fork-ts-checker-webpack-plugin" : " ^9.1.0" ,
2323 "style-loader" : " ^4.0.0" ,
2424 "ts-loader" : " ^9.5.4" ,
2525 "vscode-dts" : " ^0.3.3" ,
2626 "vscode-notebook-error-overlay" : " ^1.1.0" ,
27- "webpack" : " ^5.104.1 " ,
27+ "webpack" : " ^5.105.3 " ,
2828 "util" : " ^0.12.5" ,
2929 "webpack-cli" : " ^6.0.1" ,
3030 "webpack-dev-server" : " ^5.2.3" ,
3131 "assert" : " ^2.1.0" ,
3232 "process" : " ^0.11.10" ,
3333 "npm-run-all" : " ^4.1.5" ,
34- "esbuild" : " ^0.27.2 " ,
34+ "esbuild" : " ^0.27.3 " ,
3535 "@esbuild-plugins/node-globals-polyfill" : " ^0.2.3"
3636 }
3737}
Original file line number Diff line number Diff line change 11{
22 "name" : " generator-code" ,
3- "version" : " 1.11.17 " ,
3+ "version" : " 1.11.18 " ,
44 "description" : " Yeoman generator for Visual Studio Code extensions." ,
55 "keywords" : [
66 " yeoman-generator" ,
3838 "chalk" : " ^5.6.2" ,
3939 "fast-plist" : " ^0.1.3" ,
4040 "request-light" : " ^0.8.0" ,
41- "which" : " ^6.0.0 " ,
41+ "which" : " ^6.0.1 " ,
4242 "yeoman-generator" : " ^7.5.1" ,
4343 "yosay" : " ^3.0.0"
4444 },
4747 "@types/node" : " ^20.x" ,
4848 "@yeoman/adapter" : " ^3.1.1" ,
4949 "jsonc-parser" : " ^3.3.1" ,
50- "mocha" : " ^11.3.0 " ,
51- "yeoman-environment" : " ^5.1.2 " ,
50+ "mocha" : " ^11.7.5 " ,
51+ "yeoman-environment" : " ^5.1.3 " ,
5252 "yeoman-test" : " ^11.2.0"
5353 }
5454}
You can’t perform that action at this time.
0 commit comments