Skip to content

Commit f28572a

Browse files
committed
build(deps): update git dependencies to latest versions
- Update core to v1.2.0 - Update email_client to v1.0.0 - Update http_client to v1.0.1 These updates ensure that we are using the latest versions of our git dependencies, which may include bug fixes and new features.
1 parent 4cd256b commit f28572a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ packages:
6969
dependency: "direct main"
7070
description:
7171
path: "."
72-
ref: "828b984517edec069266579c624c7af9fbe0e2ac"
73-
resolved-ref: "828b984517edec069266579c624c7af9fbe0e2ac"
72+
ref: "v1.2.0"
73+
resolved-ref: d052799c1ebb7bcdd1a725a2a7919948c14fa001
7474
url: "https://github.com/flutter-news-app-full-source-code/core.git"
7575
source: git
76-
version: "0.0.0"
76+
version: "1.2.0"
7777
coverage:
7878
dependency: transitive
7979
description:
@@ -110,8 +110,8 @@ packages:
110110
dependency: "direct main"
111111
description:
112112
path: "."
113-
ref: c5e36d06b58918056dde4a58d177a39fb66bfe24
114-
resolved-ref: c5e36d06b58918056dde4a58d177a39fb66bfe24
113+
ref: "v1.0.0"
114+
resolved-ref: "31faf0e429aeea519204dfdd26afdba36ea1d8dc"
115115
url: "https://github.com/flutter-news-app-full-source-code/email-client.git"
116116
source: git
117117
version: "0.0.0"
@@ -159,8 +159,8 @@ packages:
159159
dependency: "direct main"
160160
description:
161161
path: "."
162-
ref: "57f6bcfc0f209ecc135fdcb688194045ec87e6e8"
163-
resolved-ref: "57f6bcfc0f209ecc135fdcb688194045ec87e6e8"
162+
ref: "v1.0.1"
163+
resolved-ref: ce550196f78ee2e95aa9e985759179265983689d
164164
url: "https://github.com/flutter-news-app-full-source-code/http-client.git"
165165
source: git
166166
version: "0.0.0"

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ dependencies:
1010
core:
1111
git:
1212
url: https://github.com/flutter-news-app-full-source-code/core.git
13-
ref: 828b984517edec069266579c624c7af9fbe0e2ac
13+
ref: v1.2.0
1414
dio: ^5.8.0+1
1515
email_client:
1616
git:
1717
url: https://github.com/flutter-news-app-full-source-code/email-client.git
18-
ref: c5e36d06b58918056dde4a58d177a39fb66bfe24
18+
ref: v1.0.0
1919
http_client:
2020
git:
2121
url: https://github.com/flutter-news-app-full-source-code/http-client.git
22-
ref: 57f6bcfc0f209ecc135fdcb688194045ec87e6e8
22+
ref: v1.0.1
2323
logging: ^1.3.0
2424

2525
dev_dependencies:

0 commit comments

Comments
 (0)