Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @astrojs/starlight to v0.30.1 #1756

Merged
merged 1 commit into from
Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/starlight": "0.30.0",
"@astrojs/starlight": "0.30.1",
"astro": "4.16.17",
"sharp": "0.33.5",
"typescript": "5.7.2"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ __metadata:
languageName: node
linkType: hard

"@astrojs/starlight@npm:0.30.0":
version: 0.30.0
resolution: "@astrojs/starlight@npm:0.30.0"
"@astrojs/starlight@npm:0.30.1":
version: 0.30.1
resolution: "@astrojs/starlight@npm:0.30.1"
dependencies:
"@astrojs/mdx": "npm:^4.0.1"
"@astrojs/sitemap": "npm:^3.1.6"
Expand Down Expand Up @@ -279,7 +279,7 @@ __metadata:
vfile: "npm:^6.0.2"
peerDependencies:
astro: ^5.0.0
checksum: 10c0/222d52fe5171e6de85cc70bdd05d618630917e752c92154308d16462e021818f91de061643b63f2fffe44a7529a078c7c6abf6f7ba432850bb80cc39b752ac23
checksum: 10c0/4970b2b133976a33e7ba920be207cda4d74982653856472a52561e199ca9b82bd964d37545a49a7a6ba5e456dbcd5a6323b6c836cb81ccf3500c2885d4274ae5
languageName: node
linkType: hard

Expand Down Expand Up @@ -11315,7 +11315,7 @@ __metadata:
resolution: "httpx-docs-2@workspace:docs2"
dependencies:
"@astrojs/check": "npm:0.9.4"
"@astrojs/starlight": "npm:0.30.0"
"@astrojs/starlight": "npm:0.30.1"
astro: "npm:4.16.17"
sharp: "npm:0.33.5"
typescript: "npm:5.7.2"
Expand Down
Loading