File tree Expand file tree Collapse file tree 6 files changed +19
-24
lines changed Expand file tree Collapse file tree 6 files changed +19
-24
lines changed Original file line number Diff line number Diff line change @@ -167,10 +167,6 @@ npm_translate_lock(
167167 # for `rules_nodejs` dependencies :)
168168 },
169169 pnpm_lock = "//:pnpm-lock.yaml" ,
170- public_hoist_packages = {
171- # TODO: Remove when https://github.com/verdaccio/verdaccio/commit/bf0e09a509e8e0a74167b0307d129202bc3f40d2 is available.
172- "@verdaccio/config" : ["" ],
173- },
174170 verify_node_modules_ignored = "//:.bazelignore" ,
175171)
176172
Original file line number Diff line number Diff line change 124124 "karma-source-map-support" : " 1.4.0" ,
125125 "listr2" : " 9.0.1" ,
126126 "lodash" : " ^4.17.21" ,
127- "npm" : " ^11.0.0" ,
128127 "magic-string" : " 0.30.17" ,
129128 "rollup-plugin-dts" : " 6.2.1" ,
130129 "rollup-plugin-sourcemaps2" : " 0.5.3" ,
143142 "typescript" : " 5.9.2" ,
144143 "undici" : " 7.13.0" ,
145144 "unenv" : " ^1.10.0" ,
146- "verdaccio" : " 6.1.6" ,
147- "verdaccio-auth-memory" : " ^10.0.0" ,
148145 "yargs-parser" : " 22.0.0" ,
149146 "zone.js" : " ^0.15.0"
150147 },
Original file line number Diff line number Diff line change @@ -62,12 +62,11 @@ 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.
70- "//:node_modules/@verdaccio/config" ,
7170 "//:node_modules/express" ,
7271 ],
7372 runner = ":runner_entrypoint" ,
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" ,
2120 "//:node_modules/tar" ,
22- "//:node_modules/verdaccio" ,
23- "//:node_modules/verdaccio-auth-memory" ,
21+ "//tests:node_modules/npm" ,
2422 "//tests:node_modules/rxjs" ,
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+ "tree-kill" : " 1.2.2" ,
7+ "verdaccio-auth-memory" : " ^10.0.0" ,
8+ "verdaccio" : " 6.1.6"
69 }
710}
You can’t perform that action at this time.
0 commit comments