Update dependency @angular/compiler to v16
This commit is contained in:
parent
a7f07d4d97
commit
d39d319d70
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -462,9 +462,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@angular/compiler": {
|
"@angular/compiler": {
|
||||||
"version": "13.4.0",
|
"version": "16.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.0.0.tgz",
|
||||||
"integrity": "sha512-tPWoq2RC/VIrJtynEnMRWQZemBIC/ypuVfuUf3p8IIXCZHjuGnibdlZTtFYkexc4/sR1ug9xk1cJWvbOPwilng==",
|
"integrity": "sha512-xtg+KRvSeB9DUzMDtvlaRGKv+Y0MERsz+JOoqV9H4606ThNz5h8ih6fEhVKYqG100o7GhdJaVFO+vlr2/edUHA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"tslib": "^2.3.0"
|
"tslib": "^2.3.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^13.3.3",
|
"@angular/animations": "^13.3.3",
|
||||||
"@angular/common": "^13.3.3",
|
"@angular/common": "^13.3.3",
|
||||||
"@angular/compiler": "^13.3.3",
|
"@angular/compiler": "^16.0.0",
|
||||||
"@angular/core": "^13.3.3",
|
"@angular/core": "^13.3.3",
|
||||||
"@angular/forms": "^13.3.3",
|
"@angular/forms": "^13.3.3",
|
||||||
"@angular/localize": "~13.4.0",
|
"@angular/localize": "~13.4.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user