| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d7d6a08 commit 295dad7
36 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,14 +18,14 @@ bazel_dep(name = "yq.bzl", version = "0.3.6") | |||
| 18 | 18 | bazel_dep(name = "rules_angular") | |
| 19 | 19 | git_override( | |
| 20 | 20 | module_name = "rules_angular", | |
| 21 | - commit = "4025fae590e5c1a48eaa289e20ab54e401d0a396", | ||
| 21 | + commit = "94865fc3d6cbaa2d365d4a97fae03a0428a6ced6", | ||
| 22 | 22 | remote = "https://github.com/angular/rules_angular.git", | |
| 23 | 23 | ) | |
| 24 | 24 | ||
| 25 | 25 | bazel_dep(name = "devinfra") | |
| 26 | 26 | git_override( | |
| 27 | 27 | module_name = "devinfra", | |
| 28 | - commit = "ab0dc25e660b6704fb1144f0a62786776575b55d", | ||
| 28 | + commit = "786ee4782863cc2e6c90737aa3b3801e1f3eb432", | ||
| 29 | 29 | remote = "https://github.com/angular/dev-infra.git", | |
| 30 | 30 | ) | |
| 31 | 31 | ||
@@ -39,7 +39,7 @@ git_override( | |||
| 39 | 39 | bazel_dep(name = "rules_browsers") | |
| 40 | 40 | git_override( | |
| 41 | 41 | module_name = "rules_browsers", | |
| 42 | - commit = "f61cc5a47b3ec4891e644ffdfa3d7517b81d11dd", | ||
| 42 | + commit = "90969723d2e4a0797710d0bcaae9bb6a7b6b914a", | ||
| 43 | 43 | remote = "https://github.com/angular/rules_browsers.git", | |
| 44 | 44 | ) | |
| 45 | 45 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,9 +6,9 @@ | |||
| 6 | 6 | "@algolia/requester-node-http": "5.53.0", | |
| 7 | 7 | "@angular/animations": "workspace:*", | |
| 8 | 8 | "@angular/aria": "22.1.0-next.1", | |
| 9 | - "@angular/build": "22.1.0-next.0", | ||
| 9 | + "@angular/build": "22.1.0-next.1", | ||
| 10 | 10 | "@angular/cdk": "22.1.0-next.1", | |
| 11 | - "@angular/cli": "22.1.0-next.0", | ||
| 11 | + "@angular/cli": "22.1.0-next.1", | ||
| 12 | 12 | "@angular/common": "workspace:*", | |
| 13 | 13 | "@angular/compiler": "workspace:*", | |
| 14 | 14 | "@angular/compiler-cli": "workspace:*", | |
@@ -19,7 +19,7 @@ | |||
| 19 | 19 | "@angular/platform-browser": "workspace:*", | |
| 20 | 20 | "@angular/platform-server": "workspace:*", | |
| 21 | 21 | "@angular/router": "workspace:*", | |
| 22 | - "@angular/ssr": "22.1.0-next.0", | ||
| 22 | + "@angular/ssr": "22.1.0-next.1", | ||
| 23 | 23 | "@codemirror/autocomplete": "6.20.3", | |
| 24 | 24 | "@codemirror/commands": "6.10.3", | |
| 25 | 25 | "@codemirror/lang-angular": "0.1.4", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,13 +15,13 @@ | |||
| 15 | 15 | "@angular/platform-server": "workspace:*", | |
| 16 | 16 | "@angular/localize": "workspace:*", | |
| 17 | 17 | "@angular/router": "workspace:*", | |
| 18 | - "@angular/ssr": "22.1.0-next.0", | ||
| 18 | + "@angular/ssr": "22.1.0-next.1", | ||
| 19 | 19 | "rxjs": "~7.8.0", | |
| 20 | 20 | "tslib": "^2.3.0" | |
| 21 | 21 | }, | |
| 22 | 22 | "devDependencies": { | |
| 23 | - "@angular/build": "22.1.0-next.0", | ||
| 24 | - "@angular/cli": "22.1.0-next.0", | ||
| 23 | + "@angular/build": "22.1.0-next.1", | ||
| 24 | + "@angular/cli": "22.1.0-next.1", | ||
| 25 | 25 | "@angular/compiler-cli": "workspace:*", | |
| 26 | 26 | "jsdom": "^29.0.0", | |
| 27 | 27 | "typescript": "~6.0.2", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,15 +19,15 @@ | |||
| 19 | 19 | "@angular/platform-browser": "link:./in-existing-linked-by-bazel", | |
| 20 | 20 | "@angular/platform-browser-dynamic": "link:./in-existing-linked-by-bazel", | |
| 21 | 21 | "@angular/router": "link:./in-existing-linked-by-bazel", | |
| 22 | - "@angular/ssr": "22.1.0-next.0", | ||
| 22 | + "@angular/ssr": "22.1.0-next.1", | ||
| 23 | 23 | "rxjs": "^7.0.0", | |
| 24 | 24 | "tslib": "^2.3.0", | |
| 25 | 25 | "zone.js": "0.16.2" | |
| 26 | 26 | }, | |
| 27 | 27 | "devDependencies": { | |
| 28 | - "@angular-devkit/build-angular": "22.1.0-next.0", | ||
| 29 | - "@angular/build": "22.1.0-next.0", | ||
| 30 | - "@angular/cli": "22.1.0-next.0", | ||
| 28 | + "@angular-devkit/build-angular": "22.1.0-next.1", | ||
| 29 | + "@angular/build": "22.1.0-next.1", | ||
| 30 | + "@angular/cli": "22.1.0-next.1", | ||
| 31 | 31 | "@angular/compiler-cli": "link:./in-existing-linked-by-bazel", | |
| 32 | 32 | "@types/jasmine": "^6.0.0", | |
| 33 | 33 | "@types/node": "^20.14.8", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,9 +29,9 @@ | |||
| 29 | 29 | "zone.js": "0.16.2" | |
| 30 | 30 | }, | |
| 31 | 31 | "devDependencies": { | |
| 32 | - "@angular-devkit/build-angular": "22.1.0-next.0", | ||
| 33 | - "@angular/build": "22.1.0-next.0", | ||
| 34 | - "@angular/cli": "22.1.0-next.0", | ||
| 32 | + "@angular-devkit/build-angular": "22.1.0-next.1", | ||
| 33 | + "@angular/build": "22.1.0-next.1", | ||
| 34 | + "@angular/cli": "22.1.0-next.1", | ||
| 35 | 35 | "@angular/compiler-cli": "link:./in-existing-linked-by-bazel", | |
| 36 | 36 | "@types/jasmine": "^6.0.0", | |
| 37 | 37 | "@types/jasminewd2": "^2.0.8", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,15 +13,15 @@ | |||
| 13 | 13 | "@angular/core": "link:./in-existing-linked-by-bazel", | |
| 14 | 14 | "@angular/platform-browser": "link:./in-existing-linked-by-bazel", | |
| 15 | 15 | "@angular/router": "link:./in-existing-linked-by-bazel", | |
| 16 | - "@angular/ssr": "22.1.0-next.0", | ||
| 16 | + "@angular/ssr": "22.1.0-next.1", | ||
| 17 | 17 | "rxjs": "^7.0.0", | |
| 18 | 18 | "tslib": "^2.3.0", | |
| 19 | 19 | "zone.js": "0.16.2" | |
| 20 | 20 | }, | |
| 21 | 21 | "devDependencies": { | |
| 22 | - "@angular-devkit/build-angular": "22.1.0-next.0", | ||
| 23 | - "@angular/build": "22.1.0-next.0", | ||
| 24 | - "@angular/cli": "22.1.0-next.0", | ||
| 22 | + "@angular-devkit/build-angular": "22.1.0-next.1", | ||
| 23 | + "@angular/build": "22.1.0-next.1", | ||
| 24 | + "@angular/cli": "22.1.0-next.1", | ||
| 25 | 25 | "@angular/compiler-cli": "link:./in-existing-linked-by-bazel", | |
| 26 | 26 | "@types/node": "^20.14.8", | |
| 27 | 27 | "ts-node": "^10.9.1", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments