|
1 | 1 | {
|
2 | 2 | "name": "@angular-devkit/build-angular",
|
3 |
| - "version": "18.1.0-next.1+sha-4ff914a", |
| 3 | + "version": "18.1.0-next.1+sha-26c36a1", |
4 | 4 | "description": "Angular Webpack Build Facade",
|
5 | 5 | "main": "src/index.js",
|
6 | 6 | "typings": "src/index.d.ts",
|
7 | 7 | "builders": "builders.json",
|
8 | 8 | "dependencies": {
|
9 | 9 | "@ampproject/remapping": "2.3.0",
|
10 |
| - "@angular/build": "github:angular/angular-build-builds#4ff914a", |
11 |
| - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#4ff914a", |
12 |
| - "@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#4ff914a", |
13 |
| - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#4ff914a", |
| 10 | + "@angular/build": "github:angular/angular-build-builds#26c36a1", |
| 11 | + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#26c36a1", |
| 12 | + "@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#26c36a1", |
| 13 | + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#26c36a1", |
14 | 14 | "@babel/core": "7.24.7",
|
15 | 15 | "@babel/generator": "7.24.7",
|
16 | 16 | "@babel/helper-annotate-as-pure": "7.24.7",
|
|
21 | 21 | "@babel/preset-env": "7.24.7",
|
22 | 22 | "@babel/runtime": "7.24.7",
|
23 | 23 | "@discoveryjs/json-ext": "0.5.7",
|
24 |
| - "@ngtools/webpack": "github:angular/ngtools-webpack-builds#4ff914a", |
| 24 | + "@ngtools/webpack": "github:angular/ngtools-webpack-builds#26c36a1", |
25 | 25 | "@vitejs/plugin-basic-ssl": "1.1.0",
|
26 | 26 | "ansi-colors": "4.1.3",
|
27 | 27 | "autoprefixer": "10.4.19",
|
|
31 | 31 | "copy-webpack-plugin": "11.0.0",
|
32 | 32 | "critters": "0.0.22",
|
33 | 33 | "css-loader": "7.1.2",
|
34 |
| - "esbuild-wasm": "0.21.4", |
| 34 | + "esbuild-wasm": "0.21.5", |
35 | 35 | "fast-glob": "3.3.2",
|
36 | 36 | "https-proxy-agent": "7.0.4",
|
37 | 37 | "http-proxy-middleware": "3.0.0",
|
|
62 | 62 | "tree-kill": "1.2.2",
|
63 | 63 | "tslib": "2.6.3",
|
64 | 64 | "undici": "6.18.2",
|
65 |
| - "vite": "5.2.12", |
| 65 | + "vite": "5.2.13", |
66 | 66 | "watchpack": "2.4.1",
|
67 | 67 | "webpack": "5.91.0",
|
68 | 68 | "webpack-dev-middleware": "7.2.1",
|
|
71 | 71 | "webpack-subresource-integrity": "5.1.0"
|
72 | 72 | },
|
73 | 73 | "optionalDependencies": {
|
74 |
| - "esbuild": "0.21.4" |
| 74 | + "esbuild": "0.21.5" |
75 | 75 | },
|
76 | 76 | "peerDependencies": {
|
77 | 77 | "@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0",
|
|
0 commit comments