File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11
11
"format" : " prettier --plugin prettier-plugin-astro --plugin prettier-plugin-svelte --write ."
12
12
},
13
13
"dependencies" : {
14
- "@astrojs/starlight" : " 0.25.1 " ,
15
- "astro" : " 4.11.5 " ,
14
+ "@astrojs/starlight" : " 0.25.3 " ,
15
+ "astro" : " 4.13.1 " ,
16
16
"starlight-links-validator" : " ^0.9.1" ,
17
- "starlight-typedoc" : " ^0.13 .0" ,
18
- "typedoc" : " ^0.26.4 " ,
19
- "typedoc-plugin-markdown" : " ^4.2.1 " ,
20
- "typedoc-plugin-mdn-links" : " ^3.2.4 "
17
+ "starlight-typedoc" : " ^0.14 .0" ,
18
+ "typedoc" : " ^0.26.5 " ,
19
+ "typedoc-plugin-markdown" : " ^4.2.3 " ,
20
+ "typedoc-plugin-mdn-links" : " ^3.2.7 "
21
21
},
22
22
"devDependencies" : {
23
23
"prettier" : " ^3.3.3" ,
24
- "prettier-plugin-astro" : " ^0.14.0 " ,
25
- "prettier-plugin-svelte" : " ^3.2.5 "
24
+ "prettier-plugin-astro" : " ^0.14.1 " ,
25
+ "prettier-plugin-svelte" : " ^3.2.6 "
26
26
}
27
27
}
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ The default is `frontmatter` and will be used if you don't specify a storage typ
58
58
| Storage Type | Description |
59
59
| ----------------------- | ------------------------------------------------------------------------------ |
60
60
| ` frontmatter ` (default) | The storage path points to a file and the property to a frontmatter field. |
61
- | ` memory ` | The storage path points to a file and the property to an in memory field. |
62
- | ` globalMemory ` | The storage path is not allowed and the property points to an in memory field. |
61
+ | ` memory ` | The storage path points to a file and the property to an in- memory field. |
62
+ | ` globalMemory ` | The storage path is not allowed and the property points to an in- memory field. |
63
63
| ` scope ` | The storage path is not allowed and the property extends another bind target. |
64
64
65
65
#### ` frontmatter `
You can’t perform that action at this time.
0 commit comments