|
1 | 1 | {
|
2 | 2 | "name": "@angular-devkit/build-angular",
|
3 |
| - "version": "18.2.0-next.0+sha-845b253", |
| 3 | + "version": "18.2.0-next.0+sha-01c1ec0", |
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-devkit/architect": "github:angular/angular-devkit-architect-builds#845b253", |
11 |
| - "@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#845b253", |
12 |
| - "@angular-devkit/core": "github:angular/angular-devkit-core-builds#845b253", |
13 |
| - "@angular/build": "github:angular/angular-build-builds#845b253", |
| 10 | + "@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#01c1ec0", |
| 11 | + "@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#01c1ec0", |
| 12 | + "@angular-devkit/core": "github:angular/angular-devkit-core-builds#01c1ec0", |
| 13 | + "@angular/build": "github:angular/angular-build-builds#01c1ec0", |
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.6.0",
|
24 |
| - "@ngtools/webpack": "github:angular/ngtools-webpack-builds#845b253", |
| 24 | + "@ngtools/webpack": "github:angular/ngtools-webpack-builds#01c1ec0", |
25 | 25 | "@vitejs/plugin-basic-ssl": "1.1.0",
|
26 | 26 | "ansi-colors": "4.1.3",
|
27 | 27 | "autoprefixer": "10.4.19",
|
|
73 | 73 | "esbuild": "0.23.0"
|
74 | 74 | },
|
75 | 75 | "peerDependencies": {
|
76 |
| - "@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0", |
77 |
| - "@angular/localize": "^18.0.0 || ^18.1.0-next.0", |
78 |
| - "@angular/platform-server": "^18.0.0 || ^18.1.0-next.0", |
79 |
| - "@angular/service-worker": "^18.0.0 || ^18.1.0-next.0", |
| 76 | + "@angular/compiler-cli": "^18.0.0 || ^18.2.0-next.0", |
| 77 | + "@angular/localize": "^18.0.0 || ^18.2.0-next.0", |
| 78 | + "@angular/platform-server": "^18.0.0 || ^18.2.0-next.0", |
| 79 | + "@angular/service-worker": "^18.0.0 || ^18.2.0-next.0", |
80 | 80 | "@web/test-runner": "^0.18.0",
|
81 | 81 | "browser-sync": "^3.0.2",
|
82 | 82 | "jest": "^29.5.0",
|
83 | 83 | "jest-environment-jsdom": "^29.5.0",
|
84 | 84 | "karma": "^6.3.0",
|
85 |
| - "ng-packagr": "^18.0.0 || ^18.1.0-next.0", |
| 85 | + "ng-packagr": "^18.0.0 || ^18.2.0-next.0", |
86 | 86 | "protractor": "^7.0.0",
|
87 | 87 | "tailwindcss": "^2.0.0 || ^3.0.0",
|
88 | 88 | "typescript": ">=5.4 <5.6"
|
|
0 commit comments