From 123eefba5e5e30100cb3cdff09a516179f78afe7 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Thu, 19 Oct 2023 15:39:14 +0200 Subject: [PATCH] chore: Use latest types version --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 67a6d23e6..62dee72a5 100644 --- a/package.json +++ b/package.json @@ -56,10 +56,10 @@ "homepage": "https://github.com/appium/WebDriverAgent#readme", "devDependencies": { "@appium/eslint-config-appium": "^8.0.4", - "@appium/eslint-config-appium-ts": "^0.3.1", + "@appium/eslint-config-appium-ts": "^0.x", "@appium/test-support": "^3.0.0", - "@appium/tsconfig": "^0.3.0", - "@appium/types": "^0.13.2", + "@appium/tsconfig": "^0.x", + "@appium/types": "^0.x", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@types/bluebird": "^3.5.38",