Skip to content

Commit

Permalink
Update dependencies (#363)
Browse files Browse the repository at this point in the history
Fixes #362
  • Loading branch information
knopp authored May 20, 2024
1 parent 5c59d3c commit b76adb8
Show file tree
Hide file tree
Showing 27 changed files with 620 additions and 602 deletions.
4 changes: 2 additions & 2 deletions super_clipboard/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.12.1
COCOAPODS: 1.15.2
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 1430;
LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "";
TargetAttributes = {
33CC10EC2044A3C60003C045 = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
LastUpgradeVersion = "1510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
4 changes: 2 additions & 2 deletions super_clipboard/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,14 +283,14 @@ packages:
path: ".."
relative: true
source: path
version: "0.8.12"
version: "0.8.13"
super_native_extensions:
dependency: "direct overridden"
description:
path: "../../super_native_extensions"
relative: true
source: path
version: "0.8.12"
version: "0.8.13"
term_glyph:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions super_context_menu/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/super_native_extensions/ios"

SPEC CHECKSUMS:
device_info_plus: 7545d84d8d1b896cb16a4ff98c19f07ec4b298ea
device_info_plus: 97af1d7e84681a90d0693e63169a5d50e0839a0d
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
irondash_engine_context: 3458bf979b90d616ffb8ae03a150bafe2e860cc9
super_native_extensions: 4916b3c627a9c7fffdc48a23a9eca0b1ac228fa7

PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
8 changes: 4 additions & 4 deletions super_context_menu/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,28 +259,28 @@ packages:
path: "../../super_clipboard"
relative: true
source: path
version: "0.8.12"
version: "0.8.13"
super_context_menu:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "0.8.12"
version: "0.8.13"
super_drag_and_drop:
dependency: "direct main"
description:
path: "../../super_drag_and_drop"
relative: true
source: path
version: "0.8.12"
version: "0.8.13"
super_native_extensions:
dependency: "direct overridden"
description:
path: "../../super_native_extensions"
relative: true
source: path
version: "0.8.12"
version: "0.8.13"
term_glyph:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions super_drag_and_drop/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ packages:
path: "../../super_clipboard"
relative: true
source: path
version: "0.8.12"
version: "0.8.13"
super_clipboard_example:
dependency: "direct main"
description:
Expand All @@ -297,21 +297,21 @@ packages:
path: "../../super_context_menu"
relative: true
source: path
version: "0.8.12"
version: "0.8.13"
super_drag_and_drop:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "0.8.12"
version: "0.8.13"
super_native_extensions:
dependency: "direct overridden"
description:
path: "../../super_native_extensions"
relative: true
source: path
version: "0.8.12"
version: "0.8.13"
super_sliver_list:
dependency: "direct main"
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 @@ -267,14 +267,14 @@ packages:
path: ".."
relative: true
source: path
version: "0.8.12"
version: "0.8.13"
super_native_extensions:
dependency: "direct overridden"
description:
path: "../../super_native_extensions"
relative: true
source: path
version: "0.8.12"
version: "0.8.13"
term_glyph:
dependency: transitive
description:
Expand Down
Loading

0 comments on commit b76adb8

Please sign in to comment.