Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 64b1088

Browse files
build: move verdaccio and npm into tests/package.json
These dependencies are only needed for e2e tests
1 parent 0505f95 commit 64b1088

File tree

5 files changed

+20
-23
lines changed

5 files changed

+20
-23
lines changed

‎package.json‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@
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",
@@ -143,8 +142,6 @@
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
},

‎pnpm-lock.yaml‎

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

‎tests/legacy-cli/BUILD.bazel‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ 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",
70+
"//tests:node_modules/@verdaccio/config",
7171
"//:node_modules/express",
7272
],
7373
runner = ":runner_entrypoint",

‎tests/legacy-cli/e2e/utils/BUILD.bazel‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
)

‎tests/package.json‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
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
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /