update npm + js

This commit is contained in:
2020-06-21 08:44:01 +02:00
parent b11018c7be
commit 6ccc9e36bb
3 changed files with 2739 additions and 3091 deletions

View File

@@ -1,5 +1,5 @@
plugins { plugins {
id("com.github.node-gradle.node") version "2.2.3" id("com.github.node-gradle.node") version "2.2.4"
} }
@@ -10,7 +10,7 @@ node {
version = '13.10.1' version = '13.10.1'
// Version of npm to use. // Version of npm to use.
npmVersion = '6.14.2' npmVersion = '6.14.5'
// Version of Yarn to use. // Version of Yarn to use.
//yarnVersion = '0.16.1' //yarnVersion = '0.16.1'

5780
pdb-js/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,39 +12,39 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^9.1.0", "@angular/animations": "^9.1.11",
"@angular/cdk": "^9.2.0", "@angular/cdk": "^9.2.4",
"@angular/common": "^9.1.0", "@angular/common": "^9.1.11",
"@angular/compiler": "^9.1.0", "@angular/compiler": "^9.1.11",
"@angular/core": "^9.1.0", "@angular/core": "^9.1.11",
"@angular/forms": "^9.1.0", "@angular/forms": "^9.1.11",
"@angular/material": "^9.2.0", "@angular/material": "^9.2.4",
"@angular/platform-browser": "^9.1.0", "@angular/platform-browser": "^9.1.11",
"@angular/platform-browser-dynamic": "^9.1.0", "@angular/platform-browser-dynamic": "^9.1.11",
"@angular/router": "^9.1.0", "@angular/router": "^9.1.11",
"moment": "^2.24.0", "moment": "^2.27.0",
"rxjs": "^6.5.4", "rxjs": "^6.5.5",
"rxjs-compat": "^6.5.4", "rxjs-compat": "^6.5.5",
"tslib": "^1.10.0", "tslib": "^1.13.0",
"zone.js": "~0.10.2" "zone.js": "~0.10.2"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~0.901.0", "@angular-devkit/build-angular": "^0.901.9",
"@angular/cli": "^9.1.0", "@angular/cli": "^9.1.9",
"@angular/compiler-cli": "^9.1.0", "@angular/compiler-cli": "^9.1.11",
"@angular/language-service": "^9.1.0", "@angular/language-service": "^9.1.11",
"@types/jasmine": "^3.5.3", "@types/jasmine": "^3.5.10",
"@types/jasminewd2": "~2.0.8", "@types/jasminewd2": "~2.0.8",
"@types/node": "^12.11.1", "@types/node": "^12.12.47",
"codelyzer": "^5.1.2", "codelyzer": "^5.2.2",
"jasmine-core": "~3.4.0", "jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1", "jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0", "karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0", "karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.1.1", "karma-coverage-istanbul-reporter": "~2.1.1",
"karma-jasmine": "~2.0.1", "karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.5.2", "karma-jasmine-html-reporter": "^1.5.4",
"protractor": "^5.4.3", "protractor": "^5.4.4",
"ts-node": "~8.5.4", "ts-node": "~8.5.4",
"tslint": "~5.20.1", "tslint": "~5.20.1",
"typescript": "~3.8.3" "typescript": "~3.8.3"