File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
angular_devkit/build_angular Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 17
17
"parse5-html-rewriting-stream" : " 7.0.0"
18
18
},
19
19
"peerDependencies" : {
20
- "@angular/cli" : " ^17.0.0 || ^17.3.0-next.0"
20
+ "@angular/cli" : " ^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0 "
21
21
},
22
22
"peerDependenciesMeta" : {
23
23
"@angular/cli" : {
Original file line number Diff line number Diff line change 17
17
"tslib" : " ^2.3.0"
18
18
},
19
19
"peerDependencies" : {
20
- "@angular/common" : " ^17.0.0 || ^17.3.0-next.0" ,
21
- "@angular/core" : " ^17.0.0 || ^17.3.0-next.0"
20
+ "@angular/common" : " ^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0 " ,
21
+ "@angular/core" : " ^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0 "
22
22
},
23
23
"schematics" : " ./schematics/collection.json" ,
24
24
"repository" : {
Original file line number Diff line number Diff line change 74
74
"esbuild" : " 0.20.1"
75
75
},
76
76
"peerDependencies" : {
77
- "@angular/compiler-cli" : " ^17.0.0 || ^17.3.0-next.0" ,
78
- "@angular/localize" : " ^17.0.0 || ^17.3.0-next.0" ,
79
- "@angular/platform-server" : " ^17.0.0 || ^17.3.0-next.0" ,
80
- "@angular/service-worker" : " ^17.0.0 || ^17.3.0-next.0" ,
77
+ "@angular/compiler-cli" : " ^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0 " ,
78
+ "@angular/localize" : " ^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0 " ,
79
+ "@angular/platform-server" : " ^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0 " ,
80
+ "@angular/service-worker" : " ^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0 " ,
81
81
"@web/test-runner" : " ^0.18.0" ,
82
82
"browser-sync" : " ^3.0.2" ,
83
83
"jest" : " ^29.5.0" ,
84
84
"jest-environment-jsdom" : " ^29.5.0" ,
85
85
"karma" : " ^6.3.0" ,
86
- "ng-packagr" : " ^17.0.0 || ^17.3.0-next.0" ,
86
+ "ng-packagr" : " ^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0 " ,
87
87
"protractor" : " ^7.0.0" ,
88
88
"tailwindcss" : " ^2.0.0 || ^3.0.0" ,
89
89
"typescript" : " >=5.2 <5.5"
Original file line number Diff line number Diff line change 22
22
"homepage" : " https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack" ,
23
23
"dependencies" : {},
24
24
"peerDependencies" : {
25
- "@angular/compiler-cli" : " ^17.0.0 || ^17.3.0-next.0" ,
25
+ "@angular/compiler-cli" : " ^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0 " ,
26
26
"typescript" : " >=5.2 <5.5" ,
27
27
"webpack" : " ^5.54.0"
28
28
},
You can’t perform that action at this time.
0 commit comments