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 1111 "format" : " prettier --plugin prettier-plugin-astro --plugin prettier-plugin-svelte --write ."
1212 },
1313 "dependencies" : {
14- "@astrojs/starlight" : " 0.25.1 " ,
15- "astro" : " 4.11.5 " ,
14+ "@astrojs/starlight" : " 0.25.3 " ,
15+ "astro" : " 4.13.1 " ,
1616 "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 "
2121 },
2222 "devDependencies" : {
2323 "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 "
2626 }
2727}
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
5858| Storage Type | Description |
5959| ----------------------- | ------------------------------------------------------------------------------ |
6060| ` 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. |
6363| ` scope ` | The storage path is not allowed and the property extends another bind target. |
6464
6565#### ` frontmatter `
You can’t perform that action at this time.
0 commit comments