Skip to content

Commit

Permalink
Bump astro and @astrojs/mdx dependencies (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Oct 2, 2023
1 parent b262344 commit 2528fb0
Show file tree
Hide file tree
Showing 7 changed files with 151 additions and 93 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-meals-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/starlight': patch
---

Update bundled version of `@astrojs/mdx` to v1.1.0
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@astrojs/starlight": "workspace:*",
"@types/culori": "^2.0.0",
"astro": "^3.0.6",
"astro": "^3.2.1",
"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.10.3",
"astro": "^3.0.6",
"astro": "^3.2.1",
"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.10.3",
"@astrojs/starlight-tailwind": "^2.0.0",
"@astrojs/tailwind": "^5.0.0",
"astro": "^3.0.6",
"astro": "^3.2.1",
"sharp": "^0.32.5",
"tailwindcss": "^3.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@size-limit/file": "^8.2.4",
"astro": "^3.0.6",
"astro": "^3.2.1",
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.11.0",
"size-limit": "^8.2.4"
Expand All @@ -34,7 +34,7 @@
{
"name": "/_astro/*.css",
"path": "examples/basics/dist/_astro/*.css",
"limit": "10 kB"
"limit": "12 kB"
}
]
}
4 changes: 2 additions & 2 deletions packages/starlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"devDependencies": {
"@types/node": "^18.16.19",
"@vitest/coverage-v8": "^0.33.0",
"astro": "^3.0.6",
"astro": "^3.2.1",
"vitest": "^0.33.0"
},
"dependencies": {
"@astrojs/mdx": "^1.0.0",
"@astrojs/mdx": "^1.1.0",
"@astrojs/sitemap": "^3.0.0",
"@pagefind/default-ui": "^1.0.3",
"@types/mdast": "^3.0.11",
Expand Down
Loading

0 comments on commit 2528fb0

Please sign in to comment.