fix: add logger dependencies in package.json (#20205)

This commit is contained in:
Edgars Eglītis
2024-06-06 23:06:01 +03:00
committed by GitHub
parent 7492c3357e
commit 3fbc4f1fe0
4 changed files with 9 additions and 0 deletions

6
package-lock.json generated
View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",