File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed
packages/schematics/angular
application/files/src/environments
tests/legacy-cli/e2e/assets/webpack/test-app Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 224
224
"webpack-subresource-integrity" : " 5.1.0" ,
225
225
"yargs" : " 17.5.1" ,
226
226
"yargs-parser" : " 21.1.1" ,
227
- "zone.js" : " ^0.11.3 "
227
+ "zone.js" : " ^0.11.8 "
228
228
}
229
229
}
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ export const environment = {
14
14
* on performance if an error is thrown.
15
15
*/
16
16
// import 'zone.js/plugins/zone-error'; // Included with Angular CLI.
17
+ import 'zone.js/plugins/async-stack-tagging'; // Included with Angular CLI to support async stack tagging API.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ describe('Migration to update Angular packages version prefix to `^` instead of
38
38
'@nguniversal/commom' : '^13.1.0' ,
39
39
'rxjs' : '~7.4.0' ,
40
40
'tslib' : '^2.3.0' ,
41
- 'zone.js' : '~0.11.4 ' ,
41
+ 'zone.js' : '~0.11.8 ' ,
42
42
} ,
43
43
devDependencies : {
44
44
'@angular-devkit/build-angular' : '~13.1.3' ,
@@ -74,7 +74,7 @@ describe('Migration to update Angular packages version prefix to `^` instead of
74
74
'@nguniversal/commom' : '^13.1.0' ,
75
75
'rxjs' : '~7.4.0' ,
76
76
'tslib' : '^2.3.0' ,
77
- 'zone.js' : '~0.11.4 ' ,
77
+ 'zone.js' : '~0.11.8 ' ,
78
78
} ) ;
79
79
80
80
expect ( pkg [ 'devDependencies' ] ) . toEqual ( {
Original file line number Diff line number Diff line change 18
18
"tslib" : " ^2.3.0" ,
19
19
"ts-node" : " ~10.9.0" ,
20
20
"typescript" : " ~4.7.2" ,
21
- "zone.js" : " ~0.11.4 "
21
+ "zone.js" : " ~0.11.8 "
22
22
}
23
23
}
Original file line number Diff line number Diff line change 12
12
"@angular/router" : " ^14.0.0-rc" ,
13
13
"@ngtools/webpack" : " 0.0.0" ,
14
14
"rxjs" : " ^6.6.7" ,
15
- "zone.js" : " ^0.11.4 "
15
+ "zone.js" : " ^0.11.8 "
16
16
},
17
17
"devDependencies" : {
18
18
"sass" : " ^1.32.8" ,
Original file line number Diff line number Diff line change @@ -11621,9 +11621,9 @@ z-schema@~5.0.2:
11621
11621
optionalDependencies:
11622
11622
commander "^2.20.3"
11623
11623
11624
- zone.js@^0.11.3 :
11625
- version "0.11.7 "
11626
- resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.11.7 .tgz#262194267c7b964e8da77ce16b9fba9bea23cfdc "
11627
- integrity sha512-e39K2EdK5JfA3FDuUTVRvPlYV4aBfnOOcGuILhQAT7nzeV12uSrLBzImUM9CDVoncDSX4brR/gwqu0heQ3BQ0g ==
11624
+ zone.js@^0.11.8 :
11625
+ version "0.11.8 "
11626
+ resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.11.8 .tgz#40dea9adc1ad007b5effb2bfed17f350f1f46a21 "
11627
+ integrity sha512-82bctBg2hKcEJ21humWIkXRlLBBmrc3nN7DFh5LGGhcyycO2S7FN8NmdvlcKaGFDNVL4/9kFLmwmInTavdJERA ==
11628
11628
dependencies:
11629
11629
tslib "^2.3.0"
You can’t perform that action at this time.
0 commit comments