Skip to content

Commit a5f0fc7

Browse files
authored
Merge pull request #11 from dwyl/dependabot/pub/flutter_lints-5.0.0
chore(deps): Bump flutter_lints from 4.0.0 to 5.0.0
2 parents 1e18293 + e6e66e4 commit a5f0fc7

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

pubspec.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ packages:
6666
dependency: "direct dev"
6767
description:
6868
name: flutter_lints
69-
sha256: "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c"
69+
sha256: "5398f14efa795ffb7a33e9b6a08798b26a180edac4ad7db3f231e40f82ce11e1"
7070
url: "https://pub.dev"
7171
source: hosted
72-
version: "4.0.0"
72+
version: "5.0.0"
7373
flutter_test:
7474
dependency: "direct dev"
7575
description: flutter
@@ -87,34 +87,34 @@ packages:
8787
dependency: transitive
8888
description:
8989
name: leak_tracker
90-
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
90+
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
9191
url: "https://pub.dev"
9292
source: hosted
93-
version: "10.0.0"
93+
version: "10.0.5"
9494
leak_tracker_flutter_testing:
9595
dependency: transitive
9696
description:
9797
name: leak_tracker_flutter_testing
98-
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
98+
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
9999
url: "https://pub.dev"
100100
source: hosted
101-
version: "2.0.1"
101+
version: "3.0.5"
102102
leak_tracker_testing:
103103
dependency: transitive
104104
description:
105105
name: leak_tracker_testing
106-
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
106+
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
107107
url: "https://pub.dev"
108108
source: hosted
109-
version: "2.0.1"
109+
version: "3.0.1"
110110
lints:
111111
dependency: transitive
112112
description:
113113
name: lints
114-
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
114+
sha256: "3315600f3fb3b135be672bf4a178c55f274bebe368325ae18462c89ac1e3b413"
115115
url: "https://pub.dev"
116116
source: hosted
117-
version: "4.0.0"
117+
version: "5.0.0"
118118
matcher:
119119
dependency: transitive
120120
description:
@@ -127,18 +127,18 @@ packages:
127127
dependency: transitive
128128
description:
129129
name: material_color_utilities
130-
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
130+
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
131131
url: "https://pub.dev"
132132
source: hosted
133-
version: "0.8.0"
133+
version: "0.11.1"
134134
meta:
135135
dependency: transitive
136136
description:
137137
name: meta
138-
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
138+
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
139139
url: "https://pub.dev"
140140
source: hosted
141-
version: "1.11.0"
141+
version: "1.15.0"
142142
path:
143143
dependency: transitive
144144
description:
@@ -196,10 +196,10 @@ packages:
196196
dependency: transitive
197197
description:
198198
name: test_api
199-
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
199+
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
200200
url: "https://pub.dev"
201201
source: hosted
202-
version: "0.6.1"
202+
version: "0.7.2"
203203
vector_math:
204204
dependency: transitive
205205
description:
@@ -212,9 +212,9 @@ packages:
212212
dependency: transitive
213213
description:
214214
name: vm_service
215-
sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
215+
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
216216
url: "https://pub.dev"
217217
source: hosted
218-
version: "13.0.0"
218+
version: "14.2.5"
219219
sdks:
220220
dart: ">=3.0.5 <4.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dev_dependencies:
4646
# activated in the `analysis_options.yaml` file located at the root of your
4747
# package. See that file for information about deactivating specific lint
4848
# rules and activating additional ones.
49-
flutter_lints: ^4.0.0
49+
flutter_lints: ^5.0.0
5050

5151
# For information on the generic Dart part of this file, see the
5252
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)