File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
angular_devkit/build_angular
tests/legacy-cli/e2e/assets/webpack/test-app Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 75
75
"esbuild" : " 0.13.12"
76
76
},
77
77
"peerDependencies" : {
78
- "@angular/compiler-cli" : " ^13.0.0 || ^13.0 .0-next" ,
79
- "@angular/localize" : " ^13.0.0 || ^13.0 .0-next" ,
80
- "@angular/service-worker" : " ^13.0.0 || ^13.0 .0-next" ,
78
+ "@angular/compiler-cli" : " ^13.0.0 || ^13.1 .0-next" ,
79
+ "@angular/localize" : " ^13.0.0 || ^13.1 .0-next" ,
80
+ "@angular/service-worker" : " ^13.0.0 || ^13.1 .0-next" ,
81
81
"karma" : " ^6.3.0" ,
82
- "ng-packagr" : " ^13.0.0 || ^13.0 .0-next" ,
82
+ "ng-packagr" : " ^13.0.0 || ^13.1 .0-next" ,
83
83
"protractor" : " ^7.0.0" ,
84
84
"tailwindcss" : " ^2.0.0" ,
85
85
"typescript" : " ~4.4.3"
Original file line number Diff line number Diff line change 22
22
"homepage" : " https://github.com/angular/angular-cli/tree/master/packages/@ngtools/webpack" ,
23
23
"dependencies" : {},
24
24
"peerDependencies" : {
25
- "@angular/compiler-cli" : " ^13.0.0 || ^13.0 .0-next" ,
25
+ "@angular/compiler-cli" : " ^13.0.0 || ^13.1 .0-next" ,
26
26
"typescript" : " ~4.4.3" ,
27
27
"webpack" : " ^5.30.0"
28
28
},
Original file line number Diff line number Diff line change 2
2
"name" : " test" ,
3
3
"license" : " MIT" ,
4
4
"dependencies" : {
5
- "@angular/common" : " ^13.0 .0-next" ,
6
- "@angular/compiler" : " ^13.0 .0-next" ,
7
- "@angular/compiler-cli" : " ^13.0 .0-next" ,
8
- "@angular/core" : " ^13.0 .0-next" ,
9
- "@angular/platform-browser" : " ^13.0 .0-next" ,
10
- "@angular/platform-browser-dynamic" : " ^13.0 .0-next" ,
11
- "@angular/platform-server" : " ^13.0 .0-next" ,
12
- "@angular/router" : " ^13.0 .0-next" ,
5
+ "@angular/common" : " ^13.1 .0-next" ,
6
+ "@angular/compiler" : " ^13.1 .0-next" ,
7
+ "@angular/compiler-cli" : " ^13.1 .0-next" ,
8
+ "@angular/core" : " ^13.1 .0-next" ,
9
+ "@angular/platform-browser" : " ^13.1 .0-next" ,
10
+ "@angular/platform-browser-dynamic" : " ^13.1 .0-next" ,
11
+ "@angular/platform-server" : " ^13.1 .0-next" ,
12
+ "@angular/router" : " ^13.1 .0-next" ,
13
13
"@ngtools/webpack" : " 0.0.0" ,
14
14
"core-js" : " ^3.10.0" ,
15
15
"rxjs" : " ^6.6.7" ,
You can’t perform that action at this time.
0 commit comments