From faecec0b466faf8fcd71223168b663917a8bf583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Mar=C3=A9chal?= Date: Fri, 12 Mar 2021 15:43:00 -0500 Subject: [PATCH] timeline: fix missing dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paul Maréchal --- packages/timeline/compile.tsconfig.json | 3 +++ packages/timeline/package.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/timeline/compile.tsconfig.json b/packages/timeline/compile.tsconfig.json index 4f0b13d382c8f..f353bfb4b4086 100644 --- a/packages/timeline/compile.tsconfig.json +++ b/packages/timeline/compile.tsconfig.json @@ -11,6 +11,9 @@ "references": [ { "path": "../core/compile.tsconfig.json" + }, + { + "path": "../navigator/compile.tsconfig.json" } ] } diff --git a/packages/timeline/package.json b/packages/timeline/package.json index ae3a152aa09a5..17c219e2c0f13 100644 --- a/packages/timeline/package.json +++ b/packages/timeline/package.json @@ -3,7 +3,8 @@ "version": "1.11.0", "description": "Theia - Timeline Extension", "dependencies": { - "@theia/core": "1.11.0" + "@theia/core": "1.11.0", + "@theia/navigator": "1.11.0" }, "publishConfig": { "access": "public"