Skip to content

Commit

Permalink
Merge pull request #43 from felix-berlin/astro-v5-support
Browse files Browse the repository at this point in the history
Add astro v5 support
  • Loading branch information
felix-berlin authored Dec 4, 2024
2 parents 4ed1462 + 03b6133 commit 8f30acf
Show file tree
Hide file tree
Showing 3 changed files with 984 additions and 2,602 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"astro": "^4.7.1",
"astro-matomo": "^1.4.2"
"astro": "^5.0.2",
"astro-matomo": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^23.0.8"
"semantic-release": "^24.2.0"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0 || ^3.0.0 || ^4.0.0"
"astro": "^2.0.0-beta.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
}
}
Loading

0 comments on commit 8f30acf

Please sign in to comment.