Skip to content

Commit 0734dc9

Browse files
authored
Merge pull request #18 from FieldAssist/dev/update-dependency
[Dependency Update] Update dependency to latest version
2 parents 1c28d4b + 893558b commit 0734dc9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ packages:
194194
name: freezed_annotation
195195
url: "https://pub.dartlang.org"
196196
source: hosted
197-
version: "1.1.0"
197+
version: "2.1.0"
198198
http:
199199
dependency: transitive
200200
description:

pubspec.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "38.0.0"
10+
version: "43.0.0"
1111
analyzer:
1212
dependency: transitive
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "3.4.1"
17+
version: "4.3.1"
1818
ansicolor:
1919
dependency: transitive
2020
description:
@@ -299,14 +299,14 @@ packages:
299299
name: freezed
300300
url: "https://pub.dartlang.org"
301301
source: hosted
302-
version: "1.1.1"
302+
version: "2.1.0+1"
303303
freezed_annotation:
304304
dependency: "direct main"
305305
description:
306306
name: freezed_annotation
307307
url: "https://pub.dartlang.org"
308308
source: hosted
309-
version: "1.1.0"
309+
version: "2.1.0"
310310
frontend_server_client:
311311
dependency: transitive
312312
description:
@@ -703,7 +703,7 @@ packages:
703703
name: typed_data
704704
url: "https://pub.dartlang.org"
705705
source: hosted
706-
version: "1.3.1"
706+
version: "1.3.0"
707707
vector_math:
708708
dependency: transitive
709709
description:
@@ -752,14 +752,14 @@ packages:
752752
name: webview_flutter_wkwebview
753753
url: "https://pub.dartlang.org"
754754
source: hosted
755-
version: "2.9.0"
755+
version: "2.7.5"
756756
win32:
757757
dependency: transitive
758758
description:
759759
name: win32
760760
url: "https://pub.dartlang.org"
761761
source: hosted
762-
version: "2.6.1"
762+
version: "2.5.2"
763763
xdg_directories:
764764
dependency: transitive
765765
description:
@@ -776,4 +776,4 @@ packages:
776776
version: "3.1.1"
777777
sdks:
778778
dart: ">=2.17.0 <3.0.0"
779-
flutter: ">=3.0.0"
779+
flutter: ">=2.8.0"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
ref: main
2929

3030
# Model Utilities
31-
freezed_annotation: ^1.1.0
31+
freezed_annotation: ^2.1.0
3232
json_annotation: ^4.4.0
3333

3434
# Device Utilities
@@ -45,7 +45,7 @@ dev_dependencies:
4545

4646
# Model Utilities
4747
build_runner: ^2.1.7
48-
freezed: ^1.1.1
48+
freezed: ^2.1.0+1
4949
json_serializable: ^6.1.4
5050

5151
# For information on the generic Dart part of this file, see the

0 commit comments

Comments
 (0)