Skip to content

Commit d4c0a5b

Browse files
komaxxMatthias Schicker
andauthored
Feature/update dependency to intl v19 (#414)
* #376: Added `_settings.session_timers_refresh_method` to UaSettings to expose this feature for users of SipUaHelper * Reformatted sip_ua_helper to get build pipeline to run * Updated some dependencies * More dependency updates --------- Co-authored-by: Matthias Schicker <matthias@matthiasschicker.de>
1 parent 0d7fb50 commit d4c0a5b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ environment:
77
flutter: ">=2.0.0"
88

99
dependencies:
10-
collection: ^1.15.0
11-
crypto: ^3.0.0
12-
flutter_webrtc: ^0.9.25
13-
intl: ^0.18.0
10+
collection: ^1.18.0
11+
crypto: ^3.0.3
12+
flutter_webrtc: ^0.9.47
13+
intl: ^0.19.0
1414
logger: ^1.0.0
1515
parser_error: ^0.2.0
1616
path: ^1.6.4
17-
random_string: ^2.0.0
18-
recase: ^4.0.0
17+
random_string: ^2.3.1
18+
recase: ^4.1.0
1919
sdp_transform: ^0.3.2
20-
uuid: ^3.0.2
20+
uuid: ^4.2.1
2121

2222

2323
dev_dependencies:

0 commit comments

Comments
 (0)