mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: update cross-repo angular dependencies
See associated pull request for more information.
This commit is contained in:
committed by
Alon Mishne
parent
565dbb2fe5
commit
b95f9e2691
+6
-6
@@ -5,21 +5,21 @@
|
||||
"@algolia/requester-browser-xhr": "5.56.0",
|
||||
"@algolia/requester-node-http": "5.56.0",
|
||||
"@angular/animations": "workspace:*",
|
||||
"@angular/aria": "22.1.0-rc.0",
|
||||
"@angular/build": "22.2.0-next.0",
|
||||
"@angular/cdk": "22.1.0-rc.0",
|
||||
"@angular/cli": "22.2.0-next.0",
|
||||
"@angular/aria": "22.2.0-next.0",
|
||||
"@angular/build": "22.2.0-next.2",
|
||||
"@angular/cdk": "22.2.0-next.0",
|
||||
"@angular/cli": "22.2.0-next.2",
|
||||
"@angular/common": "workspace:*",
|
||||
"@angular/compiler": "workspace:*",
|
||||
"@angular/compiler-cli": "workspace:*",
|
||||
"@angular/core": "workspace:*",
|
||||
"@angular/docs": "workspace:*",
|
||||
"@angular/forms": "workspace:*",
|
||||
"@angular/material": "22.1.0-rc.0",
|
||||
"@angular/material": "22.2.0-next.0",
|
||||
"@angular/platform-browser": "workspace:*",
|
||||
"@angular/platform-server": "workspace:*",
|
||||
"@angular/router": "workspace:*",
|
||||
"@angular/ssr": "22.2.0-next.0",
|
||||
"@angular/ssr": "22.2.0-next.2",
|
||||
"@codemirror/autocomplete": "6.20.3",
|
||||
"@codemirror/commands": "6.10.4",
|
||||
"@codemirror/lang-angular": "0.1.4",
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
"name": "@angular/docs",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"peerDependencies": {
|
||||
"@angular/cdk": "^22.1.0-next",
|
||||
"@angular/cdk": "^22.2.0-next",
|
||||
"@angular/common": "^22.2.0-next",
|
||||
"@angular/core": "^22.2.0-next",
|
||||
"@angular/forms": "^22.2.0-next",
|
||||
"@angular/material": "^22.1.0-next",
|
||||
"@angular/material": "^22.2.0-next",
|
||||
"@angular/platform-browser": "^22.2.0-next",
|
||||
"@angular/router": "^22.2.0-next",
|
||||
"@angular/ssr": "^22.2.0-next",
|
||||
|
||||
@@ -10,13 +10,13 @@
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^22.1.0-next",
|
||||
"@angular/aria": "^22.1.0-next",
|
||||
"@angular/cdk": "^22.1.0-next",
|
||||
"@angular/aria": "^22.2.0-next",
|
||||
"@angular/cdk": "^22.2.0-next",
|
||||
"@angular/common": "^22.2.0-next",
|
||||
"@angular/compiler": "^22.2.0-next",
|
||||
"@angular/core": "^22.2.0-next",
|
||||
"@angular/forms": "^22.2.0-next",
|
||||
"@angular/material": "^22.1.0-next",
|
||||
"@angular/material": "^22.2.0-next",
|
||||
"@angular/platform-browser": "^22.2.0-next",
|
||||
"rxjs": "~7.8.0",
|
||||
"tslib": "^2.3.0",
|
||||
|
||||
Reference in New Issue
Block a user