Skip to content

Commit 8b564e4

Browse files
committed
deps: Upgrade packages within constraints (tools/upgrade pub)
This required a manual fixup step to update generated files for the Drift upgrade: $ tools/check --fix --all-files build_runner drift
1 parent 889d1bb commit 8b564e4

File tree

7 files changed

+238
-196
lines changed

7 files changed

+238
-196
lines changed

ios/Podfile.lock

+14-13
Original file line numberDiff line numberDiff line change
@@ -119,20 +119,21 @@ PODS:
119119
- SDWebImage/Core (5.20.0)
120120
- share_plus (0.0.1):
121121
- Flutter
122-
- "sqlite3 (3.46.1+1)":
123-
- "sqlite3/common (= 3.46.1+1)"
124-
- "sqlite3/common (3.46.1+1)"
125-
- "sqlite3/dbstatvtab (3.46.1+1)":
122+
- sqlite3 (3.47.1):
123+
- sqlite3/common (= 3.47.1)
124+
- sqlite3/common (3.47.1)
125+
- sqlite3/dbstatvtab (3.47.1):
126126
- sqlite3/common
127-
- "sqlite3/fts5 (3.46.1+1)":
127+
- sqlite3/fts5 (3.47.1):
128128
- sqlite3/common
129-
- "sqlite3/perf-threadsafe (3.46.1+1)":
129+
- sqlite3/perf-threadsafe (3.47.1):
130130
- sqlite3/common
131-
- "sqlite3/rtree (3.46.1+1)":
131+
- sqlite3/rtree (3.47.1):
132132
- sqlite3/common
133133
- sqlite3_flutter_libs (0.0.1):
134134
- Flutter
135-
- "sqlite3 (~> 3.46.0+1)"
135+
- FlutterMacOS
136+
- sqlite3 (~> 3.47.1)
136137
- sqlite3/dbstatvtab
137138
- sqlite3/fts5
138139
- sqlite3/perf-threadsafe
@@ -158,7 +159,7 @@ DEPENDENCIES:
158159
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
159160
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
160161
- share_plus (from `.symlinks/plugins/share_plus/ios`)
161-
- sqlite3_flutter_libs (from `.symlinks/plugins/sqlite3_flutter_libs/ios`)
162+
- sqlite3_flutter_libs (from `.symlinks/plugins/sqlite3_flutter_libs/darwin`)
162163
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
163164
- video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/darwin`)
164165
- wakelock_plus (from `.symlinks/plugins/wakelock_plus/ios`)
@@ -204,7 +205,7 @@ EXTERNAL SOURCES:
204205
share_plus:
205206
:path: ".symlinks/plugins/share_plus/ios"
206207
sqlite3_flutter_libs:
207-
:path: ".symlinks/plugins/sqlite3_flutter_libs/ios"
208+
:path: ".symlinks/plugins/sqlite3_flutter_libs/darwin"
208209
url_launcher_ios:
209210
:path: ".symlinks/plugins/url_launcher_ios/ios"
210211
video_player_avfoundation:
@@ -231,13 +232,13 @@ SPEC CHECKSUMS:
231232
image_picker_ios: c560581cceedb403a6ff17f2f816d7fea1421fc1
232233
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
233234
nanopb: 438bc412db1928dac798aa6fd75726007be04262
234-
package_info_plus: 58f0028419748fad15bf008b270aaa8e54380b1c
235+
package_info_plus: c0502532a26c7662a62a356cebe2692ec5fe4ec4
235236
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
236237
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
237238
SDWebImage: 73c6079366fea25fa4bb9640d5fb58f0893facd8
238239
share_plus: 8875f4f2500512ea181eef553c3e27dba5135aad
239-
sqlite3: 0bb0e6389d824e40296f531b858a2a0b71c0d2fb
240-
sqlite3_flutter_libs: c00457ebd31e59fa6bb830380ddba24d44fbcd3b
240+
sqlite3: 1e522f0938463e44b7faf50393b40bdc1e1e456d
241+
sqlite3_flutter_libs: 1b4e98da20ebd4e9b1240269b78cdcf492dbe9f3
241242
SwiftyGif: 706c60cf65fa2bc5ee0313beece843c8eb8194d4
242243
url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe
243244
video_player_avfoundation: 7c6c11d8470e1675df7397027218274b6d2360b3

lib/api/model/model.g.dart

+26-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/model/database.g.dart

+29-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

macos/Podfile.lock

+16-15
Original file line numberDiff line numberDiff line change
@@ -79,20 +79,21 @@ PODS:
7979
- PromisesObjC (2.4.0)
8080
- share_plus (0.0.1):
8181
- FlutterMacOS
82-
- "sqlite3 (3.46.1+1)":
83-
- "sqlite3/common (= 3.46.1+1)"
84-
- "sqlite3/common (3.46.1+1)"
85-
- "sqlite3/dbstatvtab (3.46.1+1)":
82+
- sqlite3 (3.47.1):
83+
- sqlite3/common (= 3.47.1)
84+
- sqlite3/common (3.47.1)
85+
- sqlite3/dbstatvtab (3.47.1):
8686
- sqlite3/common
87-
- "sqlite3/fts5 (3.46.1+1)":
87+
- sqlite3/fts5 (3.47.1):
8888
- sqlite3/common
89-
- "sqlite3/perf-threadsafe (3.46.1+1)":
89+
- sqlite3/perf-threadsafe (3.47.1):
9090
- sqlite3/common
91-
- "sqlite3/rtree (3.46.1+1)":
91+
- sqlite3/rtree (3.47.1):
9292
- sqlite3/common
9393
- sqlite3_flutter_libs (0.0.1):
94+
- Flutter
9495
- FlutterMacOS
95-
- "sqlite3 (~> 3.46.0+1)"
96+
- sqlite3 (~> 3.47.1)
9697
- sqlite3/dbstatvtab
9798
- sqlite3/fts5
9899
- sqlite3/perf-threadsafe
@@ -114,7 +115,7 @@ DEPENDENCIES:
114115
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
115116
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
116117
- share_plus (from `Flutter/ephemeral/.symlinks/plugins/share_plus/macos`)
117-
- sqlite3_flutter_libs (from `Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/macos`)
118+
- sqlite3_flutter_libs (from `Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/darwin`)
118119
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
119120
- video_player_avfoundation (from `Flutter/ephemeral/.symlinks/plugins/video_player_avfoundation/darwin`)
120121
- wakelock_plus (from `Flutter/ephemeral/.symlinks/plugins/wakelock_plus/macos`)
@@ -150,7 +151,7 @@ EXTERNAL SOURCES:
150151
share_plus:
151152
:path: Flutter/ephemeral/.symlinks/plugins/share_plus/macos
152153
sqlite3_flutter_libs:
153-
:path: Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/macos
154+
:path: Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/darwin
154155
url_launcher_macos:
155156
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos
156157
video_player_avfoundation:
@@ -160,7 +161,7 @@ EXTERNAL SOURCES:
160161

161162
SPEC CHECKSUMS:
162163
device_info_plus: ce1b7762849d3ec103d0e0517299f2db7ad60720
163-
file_selector_macos: 54fdab7caa3ac3fc43c9fac4d7d8d231277f8cf2
164+
file_selector_macos: cc3858c981fe6889f364731200d6232dac1d812d
164165
Firebase: cec914dab6fd7b1bd8ab56ea07ce4e03dd251c2d
165166
firebase_core: 73185b844efc8a534e5744d68152e75e740922d2
166167
firebase_messaging: 167fdd90971720e0b62ccd6fa8d430b8af4ca6e9
@@ -172,13 +173,13 @@ SPEC CHECKSUMS:
172173
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
173174
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
174175
nanopb: 438bc412db1928dac798aa6fd75726007be04262
175-
package_info_plus: fa739dd842b393193c5ca93c26798dff6e3d0e0c
176+
package_info_plus: 12f1c5c2cfe8727ca46cbd0b26677728972d9a5b
176177
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
177178
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
178179
share_plus: 36537c04ce0c3e3f5bd297ce4318b6d5ee5fd6cf
179-
sqlite3: 0bb0e6389d824e40296f531b858a2a0b71c0d2fb
180-
sqlite3_flutter_libs: 5ca46c1a04eddfbeeb5b16566164aa7ad1616e7b
181-
url_launcher_macos: 5f437abeda8c85500ceb03f5c1938a8c5a705399
180+
sqlite3: 1e522f0938463e44b7faf50393b40bdc1e1e456d
181+
sqlite3_flutter_libs: 1b4e98da20ebd4e9b1240269b78cdcf492dbe9f3
182+
url_launcher_macos: c82c93949963e55b228a30115bd219499a6fe404
182183
video_player_avfoundation: 7c6c11d8470e1675df7397027218274b6d2360b3
183184
wakelock_plus: 4783562c9a43d209c458cb9b30692134af456269
184185

0 commit comments

Comments
 (0)