From 83971c0601c2b992a2fee24ff59cc90fb2edc814 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Thu, 19 Oct 2023 19:27:42 +0200 Subject: [PATCH] chore: Always use latest types --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f11b7c58..36ee8ad1 100644 --- a/package.json +++ b/package.json @@ -74,11 +74,11 @@ }, "devDependencies": { "@appium/eslint-config-appium": "^8.0.4", - "@appium/eslint-config-appium-ts": "^0.3.1", + "@appium/eslint-config-appium-ts": "^0.x", "@appium/support": "^4.1.2", "@appium/test-support": "^3.0.20", - "@appium/tsconfig": "^0.3.0", - "@appium/types": "^0.13.4", + "@appium/tsconfig": "^0.x", + "@appium/types": "^0.x", "@commitlint/cli": "^17.6.3", "@commitlint/config-conventional": "^17.6.3", "@semantic-release/changelog": "^6.0.1",