mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
refactor: swap out jsonschema package for json-schema
This commit is contained in:
committed by
Rainer Killinger
parent
d3b620a745
commit
827ba47892
@@ -42,18 +42,19 @@
|
||||
"Roman Klopsch"
|
||||
],
|
||||
"dependencies": {
|
||||
"@openstapps/core-tools": "0.16.0",
|
||||
"@types/geojson": "1.0.6",
|
||||
"@types/json-patch": "0.0.30",
|
||||
"@types/json-schema": "7.0.6",
|
||||
"@types/node": "10.17.14",
|
||||
"fast-clone": "1.5.13",
|
||||
"http-status-codes": "2.1.2",
|
||||
"json-patch": "0.7.0",
|
||||
"jsonschema": "1.2.5",
|
||||
"json-schema": "0.2.5",
|
||||
"ts-optchain": "0.1.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.24.0",
|
||||
"@openstapps/core-tools": "0.14.0",
|
||||
"@openstapps/logger": "0.5.0",
|
||||
"@types/chai": "4.2.12",
|
||||
"@types/rimraf": "3.0.0",
|
||||
@@ -67,8 +68,8 @@
|
||||
"source-map-support": "0.5.19",
|
||||
"ts-node": "9.0.0",
|
||||
"tslint": "6.1.3",
|
||||
"typedoc": "0.14.2",
|
||||
"typescript": "3.5.3"
|
||||
"typedoc": "0.18.0",
|
||||
"typescript": "3.8.3"
|
||||
},
|
||||
"nyc": {
|
||||
"all": true,
|
||||
|
||||
Reference in New Issue
Block a user