Skip to content

Commit

Permalink
feat!: bumps minimum required Starlight to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed Nov 8, 2024
1 parent e41a380 commit 9d00e58
Show file tree
Hide file tree
Showing 4 changed files with 671 additions and 596 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"lint": "prettier -c --cache . && eslint . --cache --max-warnings=0"
},
"dependencies": {
"@astrojs/starlight": "0.24.4",
"@astrojs/starlight": "0.25.0",
"@hideoo/starlight-plugins-docs-components": "^0.2.2",
"astro": "4.11.1",
"astro": "4.16.10",
"sharp": "0.32.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"lint": "prettier -c --cache . && eslint . --cache --max-warnings=0"
},
"dependencies": {
"@astrojs/starlight": "0.24.4",
"astro": "4.11.1",
"@astrojs/starlight": "0.25.0",
"astro": "4.16.10",
"sharp": "0.32.6",
"starlight-typedoc": "workspace:*",
"typedoc": "0.26.5",
Expand Down
7 changes: 3 additions & 4 deletions packages/starlight-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,16 @@
"github-slugger": "2.0.0"
},
"devDependencies": {
"@astrojs/starlight": "0.24.4",
"@astrojs/starlight": "0.25.0",
"@playwright/test": "1.35.0",
"@types/node": "18.16.16",
"astro": "4.11.1",
"astro": "4.16.10",
"cross-env": "7.0.3",
"typescript": "5.1.6",
"vitest": "1.0.4"
},
"peerDependencies": {
"@astrojs/starlight": ">=0.15.0",
"astro": ">=4.0.0",
"@astrojs/starlight": ">=0.25.0",
"typedoc": ">=0.26.5",
"typedoc-plugin-markdown": ">=4.1.1"
},
Expand Down
Loading

0 comments on commit 9d00e58

Please sign in to comment.