File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
tests/legacy-cli/e2e/assets/webpack/test-app Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 14
14
"tslib" : " ^2.3.0"
15
15
},
16
16
"peerDependencies" : {
17
- "@angular/common" : " ^16 .0.0 || ^16.2 .0-next.0 " ,
18
- "@angular/core" : " ^16 .0.0 || ^16.2 .0-next.0 "
17
+ "@angular/common" : " ^17 .0.0 || ^17.0 .0-next.1 " ,
18
+ "@angular/core" : " ^17 .0.0 || ^17.0 .0-next.1 "
19
19
},
20
20
"schematics" : " ./schematics/collection.json"
21
21
}
Original file line number Diff line number Diff line change 2
2
"name" : " test" ,
3
3
"license" : " MIT" ,
4
4
"dependencies" : {
5
- "@angular/common" : " ^16.1 .0-next" ,
6
- "@angular/compiler" : " ^16.1 .0-next" ,
7
- "@angular/compiler-cli" : " ^16.1 .0-next" ,
8
- "@angular/core" : " ^16.1 .0-next" ,
9
- "@angular/platform-browser" : " ^16.1 .0-next" ,
10
- "@angular/platform-browser-dynamic" : " ^16.1 .0-next" ,
11
- "@angular/router" : " ^16.1 .0-next" ,
5
+ "@angular/common" : " ^17.0 .0-next" ,
6
+ "@angular/compiler" : " ^17.0 .0-next" ,
7
+ "@angular/compiler-cli" : " ^17.0 .0-next" ,
8
+ "@angular/core" : " ^17.0 .0-next" ,
9
+ "@angular/platform-browser" : " ^17.0 .0-next" ,
10
+ "@angular/platform-browser-dynamic" : " ^17.0 .0-next" ,
11
+ "@angular/router" : " ^17.0 .0-next" ,
12
12
"@ngtools/webpack" : " 0.0.0" ,
13
13
"rxjs" : " ^6.6.7" ,
14
14
"zone.js" : " ^0.13.0"
You can’t perform that action at this time.
0 commit comments