Skip to content

Commit 8c64cb6

Browse files
authored
Bump to latest lints (dart-archive/sse#114)
1 parent d5acd69 commit 8c64cb6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pkgs/sse/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 4.1.7-wip
2+
13
## 4.1.6
24

35
- Require package `web: '>=0.5.0 <2.0.0'`.

pkgs/sse/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sse
2-
version: 4.1.6
2+
version: 4.1.7-wip
33
description: >-
44
Provides client and server functionality for setting up bi-directional
55
communication through Server Sent Events (SSE) and corresponding POST
@@ -19,7 +19,7 @@ dependencies:
1919
web: '>=0.5.0 <2.0.0'
2020

2121
dev_dependencies:
22-
dart_flutter_team_lints: ^2.0.0
22+
dart_flutter_team_lints: ^3.0.0
2323
shelf_static: ^1.0.0
24-
test: ^1.5.3
24+
test: ^1.16.6
2525
webdriver: ^3.0.0

0 commit comments

Comments
 (0)