Skip to content

Commit

Permalink
feat(support): add astro v5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Dec 4, 2024
1 parent 4ed1462 commit 03b6133
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 03b6133

Please sign in to comment.