From f71e3d427b5be9791a8a2c93cf8079792c3a9a26 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 26 Mar 2022 00:02:59 +0200 Subject: [PATCH] Avoid breaking changes with strict dependencies (#1133) --- library.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library.json b/library.json index 556592793..750ca28d2 100644 --- a/library.json +++ b/library.json @@ -18,11 +18,15 @@ "platforms": ["espressif8266", "espressif32"], "dependencies": [ { + "owner": "me-no-dev", "name": "ESPAsyncTCP", + "version": "^1.2.2", "platforms": "espressif8266" }, { + "owner": "me-no-dev", "name": "AsyncTCP", + "version": "^1.1.1", "platforms": "espressif32" }, {