Skip to content

Commit 06b5940

Browse files
committed
build(deps): update git dependencies
- Update refs for core, data-client, data-mongodb, data-repository, email-client, email-repository, email-sendgrid, and http-client - Add specific commit hashes to pubspec.yaml for better version control
1 parent 0941ca8 commit 06b5940

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

pubspec.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ packages:
117117
dependency: "direct main"
118118
description:
119119
path: "."
120-
ref: HEAD
121-
resolved-ref: d7d9afa3e0cf8fb211fdea3342db8831813abf7d
120+
ref: "828b984517edec069266579c624c7af9fbe0e2ac"
121+
resolved-ref: "828b984517edec069266579c624c7af9fbe0e2ac"
122122
url: "https://github.com/flutter-news-app-full-source-code/core.git"
123123
source: git
124124
version: "0.0.0"
@@ -158,26 +158,26 @@ packages:
158158
dependency: "direct main"
159159
description:
160160
path: "."
161-
ref: HEAD
162-
resolved-ref: "2cbe263418a214838e2ac84d0db8911520d14a3e"
161+
ref: "960a00882045ee252274d9d57bfca606c1fe5d64"
162+
resolved-ref: "960a00882045ee252274d9d57bfca606c1fe5d64"
163163
url: "https://github.com/flutter-news-app-full-source-code/data-client.git"
164164
source: git
165165
version: "0.0.0"
166166
data_mongodb:
167167
dependency: "direct main"
168168
description:
169169
path: "."
170-
ref: HEAD
171-
resolved-ref: "113c1874dc7baa964d0c41640a09c8cac64a685a"
170+
ref: ee2ace6243f1ad4710c192c36215d3ce9e91c7a3
171+
resolved-ref: ee2ace6243f1ad4710c192c36215d3ce9e91c7a3
172172
url: "https://github.com/flutter-news-app-full-source-code/data-mongodb.git"
173173
source: git
174174
version: "0.0.0"
175175
data_repository:
176176
dependency: "direct main"
177177
description:
178178
path: "."
179-
ref: HEAD
180-
resolved-ref: d9fbbf33d8bb53724e2dd29d488a0c8eb9cbf6e8
179+
ref: f8f01f1191286efbba41fa2bb369fb16eb652ccf
180+
resolved-ref: f8f01f1191286efbba41fa2bb369fb16eb652ccf
181181
url: "https://github.com/flutter-news-app-full-source-code/data-repository.git"
182182
source: git
183183
version: "0.0.0"
@@ -225,26 +225,26 @@ packages:
225225
dependency: "direct main"
226226
description:
227227
path: "."
228-
ref: HEAD
229-
resolved-ref: "422f8c6442be166b503ba1cdcb1a0170f3fbe71f"
228+
ref: c5e36d06b58918056dde4a58d177a39fb66bfe24
229+
resolved-ref: c5e36d06b58918056dde4a58d177a39fb66bfe24
230230
url: "https://github.com/flutter-news-app-full-source-code/email-client.git"
231231
source: git
232232
version: "0.0.0"
233233
email_repository:
234234
dependency: "direct main"
235235
description:
236236
path: "."
237-
ref: HEAD
238-
resolved-ref: f09f7868b9f0ffbe90f3c8e1c12655356a86dcfb
237+
ref: a68acd99c37b844af4eb3ed9f2eb9fd494c57f73
238+
resolved-ref: a68acd99c37b844af4eb3ed9f2eb9fd494c57f73
239239
url: "https://github.com/flutter-news-app-full-source-code/email-repository.git"
240240
source: git
241241
version: "0.0.0"
242242
email_sendgrid:
243243
dependency: "direct main"
244244
description:
245245
path: "."
246-
ref: HEAD
247-
resolved-ref: "80606a93d3f1ab5ac57123cd89ed4a04a43203df"
246+
ref: "4cd256b1a65a648db2519d8b26b4e9174d4d3a0c"
247+
resolved-ref: "4cd256b1a65a648db2519d8b26b4e9174d4d3a0c"
248248
url: "https://github.com/flutter-news-app-full-source-code/email-sendgrid.git"
249249
source: git
250250
version: "0.0.0"
@@ -316,8 +316,8 @@ packages:
316316
dependency: "direct main"
317317
description:
318318
path: "."
319-
ref: HEAD
320-
resolved-ref: be0149d0eebab781a5ffefe5c6475d3bd1be56a6
319+
ref: "57f6bcfc0f209ecc135fdcb688194045ec87e6e8"
320+
resolved-ref: "57f6bcfc0f209ecc135fdcb688194045ec87e6e8"
321321
url: "https://github.com/flutter-news-app-full-source-code/http-client.git"
322322
source: git
323323
version: "0.0.0"

pubspec.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,38 @@ dependencies:
1111
core:
1212
git:
1313
url: https://github.com/flutter-news-app-full-source-code/core.git
14+
ref: 828b984517edec069266579c624c7af9fbe0e2ac
1415
dart_frog: ^1.1.0
1516
dart_jsonwebtoken: ^3.2.0
1617
data_client:
1718
git:
1819
url: https://github.com/flutter-news-app-full-source-code/data-client.git
20+
ref: 960a00882045ee252274d9d57bfca606c1fe5d64
1921
data_mongodb:
2022
git:
2123
url: https://github.com/flutter-news-app-full-source-code/data-mongodb.git
24+
ref: ee2ace6243f1ad4710c192c36215d3ce9e91c7a3
2225
data_repository:
2326
git:
2427
url: https://github.com/flutter-news-app-full-source-code/data-repository.git
28+
ref: f8f01f1191286efbba41fa2bb369fb16eb652ccf
2529
dotenv: ^4.2.0
2630
email_client:
2731
git:
2832
url: https://github.com/flutter-news-app-full-source-code/email-client.git
33+
ref: c5e36d06b58918056dde4a58d177a39fb66bfe24
2934
email_repository:
3035
git:
3136
url: https://github.com/flutter-news-app-full-source-code/email-repository.git
37+
ref: a68acd99c37b844af4eb3ed9f2eb9fd494c57f73
3238
email_sendgrid:
3339
git:
3440
url: https://github.com/flutter-news-app-full-source-code/email-sendgrid.git
41+
ref: 4cd256b1a65a648db2519d8b26b4e9174d4d3a0c
3542
http_client:
3643
git:
3744
url: https://github.com/flutter-news-app-full-source-code/http-client.git
45+
ref: 57f6bcfc0f209ecc135fdcb688194045ec87e6e8
3846
json_annotation: ^4.9.0
3947
logging: ^1.3.0
4048
meta: ^1.16.0

0 commit comments

Comments
 (0)