From 9623bfb8f91d48282eb936ebac88b2039e479310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDiga=20Povhe?= Date: Wed, 17 Sep 2025 11:59:11 +0200 Subject: [PATCH] update dependencies and version in pubspec.yaml --- pubspec.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3720f86..817937f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,18 +1,18 @@ name: signalr_core description: ASP.NET Core SignalR Client written for Dart that is platform-independent, and can be used on both the command-line and the browser. -version: 1.1.2 +version: 1.1.2+1 homepage: https://github.com/jamiewest/signalr_core environment: sdk: ^3.2.6 dependencies: - http: ^1.2.0 - logging: ^1.2.0 - web_socket_channel: ^2.4.3 + http: ^1.5.0 + logging: ^1.3.0 + web_socket_channel: ^3.0.3 sse_channel: ^0.1.1 - equatable: ^2.0.5 + equatable: ^2.0.7 dev_dependencies: - lints: ^3.0.0 - test: ^1.24.4 + lints: ^6.0.0 + test: ^1.26.3