From 41f3b4c6b6e19649d265f145917fff0d436e601f Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Thu, 19 Oct 2023 15:50:10 +0200 Subject: [PATCH] chore: Use latest types --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a13fa5b..adc4cb1 100644 --- a/package.json +++ b/package.json @@ -66,9 +66,9 @@ ], "devDependencies": { "@appium/eslint-config-appium": "^8.0.4", - "@appium/eslint-config-appium-ts": "^0.3.1", - "@appium/tsconfig": "^0.3.0", - "@appium/types": "^0.13.2", + "@appium/eslint-config-appium-ts": "^0.x", + "@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",