1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2024-10-26 08:55:23 +03:00

upgrading to angular 17

This commit is contained in:
Adolfo Gómez García 2024-01-16 04:28:32 +01:00
parent 8f049b2fee
commit 83d7b4901a
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -18,12 +18,12 @@
"private": true,
"dependencies": {
"@angular/animations": "^16.2.12",
"@angular/cdk": "^15.0.4",
"@angular/cdk": "^16.2.13",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/material": "^15.0.4",
"@angular/material": "^16.2.13",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
@ -68,4 +68,4 @@
"ts-node": "~8.4.1",
"typescript": "~5.1.6"
}
}
}