mirror of
https://github.com/appium/appium.git
synced 2026-02-21 10:49:52 -06:00
fix: add logger dependencies in package.json (#20205)
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user