File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed
generators/app/dependencyVersions Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 7
7
"@codeeditorland/test-cli" : " 0.0.1" ,
8
8
"@codeeditorland/test-electron" : " 0.0.1" ,
9
9
"@codeeditorland/test-web" : " 0.0.1" ,
10
- "@esbuild-plugins/node-globals-polyfill" : " ^ 0.2.3" ,
11
- "@types/assert" : " ^ 1.5.11" ,
12
- "@types/land-notebook-renderer" : " ^ 1.72.3" ,
10
+ "@esbuild-plugins/node-globals-polyfill" : " 0.2.3" ,
11
+ "@types/assert" : " 1.5.11" ,
12
+ "@types/land-notebook-renderer" : " 1.72.3" ,
13
13
"@types/node" : " 20.x" ,
14
- "assert" : " ^ 2.1.0" ,
15
- "concurrently" : " ^ 9.1.0" ,
16
- "css-loader" : " ^ 7.1.2" ,
17
- "esbuild" : " ^ 0.24.0" ,
18
- "glob" : " ^ 11.0.0" ,
19
- "npm-run-all" : " ^ 4.1.5" ,
20
- "process" : " ^ 0.11.10" ,
21
- "style-loader" : " ^ 4.0.0" ,
22
- "ts-loader" : " ^ 9.5.1" ,
23
- "util" : " ^ 0.12.5"
14
+ "assert" : " 2.1.0" ,
15
+ "concurrently" : " 9.1.0" ,
16
+ "css-loader" : " 7.1.2" ,
17
+ "esbuild" : " 0.24.0" ,
18
+ "glob" : " 11.0.0" ,
19
+ "npm-run-all" : " 4.1.5" ,
20
+ "process" : " 0.11.10" ,
21
+ "style-loader" : " 4.0.0" ,
22
+ "ts-loader" : " 9.5.1" ,
23
+ "util" : " 0.12.5"
24
24
},
25
25
"devDependencies" : {}
26
26
}
Original file line number Diff line number Diff line change 8
8
"postversion" : " git push && git push --tags"
9
9
},
10
10
"dependencies" : {
11
- "chalk" : " ^ 5.3.0" ,
12
- "fast-plist" : " ^ 0.1.3" ,
13
- "request-light" : " ^ 0.8.0" ,
14
- "which" : " ^ 5.0.0" ,
15
- "yosay" : " ^ 3.0.0"
11
+ "chalk" : " 5.3.0" ,
12
+ "fast-plist" : " 0.1.3" ,
13
+ "request-light" : " 0.8.0" ,
14
+ "which" : " 5.0.0" ,
15
+ "yosay" : " 3.0.0"
16
16
},
17
17
"devDependencies" : {
18
- "@types/node" : " ^ 18.19.57" ,
19
- "jsonc-parser" : " ^ 3.3.1"
18
+ "@types/node" : " 18.19.57" ,
19
+ "jsonc-parser" : " 3.3.1"
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments