Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Commit 36b4de6

Browse files
committed
⬆️ update dependencies
1 parent ed28868 commit 36b4de6

4 files changed

Lines changed: 55 additions & 50 deletions

File tree

bin/src/models/question.dart

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import '../api/datetime_unix_timestamp_converter.dart';
66

77
part 'question.g.dart';
88

9-
@autoequalMixin
9+
@autoequal
1010
@JsonSerializable()
1111
@DateTimeUnixTimestampConverter.instance
12-
class Question with EquatableMixin, _$QuestionAutoequalMixin {
12+
class Question with EquatableMixin {
1313
const Question({
1414
required this.id,
1515
required this.title,
@@ -45,4 +45,7 @@ class Question with EquatableMixin, _$QuestionAutoequalMixin {
4545
_$QuestionFromJson(json);
4646

4747
Map<String, dynamic> toJson() => _$QuestionToJson(this);
48+
49+
@override
50+
List<Object?> get props => _$props;
4851
}

bin/src/models/question.g.dart

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.lock

Lines changed: 44 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ packages:
55
dependency: transitive
66
description:
77
name: _fe_analyzer_shared
8-
sha256: "36a321c3d2cbe01cbcb3540a87b8843846e0206df3e691fa7b23e19e78de6d49"
8+
sha256: "0f7b1783ddb1e4600580b8c00d0ddae5b06ae7f0382bd4fcce5db4df97b618e1"
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "65.0.0"
11+
version: "66.0.0"
1212
alfred_workflow:
1313
dependency: "direct main"
1414
description:
1515
name: alfred_workflow
16-
sha256: ab87f6d5ab708b73efd3f7fcb5376ade843725920b6d17ac4052a0b147fafc62
16+
sha256: "34b02327f124a6bcc306db4d1ed1eeffa7988b8679342471e7a1aae3a8af39fe"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "0.6.0"
19+
version: "0.6.1"
2020
analyzer:
2121
dependency: transitive
2222
description:
2323
name: analyzer
24-
sha256: dfe03b90ec022450e22513b5e5ca1f01c0c01de9c3fba2f7fd233cb57a6b9a07
24+
sha256: "5e8bdcda061d91da6b034d64d8e4026f355bcb8c3e7a0ac2da1523205a91a737"
2525
url: "https://pub.dev"
2626
source: hosted
27-
version: "6.3.0"
27+
version: "6.4.0"
2828
args:
2929
dependency: "direct main"
3030
description:
@@ -45,18 +45,18 @@ packages:
4545
dependency: "direct main"
4646
description:
4747
name: autoequal
48-
sha256: "321091dcf5bf9492b67d2e7f98cfb5a789dfd63e28d041bd4fe34e319e424cfa"
48+
sha256: "186f99b614d8dd5b5756b26b6208d21ab948d7798ecfdf84669fff18eed7aab2"
4949
url: "https://pub.dev"
5050
source: hosted
51-
version: "0.7.1"
51+
version: "0.9.1"
5252
autoequal_gen:
5353
dependency: "direct dev"
5454
description:
5555
name: autoequal_gen
56-
sha256: ac9740e584d876ab4f8f01b9f0b3bb5affb86cf94fe16380b3c22c45333c1334
56+
sha256: dc58737eaec53da235281d95e2d1975dd898bb39d8466562ca4a67f77a9fbfe8
5757
url: "https://pub.dev"
5858
source: hosted
59-
version: "0.7.1"
59+
version: "0.9.1"
6060
boolean_selector:
6161
dependency: transitive
6262
description:
@@ -101,10 +101,10 @@ packages:
101101
dependency: "direct dev"
102102
description:
103103
name: build_runner
104-
sha256: "67d591d602906ef9201caf93452495ad1812bea2074f04e25dbd7c133785821b"
104+
sha256: "581bacf68f89ec8792f5e5a0b2c4decd1c948e97ce659dc783688c8a88fbec21"
105105
url: "https://pub.dev"
106106
source: hosted
107-
version: "2.4.7"
107+
version: "2.4.8"
108108
build_runner_core:
109109
dependency: transitive
110110
description:
@@ -125,10 +125,18 @@ packages:
125125
dependency: transitive
126126
description:
127127
name: built_value
128-
sha256: c9aabae0718ec394e5bc3c7272e6bb0dc0b32201a08fe185ec1d8401d3e39309
128+
sha256: a3ec2e0f967bc47f69f95009bb93db936288d61d5343b9436e378b28a2f830c6
129129
url: "https://pub.dev"
130130
source: hosted
131-
version: "8.8.1"
131+
version: "8.9.0"
132+
change_case:
133+
dependency: transitive
134+
description:
135+
name: change_case
136+
sha256: "47c48c36f95f20c6d0ba03efabceff261d05026cca322cc2c4c01c343371b5bb"
137+
url: "https://pub.dev"
138+
source: hosted
139+
version: "2.0.1"
132140
charcode:
133141
dependency: transitive
134142
description:
@@ -165,10 +173,10 @@ packages:
165173
dependency: transitive
166174
description:
167175
name: code_builder
168-
sha256: feee43a5c05e7b3199bb375a86430b8ada1b04104f2923d0e03cc01ca87b6d84
176+
sha256: f692079e25e7869c14132d39f223f8eec9830eb76131925143b2129c4bb01b37
169177
url: "https://pub.dev"
170178
source: hosted
171-
version: "4.9.0"
179+
version: "4.10.0"
172180
collection:
173181
dependency: "direct main"
174182
description:
@@ -213,18 +221,18 @@ packages:
213221
dependency: "direct main"
214222
description:
215223
name: envied
216-
sha256: c4af8bb99203d7f216cea41f2ec70874f9dd826b2a5782cdc5bd25389c5adcc1
224+
sha256: dab29e21452c3d57ec10889d96b06b4a006b01375d4df10b33c9704800c208c4
217225
url: "https://pub.dev"
218226
source: hosted
219-
version: "0.5.2"
227+
version: "0.5.3"
220228
envied_generator:
221229
dependency: "direct dev"
222230
description:
223231
name: envied_generator
224-
sha256: "637901d274db3974afb3919ca9ba2e1a97f110fd57350ac13a3adcd20ad7d530"
232+
sha256: b8655d5cb39b4d1d449a79ff6f1367b252c23955ff17ec7c03aacdff938598bd
225233
url: "https://pub.dev"
226234
source: hosted
227-
version: "0.5.2"
235+
version: "0.5.3"
228236
equatable:
229237
dependency: "direct main"
230238
description:
@@ -285,10 +293,10 @@ packages:
285293
dependency: "direct main"
286294
description:
287295
name: http
288-
sha256: d4872660c46d929f6b8a9ef4e7a7eff7e49bbf0c4ec3f385ee32df5119175139
296+
sha256: a2bbf9d017fcced29139daa8ed2bba4ece450ab222871df93ca9eec6f80c34ba
289297
url: "https://pub.dev"
290298
source: hosted
291-
version: "1.1.2"
299+
version: "1.2.0"
292300
http_multi_server:
293301
dependency: transitive
294302
description:
@@ -317,10 +325,10 @@ packages:
317325
dependency: transitive
318326
description:
319327
name: js
320-
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
328+
sha256: "4186c61b32f99e60f011f7160e32c89a758ae9b1d0c6d28e2c02ef0382300e2b"
321329
url: "https://pub.dev"
322330
source: hosted
323-
version: "0.6.7"
331+
version: "0.7.0"
324332
json_annotation:
325333
dependency: "direct main"
326334
description:
@@ -373,10 +381,10 @@ packages:
373381
dependency: transitive
374382
description:
375383
name: mime
376-
sha256: e4ff8e8564c03f255408decd16e7899da1733852a9110a58fe6d1b817684a63e
384+
sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2"
377385
url: "https://pub.dev"
378386
source: hosted
379-
version: "1.0.4"
387+
version: "1.0.5"
380388
package_config:
381389
dependency: transitive
382390
description:
@@ -501,18 +509,18 @@ packages:
501509
dependency: "direct main"
502510
description:
503511
name: stash
504-
sha256: "4858c547ba49cfd9a1964ff19cc087c682f20537147bad59ec54932d01de6a49"
512+
sha256: "5d42c73727336e9ea8cef3b028355fc4728b4cdad643444d74e432d0289cdb7d"
505513
url: "https://pub.dev"
506514
source: hosted
507-
version: "5.0.3"
515+
version: "5.1.0"
508516
stash_file:
509517
dependency: transitive
510518
description:
511519
name: stash_file
512-
sha256: "883314e8881f577acd0997fdb2982ae80df487698f3d5325e2d793124083381a"
520+
sha256: "207cf47bc13dd3a9fd4f2be7a2e6612ad89801c5674f429f50f5e8ecdcb23de0"
513521
url: "https://pub.dev"
514522
source: hosted
515-
version: "5.0.3"
523+
version: "5.1.0"
516524
stream_channel:
517525
dependency: transitive
518526
description:
@@ -581,10 +589,10 @@ packages:
581589
dependency: transitive
582590
description:
583591
name: uuid
584-
sha256: bb55f38968b9427ce5dcdb8aaaa41049282195e0cfa4cf48593572fa3d1f36bc
592+
sha256: cd210a09f7c18cbe5a02511718e0334de6559871052c90a90c0cca46a4aa81c8
585593
url: "https://pub.dev"
586594
source: hosted
587-
version: "4.3.1"
595+
version: "4.3.3"
588596
watcher:
589597
dependency: transitive
590598
description:
@@ -597,18 +605,18 @@ packages:
597605
dependency: transitive
598606
description:
599607
name: web
600-
sha256: edc8a9573dd8c5a83a183dae1af2b6fd4131377404706ca4e5420474784906fa
608+
sha256: "4188706108906f002b3a293509234588823c8c979dc83304e229ff400c996b05"
601609
url: "https://pub.dev"
602610
source: hosted
603-
version: "0.4.0"
611+
version: "0.4.2"
604612
web_socket_channel:
605613
dependency: transitive
606614
description:
607615
name: web_socket_channel
608-
sha256: "045ec2137c27bf1a32e6ffa0e734d532a6677bf9016a0d1a406c54e499ff945b"
616+
sha256: "939ab60734a4f8fa95feacb55804fa278de28bdeef38e616dc08e44a84adea23"
609617
url: "https://pub.dev"
610618
source: hosted
611-
version: "2.4.1"
619+
version: "2.4.3"
612620
xml:
613621
dependency: transitive
614622
description:

pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ description: Search for answers on StackOverflow from Alfred
44
# Prevent accidental publishing to pub.dev.
55
publish_to: 'none'
66

7-
version: 1.0.6
7+
version: 1.0.7
88

99
environment:
1010
sdk: '>=3.2.0 <4.0.0'
1111

1212
dependencies:
1313
args: ^2.4.2
14-
alfred_workflow: ^0.6.0
15-
autoequal: ^0.7.1
14+
alfred_workflow: ^0.6.1
15+
autoequal: ^0.9.1
1616
cli_script: ^1.0.0
1717
crypto: ^3.0.3
1818
collection: ^1.18.0
19-
envied: ^0.5.2
19+
envied: ^0.5.3
2020
equatable: ^2.0.5
2121
html_unescape: ^2.0.0
2222
http: ^1.1.2
@@ -25,8 +25,8 @@ dependencies:
2525
stash: ^5.0.3
2626

2727
dev_dependencies:
28-
autoequal_gen: ^0.7.1
28+
autoequal_gen: ^0.9.1
2929
build_runner: ^2.4.7
30-
envied_generator: ^0.5.2
30+
envied_generator: ^0.5.3
3131
json_serializable: ^6.7.1
3232
lints: ^3.0.0

0 commit comments

Comments
 (0)