From 45bfa0a4865d2aa0b24771148c2f73084af63303 Mon Sep 17 00:00:00 2001 From: Sai Krishna Date: Wed, 31 Jan 2024 09:27:46 +0800 Subject: [PATCH] add base-plugin to dependencies and bump version (#116) --- package-lock.json | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4e0b63..dd7cc14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,20 +1,20 @@ { "name": "appium-wait-plugin", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "appium-wait-plugin", - "version": "3.0.1", + "version": "3.0.2", "license": "ISC", "dependencies": { + "@appium/base-plugin": "^2.2.26", "async-wait-until": "^2.0.12", "axios": "0.27.2", "ora": "5.4.1" }, "devDependencies": { - "@appium/base-plugin": "^2.2.26", "@appium/fake-driver": "^4.2.1", "@appium/plugin-test-support": "^0.2.0", "@babel/plugin-proposal-class-properties": "^7.13.0", diff --git a/package.json b/package.json index 34ac957..fdb541a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-wait-plugin", - "version": "3.0.1", + "version": "3.0.2", "description": "An appium 2.0 plugin that waits for element to be found", "main": "./lib/index.js", "scripts": { @@ -38,10 +38,10 @@ "dependencies": { "async-wait-until": "^2.0.12", "axios": "0.27.2", - "ora": "5.4.1" + "ora": "5.4.1", + "@appium/base-plugin": "^2.2.26" }, "devDependencies": { - "@appium/base-plugin": "^2.2.26", "@appium/fake-driver": "^4.2.1", "@appium/plugin-test-support": "^0.2.0", "@babel/plugin-proposal-class-properties": "^7.13.0",