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

Commit 5f65bae

Browse files
authored
Remove dependency_overrides (#354)
1 parent 324d932 commit 5f65bae

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.1-wip
2+
3+
- Remove unnecessary `dependency_overrides`.
4+
15
## 3.0.0
26

37
- Provide an adapter around `package:web_socket` `WebSocket`s and make it the

pubspec.yaml

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: web_socket_channel
2-
version: 3.0.0
2+
version: 3.0.1-wip
33
description: >-
44
StreamChannel wrappers for WebSockets. Provides a cross-platform
55
WebSocketChannel API, a cross-platform implementation of that API that
@@ -18,15 +18,4 @@ dependencies:
1818

1919
dev_dependencies:
2020
dart_flutter_team_lints: ^2.0.0
21-
shelf_web_socket: any
22-
test: ^1.16.0
23-
24-
# Remove this when versions of `package:test` and `shelf_web_socket` that support
25-
# channel_web_socket 3.0 are released.
26-
dependency_overrides:
27-
shelf_web_socket:
28-
git:
29-
ref: master
30-
url: https://github.com/dart-lang/shelf.git
31-
path: pkgs/shelf_web_socket
32-
test: 1.25.2
21+
test: ^1.25.2

0 commit comments

Comments
 (0)