Update dependency @angular/compiler to v14
Some checks reported errors
charlyghislain/charlyghislaindotcom/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
renovate 2022-10-21 20:09:04 +00:00
parent 6974ac1663
commit 615ef4c3ed
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -336,9 +336,9 @@
} }
}, },
"@angular/compiler": { "@angular/compiler": {
"version": "13.3.3", "version": "14.2.7",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.3.tgz", "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.7.tgz",
"integrity": "sha512-Ynv6md2acZSztl1SZ/mZkIgSxGLruAw8OvSb619FsVINUWHTfLraIAY618oO9K2iPuLY4ixL7BR9ymeW4p8kTw==", "integrity": "sha512-2I8hZVM/tfUi06B6VuWgf5hWu0tgNlMCEZ1Ed4NEDkqJj+gs2l6kNVUf+FxI6hHMZTFkJPXOPx3pI5Hea5CxEQ==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -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": "^14.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",