File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed
generators/app/dependencyVersions Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "@esbuild-plugins/node-globals-polyfill" : " ^ 0.2.3" ,
4
- "@types/assert" : " ^ 1.5.10" ,
5
- "@types/node" : " 20 .x" ,
6
- "assert" : " ^ 2.1.0" ,
7
- "concurrently" : " ^8.2.2 " ,
8
- "css-loader" : " ^ 7.1.2" ,
9
- "esbuild" : " ^0.23.1 " ,
10
- "glob" : " ^ 11.0.0" ,
11
- "npm-run-all" : " ^ 4.1.5" ,
12
- "process" : " ^ 0.11.10" ,
13
- "style-loader" : " ^ 4.0.0" ,
14
- "ts-loader" : " ^ 9.5.1" ,
15
- "util" : " ^ 0.12.5"
3
+ "@esbuild-plugins/node-globals-polyfill" : " 0.2.3" ,
4
+ "@types/assert" : " 1.5.10" ,
5
+ "@types/node" : " 22 .x" ,
6
+ "assert" : " 2.1.0" ,
7
+ "concurrently" : " 9.0.1 " ,
8
+ "css-loader" : " 7.1.2" ,
9
+ "esbuild" : " 0.24.0 " ,
10
+ "glob" : " 11.0.0" ,
11
+ "npm-run-all" : " 4.1.5" ,
12
+ "process" : " 0.11.10" ,
13
+ "style-loader" : " 4.0.0" ,
14
+ "ts-loader" : " 9.5.1" ,
15
+ "util" : " 0.12.5"
16
16
},
17
17
"description" : " Helper file to manage the versions of the node modules used by the generators. Named package.json so the VS Code dependencies completions work. Must be in a subfolder due to #325" ,
18
18
"name" : " generator-code-dependencies-versions"
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "chalk" : " ^ 5.3.0" ,
4
- "fast-plist" : " ^ 0.1.3" ,
5
- "request-light" : " ^ 0.8.0" ,
6
- "which" : " ^ 4.0.0" ,
7
- "yosay" : " ^ 3.0.0"
3
+ "chalk" : " 5.3.0" ,
4
+ "fast-plist" : " 0.1.3" ,
5
+ "request-light" : " 0.8.0" ,
6
+ "which" : " 4.0.0" ,
7
+ "yosay" : " 3.0.0"
8
8
},
9
9
"description" : " Yeoman generator for Visual Studio Code extensions." ,
10
10
"devDependencies" : {
11
- "@types/node" : " ^18.19.39 "
11
+ "@types/node" : " 22.6.0 "
12
12
},
13
13
"main" : " ./generators/app/index.js" ,
14
14
"name" : " generator-code" ,
You can’t perform that action at this time.
0 commit comments