File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
generators/app/dependencyVersions Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
"private" : true ,
6
6
"dependencies" : {
7
7
"@types/mocha" : " ^10.0.10" ,
8
- "@types/node" : " 22 .x" ,
8
+ "@types/node" : " 24 .x" ,
9
9
"@types/assert" : " ^1.5.11" ,
10
- "@typescript-eslint/eslint-plugin" : " ^8.33.1 " ,
11
- "@typescript-eslint/parser" : " ^8.33.1 " ,
10
+ "@typescript-eslint/eslint-plugin" : " ^8.34.0 " ,
11
+ "@typescript-eslint/parser" : " ^8.34.0 " ,
12
12
"eslint" : " ^9.28.0" ,
13
13
"glob" : " ^11.0.2" ,
14
- "mocha" : " ^11.5 .0" ,
14
+ "mocha" : " ^11.6 .0" ,
15
15
"typescript" : " ^5.8.3" ,
16
16
"@vscode/test-cli" : " ^0.0.11" ,
17
17
"@vscode/test-electron" : " ^2.5.2" ,
Original file line number Diff line number Diff line change 44
44
},
45
45
"devDependencies" : {
46
46
"@types/mocha" : " ^10.0.10" ,
47
- "@types/node" : " ^22.15.30 " ,
48
- "mocha" : " ^11.5 .0" ,
47
+ "@types/node" : " ^24.0.0 " ,
48
+ "mocha" : " ^11.6 .0" ,
49
49
"yeoman-environment" : " ^4.4.3" ,
50
50
"yeoman-test" : " ^10.1.1" ,
51
51
"jsonc-parser" : " ^3.3.1"
You can’t perform that action at this time.
0 commit comments