File tree Expand file tree Collapse file tree 5 files changed +23
-24
lines changed
Expand file tree Collapse file tree 5 files changed +23
-24
lines changed Original file line number Diff line number Diff line change 124124 "karma-source-map-support" : " 1.4.0" ,
125125 "listr2" : " 8.2.5" ,
126126 "lodash" : " ^4.17.21" ,
127- "npm" : " ^11.0.0" ,
128127 "prettier" : " ^3.0.0" ,
129128 "protractor" : " ~7.0.0" ,
130129 "puppeteer" : " 18.2.1" ,
136135 "shelljs" : " ^0.9.0" ,
137136 "source-map-support" : " 0.5.21" ,
138137 "symbol-observable" : " 4.0.0" ,
139- "tar" : " ^7.0.0" ,
140138 "ts-node" : " ^10.9.1" ,
141139 "tslib" : " 2.8.1" ,
142140 "typescript" : " 5.8.2" ,
143141 "undici" : " 7.5.0" ,
144142 "unenv" : " ^1.10.0" ,
145- "verdaccio" : " 6.0.5" ,
146- "verdaccio-auth-memory" : " ^10.0.0" ,
147143 "yargs-parser" : " 21.1.1" ,
148144 "zone.js" : " ^0.15.0"
149145 },
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ e2e_suites(
6262
6363 # Dynamically loaded.
6464 "//tests/legacy-cli/e2e/assets" ,
65- "//:node_modules/verdaccio" ,
66- "//:node_modules/verdaccio-auth-memory" ,
65+ "//tests :node_modules/verdaccio" ,
66+ "//tests :node_modules/verdaccio-auth-memory" ,
6767
6868 # Extra runtime deps due to bundling issues.
6969 # TODO: Clean this up.
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ ts_project(
1515 "//:node_modules/@types/semver" ,
1616 "//:node_modules/ansi-colors" ,
1717 "//:node_modules/fast-glob" ,
18- "//:node_modules/npm" ,
1918 "//:node_modules/protractor" ,
2019 "//:node_modules/semver" ,
21- "//:node_modules/tar" ,
22- "//:node_modules/verdaccio" ,
23- "//:node_modules/verdaccio-auth-memory" ,
20+ "//tests:node_modules/npm" ,
2421 "//tests:node_modules/rxjs" ,
22+ "//tests:node_modules/tar" ,
2523 "//tests:node_modules/tree-kill" ,
24+ "//tests:node_modules/verdaccio" ,
25+ "//tests:node_modules/verdaccio-auth-memory" ,
2626 ],
2727)
Original file line number Diff line number Diff line change 11{
22 "devDependencies" : {
33 "@angular-devkit/schematics" : " workspace:*" ,
4+ "npm" : " ^11.0.0" ,
45 "rxjs" : " 7.8.2" ,
5- "tree-kill" : " 1.2.2"
6+ "tar" : " 7.4.3" ,
7+ "tree-kill" : " 1.2.2" ,
8+ "verdaccio" : " 6.0.5" ,
9+ "verdaccio-auth-memory" : " 10.2.2"
610 }
711}
You can’t perform that action at this time.
0 commit comments