Skip to content

Commit

Permalink
Remove dependency_overrides (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed May 6, 2024
1 parent 9e57c33 commit 468e2d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 2 additions & 0 deletions pkgs/shelf_web_socket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.0.1-wip

## 2.0.0

* Require Dart `^3.0.0`.
Expand Down
9 changes: 2 additions & 7 deletions pkgs/shelf_web_socket/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: shelf_web_socket
version: 2.0.0
version: 2.0.1-wip
description: >
A shelf handler that wires up a listener for every connection.
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_web_socket
Expand All @@ -19,9 +19,4 @@ dependencies:
dev_dependencies:
dart_flutter_team_lints: ^2.0.0
http: '>=0.13.0 <2.0.0'
test: ^1.16.0

# Remove this when a version of `package:test` is released that is compatible
# with self_web_socket 2.x
dependency_overrides:
test: 1.25.2
test: ^1.25.2

0 comments on commit 468e2d9

Please sign in to comment.