Skip to content

Commit e2fd0ff

Browse files
committed
build(deps): update core and dart_frog dependencies
- Update core from v1.3.1 to e7c808c - Update dart_frog from 1.2.4 to 1.2.5 - Update analyzer from 8.4.0 to 8.4.1 - Override core dependency to use specific git ref
1 parent 1486232 commit e2fd0ff

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ packages:
2121
dependency: transitive
2222
description:
2323
name: analyzer
24-
sha256: a40a0cee526a7e1f387c6847bd8a5ccbf510a75952ef8a28338e989558072cb0
24+
sha256: f51c8499b35f9b26820cfe914828a6a98a94efd5cc78b37bb7d03debae3a1d08
2525
url: "https://pub.dev"
2626
source: hosted
27-
version: "8.4.0"
27+
version: "8.4.1"
2828
archive:
2929
dependency: transitive
3030
description:
@@ -117,8 +117,8 @@ packages:
117117
dependency: "direct main"
118118
description:
119119
path: "."
120-
ref: "v1.3.1"
121-
resolved-ref: a03efff11b7577974cb444a1a6a46fee8b05ea42
120+
ref: e7c808c9d459233196e2eac3137a9c87d3976af3
121+
resolved-ref: e7c808c9d459233196e2eac3137a9c87d3976af3
122122
url: "https://github.com/flutter-news-app-full-source-code/core.git"
123123
source: git
124124
version: "1.3.1"
@@ -142,10 +142,10 @@ packages:
142142
dependency: "direct main"
143143
description:
144144
name: dart_frog
145-
sha256: "0fc909d10ae79dd069e6a3a4769aeaa9839c93b7f6f1e71cfd37b276410875e7"
145+
sha256: "87b5280b029aa2f80f5e9954db4b6c7cbbc2ae6adf5579150c11c40829f95a0a"
146146
url: "https://pub.dev"
147147
source: hosted
148-
version: "1.2.4"
148+
version: "1.2.5"
149149
dart_jsonwebtoken:
150150
dependency: "direct main"
151151
description:

pubspec.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,8 @@ dev_dependencies:
5555
test: ^1.25.5
5656
very_good_analysis: ^9.0.0
5757

58+
dependency_overrides:
59+
core:
60+
git:
61+
url: https://github.com/flutter-news-app-full-source-code/core.git
62+
ref: e7c808c9d459233196e2eac3137a9c87d3976af3

0 commit comments

Comments
 (0)