Skip to content

Commit c944ab2

Browse files
Update dependencies
1 parent 1735c19 commit c944ab2

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.6.0
2+
- Updated dependencies
3+
14
# 0.5.8
25
- Implemented `UserService.profileBanner` request
36

pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
name: dart_twitter_api
22
description: A dart wrapper for using the Twitter API with well documented interfaces for every endpoint.
3-
version: 0.5.8
3+
version: 0.6.0
44
homepage: https://github.com/robertodoering/twitter_api
55
repository: https://github.com/robertodoering/twitter_api
66
issue_tracker: https://github.com/robertodoering/twitter_api/issues
77

88
environment:
9-
sdk: '>=2.12.0 <3.0.0'
9+
sdk: '>=3.0.0 <4.0.0'
1010

1111
dependencies:
12-
http: ^0.13.0
13-
intl: ^0.17.0
12+
http: ^1.2.2
13+
intl: ^0.20.0
1414
json_annotation: ^4.0.0
15-
oauth1: ^2.0.0
15+
oauth1: ^2.1.0
1616

1717
dev_dependencies:
18-
build_runner: ^1.11.5
19-
json_serializable: ^4.0.2
18+
build_runner: ^2.4.13
19+
json_serializable: ^6.8.0
2020
mockito: ^5.0.0
2121
pedantic: ^1.11.0
2222
test: ^1.16.5

0 commit comments

Comments
 (0)