build: upgrade to angular 19.1
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# MIREA schedule by Winsomnia
|
# MIREA schedule by Winsomnia
|
||||||
|
|
||||||
[](https://github.com/angular/angular-cli)
|
[](https://github.com/angular/angular-cli)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
|
|
||||||
This project provides a Web interface for working with the MIREA schedule.
|
This project provides a Web interface for working with the MIREA schedule.
|
||||||
|
2071
package-lock.json
generated
2071
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
30
package.json
30
package.json
@ -10,17 +10,17 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^19.0.5",
|
"@angular/animations": "^19.1.4",
|
||||||
"@angular/cdk": "~19.0.4",
|
"@angular/cdk": "~19.1.2",
|
||||||
"@angular/cdk-experimental": "^19.0.4",
|
"@angular/cdk-experimental": "^19.1.2",
|
||||||
"@angular/common": "^19.0.5",
|
"@angular/common": "^19.1.4",
|
||||||
"@angular/compiler": "^19.0.5",
|
"@angular/compiler": "^19.1.4",
|
||||||
"@angular/core": "^19.0.5",
|
"@angular/core": "^19.1.4",
|
||||||
"@angular/forms": "^19.0.5",
|
"@angular/forms": "^19.1.4",
|
||||||
"@angular/material": "~19.0.4",
|
"@angular/material": "~19.1.2",
|
||||||
"@angular/platform-browser": "^19.0.5",
|
"@angular/platform-browser": "^19.1.4",
|
||||||
"@angular/platform-browser-dynamic": "^19.0.5",
|
"@angular/platform-browser-dynamic": "^19.1.4",
|
||||||
"@angular/router": "^19.0.5",
|
"@angular/router": "^19.1.4",
|
||||||
"@progress/kendo-date-math": "^1.5.14",
|
"@progress/kendo-date-math": "^1.5.14",
|
||||||
"ngx-toastr": "^19.0.0",
|
"ngx-toastr": "^19.0.0",
|
||||||
"rxjs": "~7.8.1",
|
"rxjs": "~7.8.1",
|
||||||
@ -28,9 +28,9 @@
|
|||||||
"zone.js": "^0.15.0"
|
"zone.js": "^0.15.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^19.0.6",
|
"@angular-devkit/build-angular": "^19.1.5",
|
||||||
"@angular/cli": "^19.0.6",
|
"@angular/cli": "^19.1.5",
|
||||||
"@angular/compiler-cli": "^19.0.5",
|
"@angular/compiler-cli": "^19.1.4",
|
||||||
"@types/jasmine": "~5.1.5",
|
"@types/jasmine": "~5.1.5",
|
||||||
"jasmine-core": "~5.5.0",
|
"jasmine-core": "~5.5.0",
|
||||||
"karma": "~6.4.4",
|
"karma": "~6.4.4",
|
||||||
@ -38,6 +38,6 @@
|
|||||||
"karma-coverage": "~2.2.1",
|
"karma-coverage": "~2.2.1",
|
||||||
"karma-jasmine": "~5.1.0",
|
"karma-jasmine": "~5.1.0",
|
||||||
"karma-jasmine-html-reporter": "~2.1.0",
|
"karma-jasmine-html-reporter": "~2.1.0",
|
||||||
"typescript": "^5.6.3"
|
"typescript": "^5.7.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user