Skip to content

Commit 10f8ec1

Browse files
authored
fix: upgrade example deps (#78)
1 parent 1bdd06d commit 10f8ec1

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

example/pubspec.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ packages:
4343
url: "https://pub.dartlang.org"
4444
source: hosted
4545
version: "1.15.0"
46-
cupertino_icons:
47-
dependency: "direct main"
48-
description:
49-
name: cupertino_icons
50-
url: "https://pub.dartlang.org"
51-
source: hosted
52-
version: "0.1.2"
5346
fake_async:
5447
dependency: transitive
5548
description:
@@ -73,14 +66,14 @@ packages:
7366
name: http
7467
url: "https://pub.dartlang.org"
7568
source: hosted
76-
version: "0.13.0"
69+
version: "0.13.3"
7770
http_interceptor:
7871
dependency: "direct main"
7972
description:
8073
path: ".."
8174
relative: true
8275
source: path
83-
version: "0.4.1"
76+
version: "1.0.0"
8477
http_parser:
8578
dependency: transitive
8679
description:

example/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ version: 0.0.1+1
44
publish_to: "none"
55

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

99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
cupertino_icons: ^0.1.2
1312
http_interceptor:
1413
path: ../
1514

0 commit comments

Comments
 (0)