Update dependency @angular/compiler to v15
This commit is contained in:
parent
1b6ef75747
commit
b36a4074e7
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -336,9 +336,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@angular/compiler": {
|
"@angular/compiler": {
|
||||||
"version": "13.3.3",
|
"version": "15.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.3.tgz",
|
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.0.0.tgz",
|
||||||
"integrity": "sha512-Ynv6md2acZSztl1SZ/mZkIgSxGLruAw8OvSb619FsVINUWHTfLraIAY618oO9K2iPuLY4ixL7BR9ymeW4p8kTw==",
|
"integrity": "sha512-k+tsyKpbPvumBr0qtGZ/bisoq/1evvTa6dCUR126Yb1bX0HlBodwIqu9Xjh3nY90hMak+3zHznj6kJB83LoLeA==",
|
||||||
"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": "^15.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.3.3",
|
"@angular/localize": "~13.3.3",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user