Skip to content

Commit 5556719

Browse files
chore: update dependencies (#129)
1 parent 97bd0a8 commit 5556719

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

example/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: http_interceptor_example
22
description: Demonstrates how to use the http_interceptor plugin.
33
version: 0.0.1+1
4-
publish_to: 'none'
4+
publish_to: "none"
55

66
environment:
7-
sdk: '>=2.12.0 <3.0.0'
7+
sdk: ">=3.0.3 <4.0.0"
88

99
dependencies:
1010
flutter:
1111
sdk: flutter
1212
http_interceptor:
1313
path: ../
14-
image_picker: ^0.8.7+5
15-
shared_preferences: ^2.0.6
14+
image_picker: ^0.8.8
15+
shared_preferences: ^2.1.2
1616

1717
dev_dependencies:
1818
flutter_lints: ^2.0.1

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ issue_tracker: https://github.com/CodingAleCR/http_interceptor/issues
88
repository: https://github.com/CodingAleCR/http_interceptor
99

1010
environment:
11-
sdk: '>=2.18.0 <4.0.0'
11+
sdk: ">=3.0.3 <4.0.0"
1212

1313
dependencies:
14-
http: ^0.13.6
14+
http: ^1.0.0
1515

1616
dev_dependencies:
17-
lints: ^2.1.0
17+
lints: ^2.1.1
1818
test: ^1.24.3

0 commit comments

Comments
 (0)