Skip to content

Commit

Permalink
fix: bump astro peer dep to 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre committed Aug 24, 2024
1 parent 573f3b4 commit 0475022
Show file tree
Hide file tree
Showing 4 changed files with 559 additions and 654 deletions.
4 changes: 2 additions & 2 deletions .changeset/wicked-rabbits-wash.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@astrolicious/i18n": patch
"@astrolicious/i18n": minor
---

Upgrades some dependencies to fix an issue with Astro >= 4.14.0
Upgrades some dependencies to fix an issue with Astro >= 4.14.0. The package now requires Astro >= 4.12.0
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"type": "module",
"peerDependencies": {
"astro": "^4.4.11",
"astro": "^4.12.0",
"i18next": "^23.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@astrolicious/i18n": "workspace:*",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"astro": "^4.7.0",
"astro": "^4.12.0",
"i18next": "^23.11.3",
"react": "^18.2.0",
"react-dom": "^18.3.1",
Expand Down
Loading

0 comments on commit 0475022

Please sign in to comment.