Skip to content

Commit

Permalink
fix: make sure astro breadcrumb works with astro 4
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Dec 6, 2023
1 parent 162a92f commit 11c820a
Show file tree
Hide file tree
Showing 4 changed files with 1,640 additions and 677 deletions.
6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@astrojs/mdx": "^1.0.0",
"astro": "^3.0.7"
"@astrojs/mdx": "^2.0.0",
"astro": "^4.0.2"
},
"devDependencies": {
"sass": "^1.66.1"
"sass": "^1.69.5"
}
}
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.12.0",
"astro": "^3.4.3",
"@astrojs/starlight": "^0.15.0",
"astro": "^4.0.2",
"astro-breadcrumbs": "^1.8.0",
"astro-matomo": "^1.4.0",
"sharp": "^0.32.6"
"sharp": "^0.33.0"
},
"devDependencies": {
"sass": "^1.69.5"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^22.0.5"
"semantic-release": "^22.0.10"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0 || ^3.0.0"
"astro": "^2.0.0-beta.0 || ^3.0.0 || ^4.0.0"
}
}
Loading

0 comments on commit 11c820a

Please sign in to comment.