Skip to content

Commit 9e6b98f

Browse files
author
Angular Builds
committed
5b3541040 fix(@angular-devkit/build-angular): handle HTTP requests to assets during prerendering
1 parent 69b730e commit 9e6b98f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schematics/angular",
3-
"version": "17.1.0-next.0+sha-26c3b82",
3+
"version": "17.1.0-next.0+sha-5b35410",
44
"description": "Schematics specific to Angular",
55
"homepage": "https://github.com/angular/angular-cli",
66
"keywords": [
@@ -23,8 +23,8 @@
2323
},
2424
"schematics": "./collection.json",
2525
"dependencies": {
26-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#26c3b82fc",
27-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#26c3b82fc",
26+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#5b3541040",
27+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#5b3541040",
2828
"jsonc-parser": "3.2.0"
2929
},
3030
"repository": {

uniqueId

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Tue Oct 24 2023 16:01:06 GMT+0000 (Coordinated Universal Time)
1+
Wed Oct 25 2023 10:53:47 GMT+0000 (Coordinated Universal Time)

utility/latest-versions.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)