File tree 6 files changed +133
-131
lines changed
6 files changed +133
-131
lines changed Original file line number Diff line number Diff line change @@ -327,10 +327,10 @@ packages:
327
327
dependency: transitive
328
328
description:
329
329
name: meta
330
- sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
330
+ sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
331
331
url: "https://pub.dev"
332
332
source: hosted
333
- version: "1.16 .0"
333
+ version: "1.17 .0"
334
334
mime:
335
335
dependency: transitive
336
336
description:
@@ -472,10 +472,10 @@ packages:
472
472
dependency: transitive
473
473
description:
474
474
name: test_api
475
- sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
475
+ sha256: "6c7653816b1c938e121b69ff63a33c9dc68102b65a5fb0a5c0f9786256ed33e6"
476
476
url: "https://pub.dev"
477
477
source: hosted
478
- version: "0.7.4 "
478
+ version: "0.7.5 "
479
479
timing:
480
480
dependency: transitive
481
481
description:
Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ class GameDialogOverlay extends StatelessWidget {
110
110
switch (component) {
111
111
case GameDialogMarkdownComponent ():
112
112
return MarkdownWidget (
113
+ shrinkWrap: true ,
114
+ physics: const NeverScrollableScrollPhysics (),
113
115
markdownGenerator: MarkdownGenerator (
114
116
extensionSet: md.ExtensionSet (
115
117
md.ExtensionSet .gitHubWeb.blockSyntaxes,
Original file line number Diff line number Diff line change 14
14
"@astrojs/react" : " ^4.2.7" ,
15
15
"@astrojs/starlight" : " ^0.34.3" ,
16
16
"@phosphor-icons/react" : " ^2.1.7" ,
17
- "@types/react" : " ^19.1.3 " ,
18
- "@types/react-dom" : " ^19.1.4 " ,
19
- "astro" : " ^5.7.12 " ,
17
+ "@types/react" : " ^19.1.4 " ,
18
+ "@types/react-dom" : " ^19.1.5 " ,
19
+ "astro" : " ^5.7.13 " ,
20
20
"react" : " ^19.1.0" ,
21
21
"react-dom" : " ^19.1.0" ,
22
22
"remark-gemoji" : " ^8.0.0" ,
You can’t perform that action at this time.
0 commit comments