Skip to content

Commit

Permalink
chore: bump @astrojs/starlight peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed Dec 13, 2024
1 parent 39d6f3b commit 08a74c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/docsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"./schema": "./schema.ts"
},
"peerDependencies": {
"@astrojs/starlight": ">=0.28.0"
"@astrojs/starlight": ">=0.30.0"
},
"dependencies": {
"@docsearch/css": "^3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"peerDependencies": {
"@astrojs/markdoc": "^0.12.1",
"@astrojs/starlight": ">=0.23.0"
"@astrojs/starlight": ">=0.30.0"
},
"publishConfig": {
"provenance": true
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"vitest": "2.1.6"
},
"peerDependencies": {
"@astrojs/starlight": ">=0.9.0",
"@astrojs/starlight": ">=0.30.0",
"@astrojs/tailwind": "^5.1.3",
"tailwindcss": "^3.3.3"
},
Expand Down

0 comments on commit 08a74c5

Please sign in to comment.