Compare commits

..

1 Commits

Author SHA1 Message Date
0d74b39e0d Update dependency typescript to ~4.9.0
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2023-03-17 01:02:23 +00:00
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -525,9 +525,9 @@
"dev": true "dev": true
}, },
"@angular/localize": { "@angular/localize": {
"version": "13.4.0", "version": "13.3.12",
"resolved": "https://registry.npmjs.org/@angular/localize/-/localize-13.4.0.tgz", "resolved": "https://registry.npmjs.org/@angular/localize/-/localize-13.3.12.tgz",
"integrity": "sha512-du98xPMGNexwqc1Tbg1lR3tihUlW9IBn7OaTDVdzhFuIUkt30mLK4ri2LSpLZrwT5q3nLHi0e7O3ublY7ubGzQ==", "integrity": "sha512-2RJhOwVMg1OqunRBjbjMfIEXxYhnHtkqOFyeZPTzxWWeHLlgNzh5wZ7A9604csuWC91DRhA2BdENv5nOs+5h5Q==",
"requires": { "requires": {
"@babel/core": "7.17.2", "@babel/core": "7.17.2",
"glob": "7.2.0", "glob": "7.2.0",

View File

@ -16,7 +16,7 @@
"@angular/compiler": "^13.3.3", "@angular/compiler": "^13.3.3",
"@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.3.3",
"@angular/platform-browser": "^13.3.3", "@angular/platform-browser": "^13.3.3",
"@angular/platform-browser-dynamic": "^13.3.3", "@angular/platform-browser-dynamic": "^13.3.3",
"@angular/router": "^13.3.3", "@angular/router": "^13.3.3",