diff --git a/pkgs/sse/CHANGELOG.md b/pkgs/sse/CHANGELOG.md index f084678d0..63fe5f6c0 100644 --- a/pkgs/sse/CHANGELOG.md +++ b/pkgs/sse/CHANGELOG.md @@ -1,3 +1,5 @@ +## 4.1.7-wip + ## 4.1.6 - Require package `web: '>=0.5.0 <2.0.0'`. diff --git a/pkgs/sse/pubspec.yaml b/pkgs/sse/pubspec.yaml index 5fa630000..0b20b93ee 100644 --- a/pkgs/sse/pubspec.yaml +++ b/pkgs/sse/pubspec.yaml @@ -1,5 +1,5 @@ name: sse -version: 4.1.6 +version: 4.1.7-wip description: >- Provides client and server functionality for setting up bi-directional communication through Server Sent Events (SSE) and corresponding POST @@ -19,7 +19,7 @@ dependencies: web: '>=0.5.0 <2.0.0' dev_dependencies: - dart_flutter_team_lints: ^2.0.0 + dart_flutter_team_lints: ^3.0.0 shelf_static: ^1.0.0 - test: ^1.5.3 + test: ^1.16.6 webdriver: ^3.0.0