Skip to content

Commit

Permalink
deps: bump peer deps to 4.0 (#9799)
Browse files Browse the repository at this point in the history
  • Loading branch information
salvaft authored Jan 24, 2024
1 parent eaf483f commit c1e0268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"astro": "^4.2.4"
},
"peerDependencies": {
"astro": "^3.0.0"
"astro": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"astro": "^4.2.4"
},
"peerDependencies": {
"astro": "^3.0.0"
"astro": "^4.0.0"
}
}

0 comments on commit c1e0268

Please sign in to comment.