Skip to content

Commit

Permalink
chore(deps): pkg:web and pkg:web_socket_channel (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Angelov <[email protected]>
  • Loading branch information
MaximilianFlechtner and felangel authored Apr 26, 2024
1 parent f5b8852 commit 9371b4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/src/_web_socket_connect/_web_socket_connect_html.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'dart:async';
import 'dart:js_interop';

import 'package:web/helpers.dart';
import 'package:web/web.dart';

/// Create a WebSocket connection.
Future<WebSocket> connect(
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ version: 0.1.1
topics: [web-socket, web-socket-client]

environment:
sdk: ">=2.19.0 <4.0.0"
sdk: ">=3.3.0 <4.0.0"

dependencies:
web: ^0.4.0
web_socket_channel: ^2.0.0
web: ^0.5.0
web_socket_channel: ^2.4.5

dev_dependencies:
mocktail: ^1.0.0
Expand Down

0 comments on commit 9371b4b

Please sign in to comment.