|
1 | 1 | {
|
2 | 2 | "name": "@angular-devkit/build-angular",
|
3 |
| - "version": "18.1.0-next.0+sha-3107ad7", |
| 3 | + "version": "18.1.0-next.0+sha-255f9d8", |
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#3107ad7", |
11 |
| - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3107ad7", |
12 |
| - "@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#3107ad7", |
13 |
| - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#3107ad7", |
14 |
| - "@babel/core": "7.24.5", |
15 |
| - "@babel/generator": "7.24.5", |
16 |
| - "@babel/helper-annotate-as-pure": "7.22.5", |
17 |
| - "@babel/helper-split-export-declaration": "7.24.5", |
18 |
| - "@babel/plugin-transform-async-generator-functions": "7.24.3", |
19 |
| - "@babel/plugin-transform-async-to-generator": "7.24.1", |
20 |
| - "@babel/plugin-transform-runtime": "7.24.3", |
21 |
| - "@babel/preset-env": "7.24.5", |
22 |
| - "@babel/runtime": "7.24.5", |
| 10 | + "@angular/build": "github:angular/angular-build-builds#255f9d8", |
| 11 | + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#255f9d8", |
| 12 | + "@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#255f9d8", |
| 13 | + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#255f9d8", |
| 14 | + "@babel/core": "7.24.6", |
| 15 | + "@babel/generator": "7.24.6", |
| 16 | + "@babel/helper-annotate-as-pure": "7.24.6", |
| 17 | + "@babel/helper-split-export-declaration": "7.24.6", |
| 18 | + "@babel/plugin-transform-async-generator-functions": "7.24.6", |
| 19 | + "@babel/plugin-transform-async-to-generator": "7.24.6", |
| 20 | + "@babel/plugin-transform-runtime": "7.24.6", |
| 21 | + "@babel/preset-env": "7.24.6", |
| 22 | + "@babel/runtime": "7.24.6", |
23 | 23 | "@discoveryjs/json-ext": "0.5.7",
|
24 |
| - "@ngtools/webpack": "github:angular/ngtools-webpack-builds#3107ad7", |
| 24 | + "@ngtools/webpack": "github:angular/ngtools-webpack-builds#255f9d8", |
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.3", |
| 34 | + "esbuild-wasm": "0.21.4", |
35 | 35 | "fast-glob": "3.3.2",
|
36 | 36 | "https-proxy-agent": "7.0.4",
|
37 | 37 | "http-proxy-middleware": "3.0.0",
|
|
72 | 72 | "webpack-subresource-integrity": "5.1.0"
|
73 | 73 | },
|
74 | 74 | "optionalDependencies": {
|
75 |
| - "esbuild": "0.21.3" |
| 75 | + "esbuild": "0.21.4" |
76 | 76 | },
|
77 | 77 | "peerDependencies": {
|
78 | 78 | "@angular/compiler-cli": "^18.0.0-next.0",
|
|
0 commit comments