Skip to content

Commit 6ea75b0

Browse files
committed
update small thing
1 parent e35d4ec commit 6ea75b0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

bun.lockb

16 KB
Binary file not shown.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
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
}

src/content/docs/guides/bindTargets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)