From a482a9149121916de2cc9e51574c8ccc98d9f7d4 Mon Sep 17 00:00:00 2001 From: Yavor Ivanov Date: Fri, 29 Mar 2024 11:57:04 +0200 Subject: [PATCH] fix: Add dependencies --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e982fd6e..888528d4d 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,8 @@ "json-source-map": "^0.6.1", "sax-wasm": "^2.2.4", "typescript": "5.3.x", - "yargs": "^17.7.2" + "yargs": "^17.7.2", + "update-notifier": "^7.0.0" }, "devDependencies": { "@commitlint/cli": "^19.2.1", @@ -83,6 +84,7 @@ "@types/he": "^1.2.3", "@types/node": "^20.11.30", "@types/sinon": "^17.0.3", + "@types/update-notifier": "^6.0.8", "@types/yargs": "^17.0.32", "@ui5-language-assistant/semantic-model": "^3.3.1", "@ui5-language-assistant/semantic-model-types": "^3.3.1",