Skip to content

Commit 6d6864f

Browse files
committed
chore(deps): update data_mongodb to 1.1.0
- Update data_mongodb dependency to latest version 1.1.0 - Specify git ref in pubspec.yaml for data_mongodb
1 parent faf3cde commit 6d6864f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@ packages:
239239
dependency: "direct main"
240240
description:
241241
path: "."
242-
ref: "v1.0.1"
243-
resolved-ref: a353f46f48019b0fc8e9180cf4061623adcd2b99
242+
ref: cb4848f25a5914ec705cf2c743ec6fc75171f7fa
243+
resolved-ref: cb4848f25a5914ec705cf2c743ec6fc75171f7fa
244244
url: "https://github.com/flutter-news-app-full-source-code/data-mongodb.git"
245245
source: git
246-
version: "1.0.1"
246+
version: "1.1.0"
247247
data_repository:
248248
dependency: "direct main"
249249
description:

pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ dependency_overrides:
6363
git:
6464
url: https://github.com/flutter-news-app-full-source-code/core.git
6565
ref: 8bae6eb17369b76f72961870a22ee13d3073fa61
66+
data_mongodb:
67+
git:
68+
url: https://github.com/flutter-news-app-full-source-code/data-mongodb.git
69+
ref: cb4848f25a5914ec705cf2c743ec6fc75171f7fa
6670
http_client:
6771
git:
6872
url: https://github.com/flutter-news-app-full-source-code/http-client.git

0 commit comments

Comments
 (0)