Revize 7781f204
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
webapp/package.json | ||
---|---|---|
11 | 11 |
}, |
12 | 12 |
"private": true, |
13 | 13 |
"dependencies": { |
14 |
"@angular/animations": "~7.2.0", |
|
14 |
"@angular/animations": "^7.2.14", |
|
15 |
"@angular/cdk": "^7.3.7", |
|
15 | 16 |
"@angular/common": "~7.2.0", |
16 | 17 |
"@angular/compiler": "~7.2.0", |
17 | 18 |
"@angular/core": "~7.2.0", |
18 | 19 |
"@angular/forms": "~7.2.0", |
19 | 20 |
"@angular/http": "latest", |
21 |
"@angular/material": "^7.3.7", |
|
20 | 22 |
"@angular/platform-browser": "~7.2.0", |
21 | 23 |
"@angular/platform-browser-dynamic": "~7.2.0", |
22 | 24 |
"@angular/router": "~7.2.0", |
Také k dispozici: Unified diff
Re #7458 Basic features of add days off component implemented