From c6bef2ffd976dbc7beb022fbb63e1395bc79b96d Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 23:35:55 +0000 Subject: [PATCH] Update typescript-json-schema to version 0.51.0 --- pipeline/interfaces-to-json/package.json | 28 ++++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/pipeline/interfaces-to-json/package.json b/pipeline/interfaces-to-json/package.json index 9db100b..7ecd199 100644 --- a/pipeline/interfaces-to-json/package.json +++ b/pipeline/interfaces-to-json/package.json @@ -1,15 +1,15 @@ -{ - "name": "@local/interfaces-to-json", - "version": "0.0.1", - "description": "Tool that converts the game's interfaces into JSON", - "license": "Apache-2.0", - "private": true, - "scripts": { - "interfaces-to-json": "../../node_modules/.bin/ts-node ./main", - "build": "tsc --build tsconfig.json" - }, - "dependencies": { - "typescript-json-schema": "^0.42.0" - }, - "devDependencies": {} +{ + "name": "@local/interfaces-to-json", + "version": "0.0.1", + "description": "Tool that converts the game's interfaces into JSON", + "license": "Apache-2.0", + "private": true, + "scripts": { + "interfaces-to-json": "../../node_modules/.bin/ts-node ./main", + "build": "tsc --build tsconfig.json" + }, + "dependencies": { + "typescript-json-schema": "^0.51.0" + }, + "devDependencies": {} }