Compare commits

...

1 Commits

Author SHA1 Message Date
7917a75c0d Update dependency @angular/compiler to v15
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2023-01-31 01:09:05 +00:00
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -442,9 +442,9 @@
} }
}, },
"@angular/compiler": { "@angular/compiler": {
"version": "13.3.12", "version": "15.1.2",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.12.tgz", "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.1.2.tgz",
"integrity": "sha512-F5vJYrjbNvEWoVz9J/CqiT3Iod6g9bV0dGI5EeURcW4yHXHZ12ioQpfU3+bE7qXcTlnofbdDhK8cGxGx01SzBA==", "integrity": "sha512-hKlr1i61a2Gl0h53goSSUbZmzNgdC1zAHu+Ws0+1Qfv9cDgg1aVphFGFMdV0kbjLV+k7LyFjj5EgWU48o5UXww==",
"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": "^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",