Upgrading packages

This commit is contained in:
Zoe Roux 2021-03-18 11:13:05 +01:00
parent f488def4cb
commit 0f0d39494b
2 changed files with 8467 additions and 5577 deletions

13994
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,40 +17,40 @@
"not IE 9-11" "not IE 9-11"
], ],
"dependencies": { "dependencies": {
"@angular/animations": "^10.2.4", "@angular/animations": "^11.2.6",
"@angular/cdk": "^10.2.7", "@angular/cdk": "^11.2.5",
"@angular/common": "^10.2.4", "@angular/common": "^11.2.6",
"@angular/compiler": "^10.2.4", "@angular/compiler": "^11.2.6",
"@angular/core": "^10.2.4", "@angular/core": "^11.2.6",
"@angular/forms": "^10.2.4", "@angular/forms": "^11.2.6",
"@angular/material": "^10.2.7", "@angular/material": "^11.2.5",
"@angular/platform-browser": "^10.2.4", "@angular/platform-browser": "^11.2.6",
"@angular/platform-browser-dynamic": "^10.2.4", "@angular/platform-browser-dynamic": "^11.2.6",
"@angular/router": "^10.2.4", "@angular/router": "^11.2.6",
"angular-auth-oidc-client": "11.2.1", "angular-auth-oidc-client": "11.6.4",
"bootstrap": "^4.5.3", "bootstrap": "^4.6.0",
"detect-browser": "^5.2.0", "detect-browser": "^5.2.0",
"hls.js": "^0.14.17", "hls.js": "^0.14.17",
"jquery": "^3.5.1", "jquery": "^3.6.0",
"libass-wasm": "^4.0.0", "libass-wasm": "^4.0.0",
"ngx-infinite-scroll": "^9.1.0", "ngx-infinite-scroll": "^10.0.1",
"popper.js": "^1.16.1", "popper.js": "^1.16.1",
"rxjs": "^6.6.3", "rxjs": "^6.6.6",
"zone.js": "^0.11.3" "zone.js": "^0.11.4"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^0.1002.1", "@angular-devkit/build-angular": "^0.1102.5",
"@angular/cli": "^10.2.1", "@angular/cli": "^11.2.5",
"@angular/compiler-cli": "^10.2.4", "@angular/compiler-cli": "^11.2.6",
"@angular/language-service": "^10.2.4", "@angular/language-service": "^11.2.6",
"@types/bootstrap": "^5.0.1", "@types/bootstrap": "^5.0.9",
"@types/hls.js": "^0.13.3", "@types/hls.js": "^0.13.3",
"@types/jquery": "^3.5.5", "@types/jquery": "^3.5.5",
"@types/node": "^14.14.19", "@types/node": "^14.14.35",
"@types/video.js": "^7.3.11", "@types/video.js": "^7.3.15",
"codelyzer": "^6.0.1", "codelyzer": "^6.0.1",
"ts-node": "~9.0.0", "ts-node": "~9.1.1",
"tslint": "^6.1.3", "tslint": "^6.1.3",
"typescript": "^4.0.5" "typescript": "<4.2"
} }
} }