Updating packets

This commit is contained in:
Zoe Roux 2020-05-03 03:25:34 +02:00
parent 0b49518b0b
commit 51c1fdc326
2 changed files with 1213 additions and 1278 deletions

2453
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,39 +9,39 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^9.1.0",
"@angular/cdk": "^9.2.0",
"@angular/common": "^9.1.0",
"@angular/compiler": "^9.1.0",
"@angular/core": "^9.1.0",
"@angular/forms": "^9.1.0",
"@angular/material": "^9.2.0",
"@angular/platform-browser": "^9.1.0",
"@angular/platform-browser-dynamic": "^9.1.0",
"@angular/router": "^9.1.0",
"@angular/animations": "^9.1.4",
"@angular/cdk": "^9.2.2",
"@angular/common": "^9.1.4",
"@angular/compiler": "^9.1.4",
"@angular/core": "^9.1.4",
"@angular/forms": "^9.1.4",
"@angular/material": "^9.2.2",
"@angular/platform-browser": "^9.1.4",
"@angular/platform-browser-dynamic": "^9.1.4",
"@angular/router": "^9.1.4",
"angular-auth-oidc-client": "10.0.14",
"bootstrap": "^4.4.1",
"detect-browser": "^5.0.0",
"hammerjs": "^2.0.8",
"hls.js": "^0.13.2",
"jquery": "^3.4.1",
"jquery": "^3.5.0",
"popper.js": "^1.16.1",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.901.0",
"@angular/cli": "^9.1.0",
"@angular/compiler-cli": "^9.1.0",
"@angular/language-service": "^9.1.0",
"@angular-devkit/build-angular": "^0.901.4",
"@angular/cli": "^9.1.4",
"@angular/compiler-cli": "^9.1.4",
"@angular/language-service": "^9.1.4",
"@types/bootstrap": "^4.3.2",
"@types/hls.js": "^0.12.6",
"@types/jasmine": "^3.5.10",
"@types/jasminewd2": "^2.0.8",
"@types/jquery": "^3.3.34",
"@types/node": "^13.9.5",
"@types/video.js": "^7.3.4",
"@types/jquery": "^3.3.36",
"@types/node": "^13.13.4",
"@types/video.js": "^7.3.8",
"codelyzer": "^5.2.2",
"protractor": "^5.4.3",
"protractor": "^6.0.0",
"ts-node": "~8.6.2",
"tslint": "^5.0.0",
"typescript": "~3.7.5"