From 7a610b5a300f4027a109c1dab651a1cadc8e9b69 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Thu, 19 Oct 2023 17:45:30 +0200 Subject: [PATCH] chore: Use latest types --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9d09368..516ffdb 100644 --- a/package.json +++ b/package.json @@ -74,9 +74,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", @@ -87,7 +87,7 @@ "@types/node": "^20.4.7", "@types/sinon": "^10.0.16", "@types/sinon-chai": "^3.2.9", - "@types/teen_process": "2.0.0", + "@types/teen_process": "^2.0.0", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "chai": "^4.1.2",