From 858661a45a0b547ee8b4895ce4571acefc7a67c4 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Thu, 19 Oct 2023 15:43:21 +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 dde3c7e..2cef680 100644 --- a/package.json +++ b/package.json @@ -75,9 +75,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", "@colors/colors": "^1.5.0", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1",