Skip to content

Commit c462e51

Browse files
authored
Merge branch 'main' into chore/update-dart-sdk-constraint
2 parents e3ba940 + f077d4c commit c462e51

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

flutter_news_example/packages/app_ui/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
sdk: flutter
1111
flutter_svg: ^2.2.0
1212
intl: ^0.20.0
13-
mockingjay: ^0.6.0
13+
mockingjay: ^2.1.0
1414

1515
dev_dependencies:
1616
build_runner: ^2.4.15

flutter_news_example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,10 +1004,10 @@ packages:
10041004
dependency: "direct main"
10051005
description:
10061006
name: mockingjay
1007-
sha256: cea2f3d38d1343beb6908f0ade5724c12304ee74014fbd274b4065a4b7db6536
1007+
sha256: "734257c0c68dd7344067c7bcb5f568b29dda1ed523b012d70507d9ace1142110"
10081008
url: "https://pub.dev"
10091009
source: hosted
1010-
version: "0.6.0"
1010+
version: "2.1.0"
10111011
mocktail:
10121012
dependency: "direct dev"
10131013
description:
@@ -1897,5 +1897,5 @@ packages:
18971897
source: hosted
18981898
version: "3.1.2"
18991899
sdks:
1900-
dart: ">=3.9.2 <4.0.0"
1900+
dart: ">=3.10.0 <4.0.0"
19011901
flutter: ">=3.38.3"

flutter_news_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies:
5656
path: packages/in_app_purchase_repository
5757
intl: ^0.20.2
5858
json_annotation: ^4.9.0
59-
mockingjay: ^0.6.0
59+
mockingjay: ^2.1.0
6060
news_blocks:
6161
path: api/packages/news_blocks
6262
news_blocks_ui:

0 commit comments

Comments
 (0)