Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions core/pubspec.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by pub
# See https://www.dartlang.org/tools/pub/glossary#lockfile
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
analyzer:
dependency: transitive
Expand Down Expand Up @@ -56,7 +56,7 @@ packages:
name: cookie_jar
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.7"
version: "1.0.1"
crypto:
dependency: transitive
description:
Expand All @@ -77,7 +77,7 @@ packages:
name: dio
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
version: "2.2.2"
front_end:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:

dependencies:
rxdart:
dio:
dio: any
http:

dev_dependencies:
Expand Down