|
1 | 1 | {
|
2 | 2 | "name": "@angular-devkit/build-angular",
|
3 |
| - "version": "18.1.0-next.0+sha-721d50b", |
| 3 | + "version": "18.1.0-next.0+sha-bc735c9", |
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#721d50b", |
11 |
| - "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#721d50b", |
12 |
| - "@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#721d50b", |
13 |
| - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#721d50b", |
| 10 | + "@angular/build": "github:angular/angular-build-builds#bc735c9", |
| 11 | + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#bc735c9", |
| 12 | + "@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#bc735c9", |
| 13 | + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#bc735c9", |
14 | 14 | "@babel/core": "7.24.6",
|
15 | 15 | "@babel/generator": "7.24.6",
|
16 | 16 | "@babel/helper-annotate-as-pure": "7.24.6",
|
|
21 | 21 | "@babel/preset-env": "7.24.6",
|
22 | 22 | "@babel/runtime": "7.24.6",
|
23 | 23 | "@discoveryjs/json-ext": "0.5.7",
|
24 |
| - "@ngtools/webpack": "github:angular/ngtools-webpack-builds#721d50b", |
| 24 | + "@ngtools/webpack": "github:angular/ngtools-webpack-builds#bc735c9", |
25 | 25 | "@vitejs/plugin-basic-ssl": "1.1.0",
|
26 | 26 | "ansi-colors": "4.1.3",
|
27 | 27 | "autoprefixer": "10.4.19",
|
|
75 | 75 | "esbuild": "0.21.4"
|
76 | 76 | },
|
77 | 77 | "peerDependencies": {
|
78 |
| - "@angular/compiler-cli": "^18.0.0-next.0", |
79 |
| - "@angular/localize": "^18.0.0-next.0", |
80 |
| - "@angular/platform-server": "^18.0.0-next.0", |
81 |
| - "@angular/service-worker": "^18.0.0-next.0", |
| 78 | + "@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0", |
| 79 | + "@angular/localize": "^18.0.0 || ^18.1.0-next.0", |
| 80 | + "@angular/platform-server": "^18.0.0 || ^18.1.0-next.0", |
| 81 | + "@angular/service-worker": "^18.0.0 || ^18.1.0-next.0", |
82 | 82 | "@web/test-runner": "^0.18.0",
|
83 | 83 | "browser-sync": "^3.0.2",
|
84 | 84 | "jest": "^29.5.0",
|
85 | 85 | "jest-environment-jsdom": "^29.5.0",
|
86 | 86 | "karma": "^6.3.0",
|
87 |
| - "ng-packagr": "^18.0.0-next.0", |
| 87 | + "ng-packagr": "^18.0.0 || ^18.1.0-next.0", |
88 | 88 | "protractor": "^7.0.0",
|
89 | 89 | "tailwindcss": "^2.0.0 || ^3.0.0",
|
90 | 90 | "typescript": ">=5.4 <5.5"
|
|
0 commit comments