Skip to content

Commit f55b686

Browse files
committed
build(deps): update core to v1.2.0 and data_client to v1.0.0
- Update core dependency from commit 828b984 to v1.2.0 - Update data_client dependency from commit 960a008 to v1.0.0 - Update corresponding resolved-refs in pubspec.lock
1 parent ee2ace6 commit f55b686

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ packages:
109109
dependency: "direct main"
110110
description:
111111
path: "."
112-
ref: "828b984517edec069266579c624c7af9fbe0e2ac"
113-
resolved-ref: "828b984517edec069266579c624c7af9fbe0e2ac"
112+
ref: "v1.2.0"
113+
resolved-ref: d052799c1ebb7bcdd1a725a2a7919948c14fa001
114114
url: "https://github.com/flutter-news-app-full-source-code/core.git"
115115
source: git
116-
version: "0.0.0"
116+
version: "1.2.0"
117117
coverage:
118118
dependency: transitive
119119
description:
@@ -134,8 +134,8 @@ packages:
134134
dependency: "direct main"
135135
description:
136136
path: "."
137-
ref: "960a00882045ee252274d9d57bfca606c1fe5d64"
138-
resolved-ref: "960a00882045ee252274d9d57bfca606c1fe5d64"
137+
ref: "v1.0.0"
138+
resolved-ref: b9a8a8c2c660928c22f2d38d657000bcae4c74d6
139139
url: "https://github.com/flutter-news-app-full-source-code/data-client.git"
140140
source: git
141141
version: "0.0.0"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ 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
data_client:
1515
git:
1616
url: https://github.com/flutter-news-app-full-source-code/data-client.git
17-
ref: 960a00882045ee252274d9d57bfca606c1fe5d64
17+
ref: v1.0.0
1818
logging: ^1.3.0
1919
mongo_dart: ^0.10.5
2020
uuid: ^4.5.1

0 commit comments

Comments
 (0)