refactor: update dependenices

This commit is contained in:
Rainer Killinger
2021-02-15 10:57:25 +01:00
parent 8b1b3444fd
commit 88dbedd932
2 changed files with 233 additions and 612 deletions

831
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -43,10 +43,10 @@
"Wieland Schöbl" "Wieland Schöbl"
], ],
"dependencies": { "dependencies": {
"@openstapps/core-tools": "0.16.0", "@openstapps/core-tools": "0.17.0",
"@types/geojson": "1.0.6", "@types/geojson": "1.0.6",
"@types/json-patch": "0.0.30", "@types/json-patch": "0.0.30",
"@types/json-schema": "7.0.6", "@types/json-schema": "7.0.7",
"@types/node": "10.17.44", "@types/node": "10.17.44",
"fast-clone": "1.5.13", "fast-clone": "1.5.13",
"fast-deep-equal": "3.1.3", "fast-deep-equal": "3.1.3",
@@ -59,16 +59,16 @@
"@openstapps/configuration": "0.25.0", "@openstapps/configuration": "0.25.0",
"@openstapps/logger": "0.5.0", "@openstapps/logger": "0.5.0",
"@testdeck/mocha": "0.1.2", "@testdeck/mocha": "0.1.2",
"@types/chai": "4.2.14", "@types/chai": "4.2.15",
"@types/rimraf": "3.0.0", "@types/rimraf": "3.0.0",
"chai": "4.2.0", "chai": "4.3.0",
"conditional-type-checks": "1.0.5", "conditional-type-checks": "1.0.5",
"conventional-changelog-cli": "2.1.0", "conventional-changelog-cli": "2.1.1",
"mocha": "8.2.0", "mocha": "8.3.0",
"nyc": "15.1.0", "nyc": "15.1.0",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"source-map-support": "0.5.19", "source-map-support": "0.5.19",
"ts-node": "9.0.0", "ts-node": "9.1.1",
"tslint": "6.1.3", "tslint": "6.1.3",
"typedoc": "0.18.0", "typedoc": "0.18.0",
"typescript": "3.8.3" "typescript": "3.8.3"