From 3fbc4f1fe07eadf9c7a2ef8fc9f4ba78dc3486a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgars=20Egl=C4=ABtis?= <37242620+eglitise@users.noreply.github.com> Date: Thu, 6 Jun 2024 23:06:01 +0300 Subject: [PATCH] fix: add logger dependencies in package.json (#20205) --- package-lock.json | 6 ++++++ packages/appium/package.json | 1 + packages/support/package.json | 1 + packages/types/package.json | 1 + 4 files changed, 9 insertions(+) diff --git a/package-lock.json b/package-lock.json index 5b48fe832..c199f80e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21672,6 +21672,7 @@ "@appium/base-driver": "^9.8.0", "@appium/base-plugin": "^2.2.33", "@appium/docutils": "^1.0.9", + "@appium/logger": "^1.1.0", "@appium/schema": "~0.5.0", "@appium/support": "^4.3.0", "@appium/types": "^0.19.0", @@ -22608,6 +22609,7 @@ "version": "4.3.0", "license": "Apache-2.0", "dependencies": { + "@appium/logger": "^1.1.0", "@appium/tsconfig": "^0.3.3", "@appium/types": "^0.19.0", "@colors/colors": "1.6.0", @@ -22912,6 +22914,7 @@ "version": "0.19.0", "license": "Apache-2.0", "dependencies": { + "@appium/logger": "^1.1.0", "@appium/schema": "^0.5.0", "@appium/tsconfig": "^0.3.3", "@types/express": "4.17.21", @@ -23520,6 +23523,7 @@ "@appium/support": { "version": "file:packages/support", "requires": { + "@appium/logger": "^1.1.0", "@appium/tsconfig": "^0.3.3", "@appium/types": "^0.19.0", "@colors/colors": "1.6.0", @@ -23733,6 +23737,7 @@ "@appium/types": { "version": "file:packages/types", "requires": { + "@appium/logger": "^1.1.0", "@appium/schema": "^0.5.0", "@appium/tsconfig": "^0.3.3", "@types/express": "4.17.21", @@ -26923,6 +26928,7 @@ "@appium/base-driver": "^9.8.0", "@appium/base-plugin": "^2.2.33", "@appium/docutils": "^1.0.9", + "@appium/logger": "^1.1.0", "@appium/schema": "~0.5.0", "@appium/support": "^4.3.0", "@appium/types": "^0.19.0", diff --git a/packages/appium/package.json b/packages/appium/package.json index df26369ca..6c82534b6 100644 --- a/packages/appium/package.json +++ b/packages/appium/package.json @@ -63,6 +63,7 @@ "@appium/base-driver": "^9.8.0", "@appium/base-plugin": "^2.2.33", "@appium/docutils": "^1.0.9", + "@appium/logger": "^1.1.0", "@appium/schema": "~0.5.0", "@appium/support": "^4.3.0", "@appium/types": "^0.19.0", diff --git a/packages/support/package.json b/packages/support/package.json index b948d3e23..e7dca9831 100644 --- a/packages/support/package.json +++ b/packages/support/package.json @@ -41,6 +41,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { + "@appium/logger": "^1.1.0", "@appium/tsconfig": "^0.3.3", "@appium/types": "^0.19.0", "@colors/colors": "1.6.0", diff --git a/packages/types/package.json b/packages/types/package.json index 72888a3f0..6c409bd3f 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -38,6 +38,7 @@ "test:types": "tsd" }, "dependencies": { + "@appium/logger": "^1.1.0", "@appium/schema": "^0.5.0", "@appium/tsconfig": "^0.3.3", "@types/express": "4.17.21",