Skip to content

Commit

Permalink
Merge pull request #18 from FieldAssist/dev/update-dependency
Browse files Browse the repository at this point in the history
[Dependency Update] Update dependency to latest version
  • Loading branch information
Ritsz123 authored Jul 28, 2022
2 parents 1c28d4b + 893558b commit 0734dc9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ packages:
name: freezed_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "2.1.0"
http:
dependency: transitive
description:
Expand Down
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "38.0.0"
version: "43.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "3.4.1"
version: "4.3.1"
ansicolor:
dependency: transitive
description:
Expand Down Expand Up @@ -299,14 +299,14 @@ packages:
name: freezed
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
version: "2.1.0+1"
freezed_annotation:
dependency: "direct main"
description:
name: freezed_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "2.1.0"
frontend_server_client:
dependency: transitive
description:
Expand Down Expand Up @@ -703,7 +703,7 @@ packages:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
version: "1.3.0"
vector_math:
dependency: transitive
description:
Expand Down Expand Up @@ -752,14 +752,14 @@ packages:
name: webview_flutter_wkwebview
url: "https://pub.dartlang.org"
source: hosted
version: "2.9.0"
version: "2.7.5"
win32:
dependency: transitive
description:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "2.6.1"
version: "2.5.2"
xdg_directories:
dependency: transitive
description:
Expand All @@ -776,4 +776,4 @@ packages:
version: "3.1.1"
sdks:
dart: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"
flutter: ">=2.8.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
ref: main

# Model Utilities
freezed_annotation: ^1.1.0
freezed_annotation: ^2.1.0
json_annotation: ^4.4.0

# Device Utilities
Expand All @@ -45,7 +45,7 @@ dev_dependencies:

# Model Utilities
build_runner: ^2.1.7
freezed: ^1.1.1
freezed: ^2.1.0+1
json_serializable: ^6.1.4

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

0 comments on commit 0734dc9

Please sign in to comment.