Skip to content

Commit b558175

Browse files
committed
build(deps): update data_inmemory to v1.1.0
- Update data_inmemory dependency from v1.0.1 to v1.1.0 in pubspec.yaml and pubspec.lock - Update corresponding ref in pubspec.lock
1 parent 6c63c96 commit b558175

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ packages:
124124
dependency: "direct main"
125125
description:
126126
path: "."
127-
ref: "v1.0.1"
128-
resolved-ref: a54db1b8f49246b549e6211a4306aa57641172a9
127+
ref: "v1.1.0"
128+
resolved-ref: "306a81bd027876683f4d1771a9f9cabb4afef341"
129129
url: "https://github.com/flutter-news-app-full-source-code/data-inmemory.git"
130130
source: git
131131
version: "1.0.1"

pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
data_inmemory:
4343
git:
4444
url: https://github.com/flutter-news-app-full-source-code/data-inmemory.git
45-
ref: v1.0.1
45+
ref: v1.1.0
4646
data_repository:
4747
git:
4848
url: https://github.com/flutter-news-app-full-source-code/data-repository.git
@@ -91,8 +91,7 @@ flutter:
9191
generate: true
9292

9393
dependency_overrides:
94-
# TODO: Remove this override when core version > 1.3.1 is released.
95-
# This is needed for the removal of LocalAd.
94+
# TODO: Remove this override before upcoming released.
9695
core:
9796
git:
9897
url: https://github.com/flutter-news-app-full-source-code/core.git

0 commit comments

Comments
 (0)