|
1 | 1 | { |
2 | 2 | "name": "@angular/build", |
3 | | - "version": "20.0.0-next.3+sha-a9aa317", |
| 3 | + "version": "20.0.0-next.3+sha-088a4cb", |
4 | 4 | "description": "Official build system for Angular", |
5 | 5 | "keywords": [ |
6 | 6 | "Angular CLI", |
|
23 | 23 | "builders": "builders.json", |
24 | 24 | "dependencies": { |
25 | 25 | "@ampproject/remapping": "2.3.0", |
26 | | - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#a9aa317", |
| 26 | + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#088a4cb", |
27 | 27 | "@babel/core": "7.26.10", |
28 | 28 | "@babel/helper-annotate-as-pure": "7.25.9", |
29 | 29 | "@babel/helper-split-export-declaration": "7.24.7", |
|
32 | 32 | "@vitejs/plugin-basic-ssl": "2.0.0", |
33 | 33 | "beasties": "0.2.0", |
34 | 34 | "browserslist": "^4.23.0", |
35 | | - "esbuild": "0.25.1", |
| 35 | + "esbuild": "0.25.2", |
36 | 36 | "https-proxy-agent": "7.0.6", |
37 | 37 | "istanbul-lib-instrument": "6.0.3", |
38 | 38 | "jsonc-parser": "3.3.1", |
|
42 | 42 | "parse5-html-rewriting-stream": "7.0.0", |
43 | 43 | "picomatch": "4.0.2", |
44 | 44 | "piscina": "4.9.2", |
45 | | - "rollup": "4.37.0", |
| 45 | + "rollup": "4.38.0", |
46 | 46 | "sass": "1.86.0", |
47 | 47 | "semver": "7.7.1", |
48 | 48 | "source-map-support": "0.5.21", |
|
60 | 60 | "@angular/platform-browser": "^20.0.0 || ^20.0.0-next.0", |
61 | 61 | "@angular/platform-server": "^20.0.0 || ^20.0.0-next.0", |
62 | 62 | "@angular/service-worker": "^20.0.0 || ^20.0.0-next.0", |
63 | | - "@angular/ssr": "github:angular/angular-ssr-builds#a9aa317", |
| 63 | + "@angular/ssr": "github:angular/angular-ssr-builds#088a4cb", |
64 | 64 | "karma": "^6.4.0", |
65 | 65 | "less": "^4.2.0", |
66 | 66 | "ng-packagr": "^20.0.0 || ^20.0.0-next.0", |
|
81 | 81 | "@angular/service-worker": { |
82 | 82 | "optional": true |
83 | 83 | }, |
84 | | - "@angular/ssr": "github:angular/angular-ssr-builds#a9aa317", |
| 84 | + "@angular/ssr": "github:angular/angular-ssr-builds#088a4cb", |
85 | 85 | "karma": { |
86 | 86 | "optional": true |
87 | 87 | }, |
|
0 commit comments