build: upgrade ref
All checks were successful
Build and Deploy Angular App / build (push) Successful in 1m54s
All checks were successful
Build and Deploy Angular App / build (push) Successful in 1m54s
This commit is contained in:
parent
8fa39614b7
commit
1327131d69
@ -1,6 +1,6 @@
|
||||
# MIREA schedule by Winsomnia
|
||||
|
||||
[![Angular Release](https://img.shields.io/badge/v18.0-8?style=flat-square&label=Angular&labelColor=512BD4&color=606060)](https://github.com/angular/angular-cli)
|
||||
[![Angular Release](https://img.shields.io/badge/v18.1-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)
|
||||
|
||||
This project provides a Web interface for working with the MIREA schedule.
|
||||
|
3675
package-lock.json
generated
3675
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
30
package.json
30
package.json
@ -10,26 +10,26 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^18.0.5",
|
||||
"@angular/cdk": "~18.0.5",
|
||||
"@angular/cdk-experimental": "^18.0.5",
|
||||
"@angular/common": "^18.0.5",
|
||||
"@angular/compiler": "^18.0.5",
|
||||
"@angular/core": "^18.0.5",
|
||||
"@angular/forms": "^18.0.5",
|
||||
"@angular/material": "~18.0.5",
|
||||
"@angular/platform-browser": "^18.0.5",
|
||||
"@angular/platform-browser-dynamic": "^18.0.5",
|
||||
"@angular/router": "^18.0.5",
|
||||
"@angular/animations": "^18.1.0",
|
||||
"@angular/cdk": "~18.1.0",
|
||||
"@angular/cdk-experimental": "^18.1.0",
|
||||
"@angular/common": "^18.1.0",
|
||||
"@angular/compiler": "^18.1.0",
|
||||
"@angular/core": "^18.1.0",
|
||||
"@angular/forms": "^18.1.0",
|
||||
"@angular/material": "~18.1.0",
|
||||
"@angular/platform-browser": "^18.1.0",
|
||||
"@angular/platform-browser-dynamic": "^18.1.0",
|
||||
"@angular/router": "^18.1.0",
|
||||
"@progress/kendo-date-math": "^1.5.13",
|
||||
"rxjs": "~7.8.1",
|
||||
"tslib": "^2.6.3",
|
||||
"zone.js": "~0.14.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^18.0.6",
|
||||
"@angular/cli": "^18.0.6",
|
||||
"@angular/compiler-cli": "^18.0.5",
|
||||
"@angular-devkit/build-angular": "^18.1.0",
|
||||
"@angular/cli": "^18.1.0",
|
||||
"@angular/compiler-cli": "^18.1.0",
|
||||
"@types/jasmine": "~5.1.4",
|
||||
"jasmine-core": "~5.1.2",
|
||||
"karma": "~6.4.3",
|
||||
@ -37,6 +37,6 @@
|
||||
"karma-coverage": "~2.2.1",
|
||||
"karma-jasmine": "~5.1.0",
|
||||
"karma-jasmine-html-reporter": "~2.1.0",
|
||||
"typescript": "^5.4.5"
|
||||
"typescript": "^5.5.3"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user