Skip to content

Commit

Permalink
Merge pull request #54 from HiDeoo/hd-bump-starlight-version-0-24-0
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo authored Jun 16, 2024
2 parents c97e67a + c83255c commit a84fdc4
Show file tree
Hide file tree
Showing 4 changed files with 876 additions and 583 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.22.1",
"astro": "4.2.7",
"@astrojs/starlight": "0.24.2",
"astro": "4.10.2",
"sharp": "0.32.5",
"starlight-blog": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@hideoo/eslint-config": "3.0.0",
"@hideoo/prettier-config": "2.0.0",
"@hideoo/tsconfig": "2.0.1",
"astro": "4.2.7",
"astro": "4.10.2",
"eslint": "8.56.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/starlight-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"ultrahtml": "1.5.3"
},
"devDependencies": {
"@astrojs/starlight": "0.22.1",
"@astrojs/starlight": "0.24.2",
"@playwright/test": "1.36.1",
"astro": "4.2.7",
"astro": "4.10.2",
"vitest": "1.3.1"
},
"peerDependencies": {
"@astrojs/starlight": ">=0.22.1",
"astro": ">=4.2.7"
"@astrojs/starlight": ">=0.24.0",
"astro": ">=4.8.6"
},
"engines": {
"node": ">=18.14.1"
Expand Down
Loading

0 comments on commit a84fdc4

Please sign in to comment.