@astrojs/starlight 0.33.1 → 0.33.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @astrojs/starlight
|
|
2
2
|
|
|
3
|
+
## 0.33.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#3090](https://github.com/withastro/starlight/pull/3090) [`fc3ffa8`](https://github.com/withastro/starlight/commit/fc3ffa8e27a3113a8eb70a3d8e7bf69c2bb214e5) Thanks [@delucis](https://github.com/delucis)! - Updates internal `@astrojs/mdx`, `@astrojs/sitemap`, and `astro-expressive-code` dependencies
|
|
8
|
+
|
|
9
|
+
- [#3109](https://github.com/withastro/starlight/pull/3109) [`b5cc1b4`](https://github.com/withastro/starlight/commit/b5cc1b4d4ee7dc737616c6ada893369b13ddb9c6) Thanks [@dhruvkb](https://github.com/dhruvkb)! - Updates Expressive Code to v0.41.1
|
|
10
|
+
|
|
3
11
|
## 0.33.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astrojs/starlight",
|
|
3
|
-
"version": "0.33.
|
|
3
|
+
"version": "0.33.2",
|
|
4
4
|
"description": "Build beautiful, high-performance documentation websites with Astro",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"docs",
|
|
@@ -176,22 +176,22 @@
|
|
|
176
176
|
"astro": "^5.1.5"
|
|
177
177
|
},
|
|
178
178
|
"devDependencies": {
|
|
179
|
-
"@astrojs/markdown-remark": "^6.
|
|
179
|
+
"@astrojs/markdown-remark": "^6.3.1",
|
|
180
180
|
"@playwright/test": "^1.45.0",
|
|
181
181
|
"@types/node": "^18.16.19",
|
|
182
182
|
"@vitest/coverage-v8": "^3.0.5",
|
|
183
|
-
"astro": "^5.
|
|
183
|
+
"astro": "^5.6.1",
|
|
184
184
|
"linkedom": "^0.18.4",
|
|
185
185
|
"vitest": "^3.0.5"
|
|
186
186
|
},
|
|
187
187
|
"dependencies": {
|
|
188
|
-
"@astrojs/mdx": "^4.
|
|
189
|
-
"@astrojs/sitemap": "^3.
|
|
188
|
+
"@astrojs/mdx": "^4.2.3",
|
|
189
|
+
"@astrojs/sitemap": "^3.3.0",
|
|
190
190
|
"@pagefind/default-ui": "^1.3.0",
|
|
191
191
|
"@types/hast": "^3.0.4",
|
|
192
192
|
"@types/js-yaml": "^4.0.9",
|
|
193
193
|
"@types/mdast": "^4.0.4",
|
|
194
|
-
"astro-expressive-code": "^0.
|
|
194
|
+
"astro-expressive-code": "^0.41.1",
|
|
195
195
|
"bcp-47": "^2.1.0",
|
|
196
196
|
"hast-util-from-html": "^2.0.1",
|
|
197
197
|
"hast-util-select": "^6.0.2",
|