File tree Expand file tree Collapse file tree 3 files changed +28
-28
lines changed
generators/app/dependencyVersions Expand file tree Collapse file tree 3 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 4
4
"version" : " 0.0.0" ,
5
5
"private" : true ,
6
6
"dependencies" : {
7
- "@types/mocha" : " ^10.0.6 " ,
7
+ "@types/mocha" : " ^10.0.7 " ,
8
8
"@types/node" : " 20.x" ,
9
9
"@types/assert" : " ^1.5.10" ,
10
- "@typescript-eslint/eslint-plugin" : " ^7.11.0 " ,
10
+ "@typescript-eslint/eslint-plugin" : " ^7.14.1 " ,
11
11
"@typescript-eslint/parser" : " ^7.11.0" ,
12
12
"eslint" : " ^8.57.0" ,
13
- "glob" : " ^10.4.1 " ,
14
- "mocha" : " ^10.4.0 " ,
13
+ "glob" : " ^10.4.2 " ,
14
+ "mocha" : " ^10.5.2 " ,
15
15
"typescript" : " ^5.4.5" ,
16
16
"@vscode/test-cli" : " ^0.0.9" ,
17
17
"@vscode/test-electron" : " ^2.4.0" ,
18
- "@vscode/test-web" : " ^0.0.54 " ,
18
+ "@vscode/test-web" : " ^0.0.55 " ,
19
19
"@types/webpack-env" : " ^1.18.5" ,
20
20
"@types/vscode-notebook-renderer" : " ^1.72.3" ,
21
21
"concurrently" : " ^8.2.2" ,
25
25
"ts-loader" : " ^9.5.1" ,
26
26
"vscode-dts" : " ^0.3.3" ,
27
27
"vscode-notebook-error-overlay" : " ^1.0.1" ,
28
- "webpack" : " ^5.92.0 " ,
28
+ "webpack" : " ^5.92.1 " ,
29
29
"util" : " ^0.12.5" ,
30
30
"webpack-cli" : " ^5.1.4" ,
31
31
"webpack-dev-server" : " ^5.0.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " generator-code" ,
3
- "version" : " 1.11.0 " ,
3
+ "version" : " 1.11.1 " ,
4
4
"description" : " Yeoman generator for Visual Studio Code extensions." ,
5
5
"keywords" : [
6
6
" yeoman-generator" ,
39
39
"fast-plist" : " ^0.1.3" ,
40
40
"request-light" : " ^0.7.0" ,
41
41
"which" : " ^4.0.0" ,
42
- "yeoman-generator" : " ^7.2.0 " ,
42
+ "yeoman-generator" : " ^7.3.2 " ,
43
43
"yosay" : " ^3.0.0"
44
44
},
45
45
"devDependencies" : {
46
- "@types/mocha" : " ^10.0.6 " ,
47
- "@types/node" : " ^18.18.5 " ,
48
- "mocha" : " ^10.4.0 " ,
46
+ "@types/mocha" : " ^10.0.7 " ,
47
+ "@types/node" : " ^18.19.39 " ,
48
+ "mocha" : " ^10.5.2 " ,
49
49
"yeoman-environment" : " ^4.4.1" ,
50
50
"yeoman-test" : " ^8.3.0"
51
51
}
You can’t perform that action at this time.
0 commit comments