Skip to content

Commit

Permalink
fix: wdi5 2 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vobu committed Sep 16, 2023
1 parent 76e0cb0 commit 5a070ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const DEV_DEPS = [
"@wdio/local-runner",
"@wdio/mocha-framework",
"@wdio/spec-reporter",
"wdio-ui5-service@2.0.0-beta.1"
"wdio-ui5-service@2"
]

const DEV_DEPS_TS = [...DEV_DEPS, "ts-node", "typescript", "@openui5/types"]
Expand Down

0 comments on commit 5a070ac

Please sign in to comment.