Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@bazel/buildifier": "7.3.1",
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
"@bazel/runfiles": "^5.8.1",
"@bazel/runfiles": "^6.0.0",
"@discoveryjs/json-ext": "0.6.1",
"@inquirer/confirm": "4.0.1",
"@inquirer/prompts": "6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@angular/platform-browser": "19.0.0-next.6",
"@angular/platform-server": "19.0.0-next.6",
"@angular/router": "19.0.0-next.6",
"@bazel/runfiles": "^5.8.1"
"@bazel/runfiles": "^6.0.0"
},
"schematics": "./schematics/collection.json",
"repository": {
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ __metadata:
"@bazel/buildifier": "npm:7.3.1"
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch"
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch"
"@bazel/runfiles": "npm:^5.8.1"
"@bazel/runfiles": "npm:^6.0.0"
"@discoveryjs/json-ext": "npm:0.6.1"
"@inquirer/confirm": "npm:4.0.1"
"@inquirer/prompts": "npm:6.0.1"
Expand Down Expand Up @@ -969,7 +969,7 @@ __metadata:
"@angular/platform-browser": "npm:19.0.0-next.6"
"@angular/platform-server": "npm:19.0.0-next.6"
"@angular/router": "npm:19.0.0-next.6"
"@bazel/runfiles": "npm:^5.8.1"
"@bazel/runfiles": "npm:^6.0.0"
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": ^19.0.0-next.0
Expand Down Expand Up @@ -2455,6 +2455,13 @@ __metadata:
languageName: node
linkType: hard

"@bazel/runfiles@npm:^6.0.0":
version: 6.3.0
resolution: "@bazel/runfiles@npm:6.3.0"
checksum: 10c0/3d79ae483fee2187a4656eb4a204045692e82ed7ef77c882818e4339936fe406eb1ef3c840b714a253dd1f3c036dc6ebcca635fcc6f9cdde03f980fe3c177d83
languageName: node
linkType: hard

"@bazel/terser@npm:5.8.1":
version: 5.8.1
resolution: "@bazel/terser@npm:5.8.1"
Expand Down
Loading