Skip to content

build(deps): bump device_preview from 1.2.0 to 1.3.1 #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,18 +173,18 @@ packages:
dependency: transitive
description:
name: device_frame
sha256: d031a06f5d6f4750009672db98a5aa1536aa4a231713852469ce394779a23d75
sha256: "7b2ebb2a09d6cc0f086b51bd1412d7be83e0170056a7290349169be41164c86a"
url: "https://pub.dev"
source: hosted
version: "1.2.0"
version: "1.4.0"
device_preview:
dependency: "direct main"
description:
name: device_preview
sha256: a694acdd3894b4c7d600f4ee413afc4ff917f76026b97ab06575fe886429ef19
sha256: "88aa1cc73ee9a8ec771b309dcbc4000cc66b5d8456b825980997640ab1195bf5"
url: "https://pub.dev"
source: hosted
version: "1.2.0"
version: "1.3.1"
diff_match_patch:
dependency: transitive
description:
Expand Down Expand Up @@ -321,10 +321,10 @@ packages:
dependency: transitive
description:
name: freezed_annotation
sha256: c2e2d632dd9b8a2b7751117abcfc2b4888ecfe181bd9fca7170d9ef02e595fe2
sha256: c87ff004c8aa6af2d531668b46a4ea379f7191dc6dfa066acd53d506da6e044b
url: "https://pub.dev"
source: hosted
version: "2.4.4"
version: "3.0.0"
frontend_server_client:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
dependencies:
bloc: ^9.0.0
bloc_concurrency: ^0.3.0
device_preview: ^1.2.0
device_preview: ^1.3.1
equatable: ^2.0.7
flex_color_scheme: ^8.1.1
flutter:
Expand Down
Loading