Skip to content

Commit 3eef5f4

Browse files
authored
build: Update storybook dependencies (#678)
1 parent 60f16ec commit 3eef5f4

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

storybook/ios/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import UIKit
22
import Flutter
33

4-
@UIApplicationMain
4+
@main
55
@objc class AppDelegate: FlutterAppDelegate {
66
override func application(
77
_ application: UIApplication,

storybook/pubspec.lock

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -164,18 +164,18 @@ packages:
164164
dependency: transitive
165165
description:
166166
name: leak_tracker
167-
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
167+
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
168168
url: "https://pub.dev"
169169
source: hosted
170-
version: "10.0.4"
170+
version: "10.0.5"
171171
leak_tracker_flutter_testing:
172172
dependency: transitive
173173
description:
174174
name: leak_tracker_flutter_testing
175-
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
175+
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
176176
url: "https://pub.dev"
177177
source: hosted
178-
version: "3.0.3"
178+
version: "3.0.5"
179179
leak_tracker_testing:
180180
dependency: transitive
181181
description:
@@ -196,18 +196,18 @@ packages:
196196
dependency: transitive
197197
description:
198198
name: material_color_utilities
199-
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
199+
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
200200
url: "https://pub.dev"
201201
source: hosted
202-
version: "0.8.0"
202+
version: "0.11.1"
203203
meta:
204204
dependency: transitive
205205
description:
206206
name: meta
207-
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
207+
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
208208
url: "https://pub.dev"
209209
source: hosted
210-
version: "1.12.0"
210+
version: "1.15.0"
211211
mews_pedantic:
212212
dependency: "direct dev"
213213
description:
@@ -229,15 +229,14 @@ packages:
229229
path: "../optimus"
230230
relative: true
231231
source: path
232-
version: "0.37.0"
232+
version: "0.37.0+1"
233233
optimus_icons:
234-
dependency: transitive
234+
dependency: "direct overridden"
235235
description:
236-
name: optimus_icons
237-
sha256: e79dba5ca6574be6de22f3c9863da45f03ac5679c507eb91e1b671765ec0f8dd
238-
url: "https://pub.dev"
239-
source: hosted
240-
version: "0.1.0+1"
236+
path: "../optimus_icons"
237+
relative: true
238+
source: path
239+
version: "0.1.1"
241240
path:
242241
dependency: transitive
243242
description:
@@ -439,10 +438,10 @@ packages:
439438
dependency: transitive
440439
description:
441440
name: test_api
442-
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
441+
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
443442
url: "https://pub.dev"
444443
source: hosted
445-
version: "0.7.0"
444+
version: "0.7.2"
446445
theme_tailor_annotation:
447446
dependency: transitive
448447
description:
@@ -559,10 +558,10 @@ packages:
559558
dependency: transitive
560559
description:
561560
name: vm_service
562-
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
561+
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
563562
url: "https://pub.dev"
564563
source: hosted
565-
version: "14.2.1"
564+
version: "14.2.5"
566565
web:
567566
dependency: transitive
568567
description:

0 commit comments

Comments
 (0)