build: update ref
Some checks failed
Build and Deploy Angular App / build (push) Failing after 1m36s
Some checks failed
Build and Deploy Angular App / build (push) Failing after 1m36s
This commit is contained in:
parent
c04c457211
commit
1ffbfad37a
@ -1,6 +1,6 @@
|
|||||||
# MIREA schedule by Winsomnia
|
# MIREA schedule by Winsomnia
|
||||||
|
|
||||||
[![Angular Release](https://img.shields.io/badge/v18.2-8?style=flat-square&label=Angular&labelColor=512BD4&color=606060)](https://github.com/angular/angular-cli)
|
[![Angular Release](https://img.shields.io/badge/v19.0-8?style=flat-square&label=Angular&labelColor=512BD4&color=606060)](https://github.com/angular/angular-cli)
|
||||||
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
|
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](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.
|
||||||
|
5994
package-lock.json
generated
5994
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
41
package.json
41
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "frontend",
|
"name": "frontend",
|
||||||
"version": "1.0.0-b9",
|
"version": "1.0.0-b10",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
@ -10,35 +10,34 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^18.2.9",
|
"@angular/animations": "^19.0.4",
|
||||||
"@angular/cdk": "~18.2.10",
|
"@angular/cdk": "~19.0.3",
|
||||||
"@angular/cdk-experimental": "^18.2.10",
|
"@angular/cdk-experimental": "^19.0.3",
|
||||||
"@angular/common": "^18.2.9",
|
"@angular/common": "^19.0.4",
|
||||||
"@angular/compiler": "^18.2.9",
|
"@angular/compiler": "^19.0.4",
|
||||||
"@angular/core": "^18.2.9",
|
"@angular/core": "^19.0.4",
|
||||||
"@angular/forms": "^18.2.9",
|
"@angular/forms": "^19.0.4",
|
||||||
"@angular/material": "~18.2.10",
|
"@angular/material": "~19.0.3",
|
||||||
"@angular/platform-browser": "^18.2.9",
|
"@angular/platform-browser": "^19.0.4",
|
||||||
"@angular/platform-browser-dynamic": "^18.2.9",
|
"@angular/platform-browser-dynamic": "^19.0.4",
|
||||||
"@angular/router": "^18.2.9",
|
"@angular/router": "^19.0.4",
|
||||||
"@dhutaryan/ngx-mat-timepicker": "^18.0.2",
|
|
||||||
"@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",
|
||||||
"tslib": "^2.8.0",
|
"tslib": "^2.8.1",
|
||||||
"zone.js": "^0.14.10"
|
"zone.js": "^0.15.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^18.2.10",
|
"@angular-devkit/build-angular": "^19.0.5",
|
||||||
"@angular/cli": "^18.2.10",
|
"@angular/cli": "^19.0.5",
|
||||||
"@angular/compiler-cli": "^18.2.9",
|
"@angular/compiler-cli": "^19.0.4",
|
||||||
"@types/jasmine": "~5.1.4",
|
"@types/jasmine": "~5.1.5",
|
||||||
"jasmine-core": "~5.4.0",
|
"jasmine-core": "~5.5.0",
|
||||||
"karma": "~6.4.4",
|
"karma": "~6.4.4",
|
||||||
"karma-chrome-launcher": "~3.2.0",
|
"karma-chrome-launcher": "~3.2.0",
|
||||||
"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.5.4"
|
"typescript": "^5.6.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user