mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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:
committed by
Kristiyan Kostadinov
parent
648bbb097e
commit
5802f8009e
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user