Skip to content

Commit

Permalink
chore: bump web dependency version (#339)
Browse files Browse the repository at this point in the history
Fixes #338
  • Loading branch information
knopp committed Mar 26, 2024
1 parent a4b1472 commit bbb0c8a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions super_clipboard/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,10 @@ packages:
dependency: transitive
description:
name: web
sha256: "1d9158c616048c38f712a6646e317a3426da10e884447626167240d45209cbad"
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
url: "https://pub.dev"
source: hosted
version: "0.5.0"
version: "0.5.1"
win32:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions super_context_menu/example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/super_native_extensions/macos

SPEC CHECKSUMS:
device_info_plus: 5401765fde0b8d062a2f8eb65510fb17e77cf07f
device_info_plus: ce1b7762849d3ec103d0e0517299f2db7ad60720
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
irondash_engine_context: da62996ee25616d2f01bbeb85dc115d813359478
super_native_extensions: 85efee3a7495b46b04befcfc86ed12069264ebf3

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
4 changes: 2 additions & 2 deletions super_context_menu/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,10 @@ packages:
dependency: transitive
description:
name: web
sha256: "1d9158c616048c38f712a6646e317a3426da10e884447626167240d45209cbad"
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
url: "https://pub.dev"
source: hosted
version: "0.5.0"
version: "0.5.1"
win32:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions super_drag_and_drop/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,10 @@ packages:
dependency: transitive
description:
name: web
sha256: "1d9158c616048c38f712a6646e317a3426da10e884447626167240d45209cbad"
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
url: "https://pub.dev"
source: hosted
version: "0.5.0"
version: "0.5.1"
win32:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions super_keyboard_layout/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,10 @@ packages:
dependency: transitive
description:
name: web
sha256: "1d9158c616048c38f712a6646e317a3426da10e884447626167240d45209cbad"
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
url: "https://pub.dev"
source: hosted
version: "0.5.0"
version: "0.5.1"
win32:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion super_native_extensions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
irondash_message_channel: ^0.6.0
device_info_plus: ^10.0.1
pixel_snap: ^0.1.2
web: 0.5.0
web: ^0.5.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit bbb0c8a

Please sign in to comment.