Skip to content

Commit

Permalink
fix: types for astro >=4.14.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre authored Aug 24, 2024
1 parent 5319525 commit 87ed904
Show file tree
Hide file tree
Showing 5 changed files with 808 additions and 654 deletions.
5 changes: 5 additions & 0 deletions .changeset/wicked-rabbits-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@astrolicious/i18n": minor
---

Upgrades some dependencies to fix an issue with Astro >= 4.14.0. The package now requires Astro >= 4.12.0
6 changes: 3 additions & 3 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
},
"type": "module",
"peerDependencies": {
"astro": "^4.4.11",
"astro": "^4.12.0",
"i18next": "^23.0.0"
},
"dependencies": {
"@inox-tools/aik-route-config": "^0.5.0",
"astro-integration-kit": "^0.13.1",
"@inox-tools/aik-route-config": "^0.7.1",
"astro-integration-kit": "^0.16.1",
"astro-pages": "^0.3.0",
"sitemap": "^7.1.1",
"typescript": "^5.4.5",
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -27,6 +27,6 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"astro-integration-kit": "^0.13.1"
"astro-integration-kit": "^0.16.1"
}
}
1 change: 0 additions & 1 deletion playground/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
/// <reference types="../.astro/astro-i18n.d.ts" />
/// <reference types="../.astro/i18next.d.ts" />
Loading

0 comments on commit 87ed904

Please sign in to comment.