Skip to content

Commit

Permalink
Update development versions of Astro & Starlight’s @astrojs/* depen…
Browse files Browse the repository at this point in the history
…dencies (#1465)
  • Loading branch information
delucis committed Feb 8, 2024
1 parent 79693cf commit ce3108c
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 188 deletions.
5 changes: 5 additions & 0 deletions .changeset/nine-cats-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/starlight': patch
---

Updates internal MDX, sitemap, and Expressive Code dependencies to the latest versions
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@astrojs/starlight": "workspace:*",
"@lunariajs/core": "^0.0.25",
"@types/culori": "^2.0.0",
"astro": "^4.2.1",
"astro": "^4.3.4",
"culori": "^3.2.0",
"sharp": "^0.32.5"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/starlight": "^0.17.3",
"astro": "^4.2.1",
"astro": "^4.3.4",
"sharp": "^0.32.5"
}
}
2 changes: 1 addition & 1 deletion examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@astrojs/starlight": "^0.17.3",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.2.1",
"astro": "^4.3.4",
"sharp": "^0.32.5",
"tailwindcss": "^3.4.1"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@size-limit/file": "^8.2.4",
"astro": "^4.2.1",
"astro": "^4.3.4",
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.11.0",
"prettier-plugin-astro": "^0.13.0",
"size-limit": "^8.2.4"
},
"packageManager": "pnpm@8.7.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/starlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,19 +170,19 @@
"astro": "^4.0.0"
},
"devDependencies": {
"@astrojs/markdown-remark": "^4.0.1",
"@astrojs/markdown-remark": "^4.2.1",
"@types/node": "^18.16.19",
"@vitest/coverage-v8": "^1.2.2",
"astro": "^4.2.1",
"astro": "^4.3.4",
"vitest": "^1.2.2"
},
"dependencies": {
"@astrojs/mdx": "^2.0.4",
"@astrojs/sitemap": "^3.0.4",
"@astrojs/mdx": "^2.1.1",
"@astrojs/sitemap": "^3.0.5",
"@pagefind/default-ui": "^1.0.3",
"@types/hast": "^3.0.3",
"@types/mdast": "^4.0.3",
"astro-expressive-code": "^0.32.2",
"astro-expressive-code": "^0.32.4",
"bcp-47": "^2.1.0",
"hast-util-select": "^6.0.2",
"hastscript": "^8.0.0",
Expand Down
Loading

0 comments on commit ce3108c

Please sign in to comment.