Skip to content

Commit f519a14

Browse files
committed
refactor: relocate verdaccio and verdaccio-auth-memory dependencies
Move from the root to the `tests` package and update Bazel references.
1 parent 76448a3 commit f519a14

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@
131131
"typescript": "6.0.1-rc",
132132
"undici": "7.22.0",
133133
"unenv": "^1.10.0",
134-
"verdaccio": "6.2.9",
135-
"verdaccio-auth-memory": "^10.0.0",
136134
"zone.js": "^0.16.0"
137135
},
138136
"dependenciesMeta": {

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ e2e_suites(
6666

6767
# Dynamically loaded.
6868
"//tests/e2e/assets",
69-
"//:node_modules/verdaccio",
70-
"//:node_modules/verdaccio-auth-memory",
69+
"//tests:node_modules/verdaccio",
70+
"//tests:node_modules/verdaccio-auth-memory",
7171

7272
# Extra runtime deps due to bundling issues.
7373
# TODO: Clean this up.

tests/e2e/utils/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ ts_project(
1616
"//:node_modules/fast-glob",
1717
"//:node_modules/puppeteer",
1818
"//:node_modules/semver",
19-
"//:node_modules/verdaccio",
20-
"//:node_modules/verdaccio-auth-memory",
2119
"//tests:node_modules/@types/tar-stream",
2220
"//tests:node_modules/tar-stream",
21+
"//tests:node_modules/verdaccio",
22+
"//tests:node_modules/verdaccio-auth-memory",
2323
],
2424
)

tests/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"devDependencies": {
3-
"@types/tar-stream": "3.1.4",
43
"@angular-devkit/schematics": "workspace:*",
5-
"tar-stream": "3.1.8"
4+
"@types/tar-stream": "3.1.4",
5+
"tar-stream": "3.1.8",
6+
"verdaccio": "6.2.9",
7+
"verdaccio-auth-memory": "^10.0.0"
68
}
79
}

0 commit comments

Comments
 (0)