Skip to content

Commit c83255c

Browse files
committed
feat!: bumps minimum required Starlight version to 0.24.0
1 parent c97e67a commit c83255c

File tree

4 files changed

+876
-583
lines changed

4 files changed

+876
-583
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"lint": "prettier -c --cache . && eslint . --cache --max-warnings=0"
1515
},
1616
"dependencies": {
17-
"@astrojs/starlight": "0.22.1",
18-
"astro": "4.2.7",
17+
"@astrojs/starlight": "0.24.2",
18+
"astro": "4.10.2",
1919
"sharp": "0.32.5",
2020
"starlight-blog": "workspace:*"
2121
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@hideoo/eslint-config": "3.0.0",
1515
"@hideoo/prettier-config": "2.0.0",
1616
"@hideoo/tsconfig": "2.0.1",
17-
"astro": "4.2.7",
17+
"astro": "4.10.2",
1818
"eslint": "8.56.0",
1919
"husky": "8.0.3",
2020
"lint-staged": "14.0.1",

packages/starlight-blog/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"ultrahtml": "1.5.3"
3232
},
3333
"devDependencies": {
34-
"@astrojs/starlight": "0.22.1",
34+
"@astrojs/starlight": "0.24.2",
3535
"@playwright/test": "1.36.1",
36-
"astro": "4.2.7",
36+
"astro": "4.10.2",
3737
"vitest": "1.3.1"
3838
},
3939
"peerDependencies": {
40-
"@astrojs/starlight": ">=0.22.1",
41-
"astro": ">=4.2.7"
40+
"@astrojs/starlight": ">=0.24.0",
41+
"astro": ">=4.8.6"
4242
},
4343
"engines": {
4444
"node": ">=18.14.1"

0 commit comments

Comments
 (0)