update JS libs

This commit is contained in:
2021-02-17 17:34:38 +01:00
parent 492efab78c
commit 0ffbae6ec3
2 changed files with 1780 additions and 1163 deletions

2907
pdb-js/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,30 +12,30 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^11.0.2", "@angular/animations": "^11.2.0",
"@angular/cdk": "^11.0.0", "@angular/cdk": "^11.2.0",
"@angular/common": "^11.0.2", "@angular/common": "^11.2.0",
"@angular/compiler": "^11.0.2", "@angular/compiler": "^11.2.0",
"@angular/core": "^11.0.2", "@angular/core": "^11.2.0",
"@angular/forms": "^11.0.2", "@angular/forms": "^11.2.0",
"@angular/material": "^11.0.0", "@angular/material": "^11.2.0",
"@angular/platform-browser": "^11.0.2", "@angular/platform-browser": "^11.2.0",
"@angular/platform-browser-dynamic": "^11.0.2", "@angular/platform-browser-dynamic": "^11.2.0",
"@angular/router": "^11.0.2", "@angular/router": "^11.2.0",
"moment": "^2.29.1", "moment": "^2.29.1",
"rxjs": "^6.6.3", "rxjs": "^6.6.3",
"rxjs-compat": "^6.6.3", "rxjs-compat": "^6.6.3",
"tslib": "^2.0.0", "tslib": "^2.1.0",
"zone.js": "~0.10.2" "zone.js": "~0.10.2"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^0.1100.2", "@angular-devkit/build-angular": "^0.1100.7",
"@angular/cli": "^11.0.2", "@angular/cli": "^11.2.0",
"@angular/compiler-cli": "^11.0.2", "@angular/compiler-cli": "^11.2.0",
"@angular/language-service": "^11.0.2", "@angular/language-service": "^11.2.0",
"@types/jasmine": "~3.6.0", "@types/jasmine": "^3.6.3",
"@types/jasminewd2": "~2.0.8", "@types/jasminewd2": "~2.0.8",
"@types/node": "^12.19.4", "@types/node": "^12.20.1",
"codelyzer": "^6.0.0", "codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0", "jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0", "jasmine-spec-reporter": "~5.0.0",
@@ -47,6 +47,6 @@
"protractor": "~7.0.0", "protractor": "~7.0.0",
"ts-node": "~8.5.4", "ts-node": "~8.5.4",
"tslint": "~6.1.0", "tslint": "~6.1.0",
"typescript": "~4.0.0" "typescript": "^4.0.7"
} }
} }