Skip to content

Commit cd7a39e

Browse files
committed
build(deps): update core to v1.2.0 and data_client to v1.0.0
- Update core dependency from specific commit to version 1.2.0 - Update data_client dependency from specific commit to version 1.0.0 - Update corresponding resolved refs in pubspec.lock
1 parent aaf4e18 commit cd7a39e

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
@@ -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:
@@ -94,8 +94,8 @@ packages:
9494
dependency: "direct main"
9595
description:
9696
path: "."
97-
ref: "960a00882045ee252274d9d57bfca606c1fe5d64"
98-
resolved-ref: "960a00882045ee252274d9d57bfca606c1fe5d64"
97+
ref: "v1.0.0"
98+
resolved-ref: b9a8a8c2c660928c22f2d38d657000bcae4c74d6
9999
url: "https://github.com/flutter-news-app-full-source-code/data-client.git"
100100
source: git
101101
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

2020
dev_dependencies:

0 commit comments

Comments
 (0)