From 22e4de0fd6c245dacd742076a1faf3647ca461be Mon Sep 17 00:00:00 2001 From: jbpenrath Date: Thu, 10 Nov 2022 15:39:01 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=95(lib)=20move=20tsc-alias=20into=20dev?= =?UTF-8?q?=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tsc-alias is an util to resolve aliases during compilation. This lib must be listed in development dependencies. --- lib/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/package.json b/lib/package.json index 9bc195d3..bd71be17 100644 --- a/lib/package.json +++ b/lib/package.json @@ -40,7 +40,6 @@ "@rjsf/core": "4.2.3", "json-schema": "0.4.0", "lodash": "4.17.21", - "tsc-alias": "1.7.0", "uuid": "9.0.0" }, "peerDependencies": { @@ -85,6 +84,7 @@ "react-dom": "17.0.2", "react-intl": "6.2.1", "rollup": "3.2.5", + "tsc-alias": "1.7.0", "tslib": "2.4.1", "typescript": "4.8.4", "vite": "3.2.2"