build: no longer rely on archive packages for integration tests (#62996)

Now that the packages are avaiable at the base node_modules we can treat local packages as normal packages and not leverage the archive package versions

PR Close #62996
This commit is contained in:
Joey Perrott
2025-08-04 20:14:24 +00:00
committed by Kristiyan Kostadinov
parent 648bbb097e
commit 5802f8009e
7 changed files with 37 additions and 6 deletions
+4
View File
@@ -52,6 +52,7 @@
"@angular-devkit/core": "20.2.0-next.2",
"@angular-devkit/schematics": "20.2.0-next.2",
"@angular/animations": "workspace:*",
"@angular/benchpress": "workspace: *",
"@angular/build": "20.2.0-next.2",
"@angular/cdk": "20.2.0-next.2",
"@angular/cli": "20.2.0-next.2",
@@ -61,6 +62,8 @@
"@angular/core": "workspace:*",
"@angular/elements": "workspace:*",
"@angular/forms": "workspace:*",
"@angular/language-service": "workspace: *",
"@angular/localize": "workspace: *",
"@angular/material": "20.2.0-next.2",
"@angular/platform-browser": "workspace:*",
"@angular/platform-browser-dynamic": "workspace:*",
@@ -68,6 +71,7 @@
"@angular/router": "workspace:*",
"@angular/service-worker": "workspace:*",
"@angular/ssr": "20.2.0-next.2",
"@angular/upgrade": "workspace: *",
"@babel/cli": "7.28.0",
"@babel/core": "7.28.0",
"@babel/generator": "7.28.0",