Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit f71e3d4

Browse files
authored
Avoid breaking changes with strict dependencies (#1133)
1 parent 1d46269 commit f71e3d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@
1818
"platforms": ["espressif8266", "espressif32"],
1919
"dependencies": [
2020
{
21+
"owner": "me-no-dev",
2122
"name": "ESPAsyncTCP",
23+
"version": "^1.2.2",
2224
"platforms": "espressif8266"
2325
},
2426
{
27+
"owner": "me-no-dev",
2528
"name": "AsyncTCP",
29+
"version": "^1.1.1",
2630
"platforms": "espressif32"
2731
},
2832
{

0 commit comments

Comments
 (0)