Skip to content

Commit

Permalink
feat!: bumps minimum required Starlight version to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed Mar 4, 2024
1 parent 68aafb2 commit ac50592
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 159 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"lint": "prettier -c --cache . && eslint . --cache --max-warnings=0"
},
"dependencies": {
"@astrojs/starlight": "0.17.0",
"astro": "4.2.6",
"@astrojs/starlight": "0.21.0",
"astro": "4.2.7",
"sharp": "0.33.2",
"starlight-package-managers": "workspace:*"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/starlight-package-managers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"lint": "prettier -c --cache . && eslint . --cache --max-warnings=0"
},
"devDependencies": {
"@astrojs/starlight": "0.17.0",
"@astrojs/starlight": "0.21.0",
"@playwright/test": "1.36.2",
"astro": "4.2.6",
"astro": "4.2.7",
"vitest": "0.33.0"
},
"peerDependencies": {
"@astrojs/starlight": ">=0.17.0",
"astro": ">=4.0.0"
"@astrojs/starlight": ">=0.21.0",
"astro": ">=4.2.7"
},
"engines": {
"node": ">=18.14.1"
Expand Down
Loading

0 comments on commit ac50592

Please sign in to comment.