Skip to content

Commit

Permalink
deps: Upgrade packages within constraints (flutter pub upgrade)
Browse files Browse the repository at this point in the history
There are currently no upgrades that `--major-versions` would add
beyond these.

This includes the results of doing a build for iOS and for macOS;
the iOS Podfile.lock takes an update.
  • Loading branch information
chrisbobbe committed Oct 6, 2023
1 parent 869951e commit 7c98d12
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 119 deletions.
22 changes: 11 additions & 11 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- app_settings (4.3.0):
- app_settings (5.1.1):
- Flutter
- device_info_plus (0.0.1):
- Flutter
Expand Down Expand Up @@ -50,18 +50,18 @@ PODS:
- SDWebImage/Core (5.15.5)
- share_plus (0.0.1):
- Flutter
- sqlite3 (3.41.2):
- sqlite3/common (= 3.41.2)
- sqlite3/common (3.41.2)
- sqlite3/fts5 (3.41.2):
- sqlite3 (3.43.1):
- sqlite3/common (= 3.43.1)
- sqlite3/common (3.43.1)
- sqlite3/fts5 (3.43.1):
- sqlite3/common
- sqlite3/perf-threadsafe (3.41.2):
- sqlite3/perf-threadsafe (3.43.1):
- sqlite3/common
- sqlite3/rtree (3.41.2):
- sqlite3/rtree (3.43.1):
- sqlite3/common
- sqlite3_flutter_libs (0.0.1):
- Flutter
- sqlite3 (~> 3.41.2)
- sqlite3 (~> 3.43.1)
- sqlite3/fts5
- sqlite3/perf-threadsafe
- sqlite3/rtree
Expand Down Expand Up @@ -112,7 +112,7 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/url_launcher_ios/ios"

SPEC CHECKSUMS:
app_settings: ee4ae4d1c9a907a23b81c40e5c56a5ca8a20a62b
app_settings: 017320c6a680cdc94c799949d95b84cb69389ebc
device_info_plus: 7545d84d8d1b896cb16a4ff98c19f07ec4b298ea
DKImagePickerController: b512c28220a2b8ac7419f21c491fc8534b7601ac
DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
Expand All @@ -123,8 +123,8 @@ SPEC CHECKSUMS:
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
SDWebImage: fd7e1a22f00303e058058278639bf6196ee431fe
share_plus: 599aa54e4ea31d4b4c0e9c911bcc26c55e791028
sqlite3: fd89671d969f3e73efe503ce203e28b016b58f68
sqlite3_flutter_libs: 04ba0d14a04335a2fbf9a331e8664f401fbccdd5
sqlite3: e0a0623a33a20a47cb5921552aebc6e9e437dc91
sqlite3_flutter_libs: 0d61e18fab1bed977dbd2d2fc76a726044ca00e7
SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
url_launcher_ios: 08a3dfac5fb39e8759aeb0abbd5d9480f30fc8b4

Expand Down
Loading

0 comments on commit 7c98d12

Please sign in to comment.