Using yarn insted of npm

This commit is contained in:
Zoe Roux 2021-10-31 14:56:36 +01:00
parent f974104910
commit 326c9aa9d3
3 changed files with 8107 additions and 12045 deletions

12022
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,39 +16,39 @@
"not IE 9-11"
],
"dependencies": {
"@angular/animations": "^12.1.4",
"@angular/cdk": "^12.1.4",
"@angular/common": "^12.1.4",
"@angular/compiler": "^12.1.4",
"@angular/core": "^12.1.4",
"@angular/forms": "^12.1.4",
"@angular/material": "^12.1.4",
"@angular/platform-browser": "^12.1.4",
"@angular/platform-browser-dynamic": "^12.1.4",
"@angular/router": "^12.1.4",
"angular-auth-oidc-client": "^12.0.2",
"@angular/animations": "^12.2.12",
"@angular/cdk": "^12.2.12",
"@angular/common": "^12.2.12",
"@angular/compiler": "^12.2.12",
"@angular/core": "^12.2.12",
"@angular/forms": "^12.2.12",
"@angular/material": "^12.2.12",
"@angular/platform-browser": "^12.2.12",
"@angular/platform-browser-dynamic": "^12.2.12",
"@angular/router": "^12.2.12",
"angular-auth-oidc-client": "^12.0.3",
"bootstrap": "^4.6.0",
"detect-browser": "^5.2.0",
"hls.js": "^1.0.7",
"detect-browser": "^5.2.1",
"hls.js": "^1.0.12",
"jquery": "^3.6.0",
"libass-wasm": "AnonymusRaccoon/JavascriptSubtitlesOctopus",
"ngx-infinite-scroll": "^10.0.1",
"popper.js": "^1.16.1",
"rxjs": "^6.6.7",
"rxjs": "^7.4.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.1.4",
"@angular/cli": "^12.1.4",
"@angular/compiler-cli": "^12.1.4",
"@angular/language-service": "^12.1.4",
"@types/bootstrap": "^5.0.17",
"@angular-devkit/build-angular": "^12.2.12",
"@angular/cli": "^12.2.12",
"@angular/compiler-cli": "^12.2.12",
"@angular/language-service": "^12.2.12",
"@types/bootstrap": "^5.1.6",
"@types/hls.js": "^0.13.3",
"@types/jquery": "^3.5.6",
"@types/node": "^16.4.10",
"@types/video.js": "^7.3.26",
"@types/jquery": "^3.5.8",
"@types/node": "^16.11.6",
"@types/video.js": "^7.3.27",
"codelyzer": "^6.0.2",
"ts-node": "~10.1.0",
"ts-node": "~10.4.0",
"tslint": "^6.1.3",
"typescript": "4.3.5"
}

8084
yarn.lock Normal file

File diff suppressed because it is too large Load Diff