Skip to content

Commit

Permalink
Bump to latest lints (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jul 17, 2024
1 parent a6ae8dc commit af2c5c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 4.1.7-wip

## 4.1.6

- Require package `web: '>=0.5.0 <2.0.0'`.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit af2c5c5

Please sign in to comment.