Skip to content

Commit

Permalink
add base-plugin to dependencies and bump version (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 authored Jan 31, 2024
1 parent 4749b19 commit 45bfa0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 45bfa0a

Please sign in to comment.