Skip to content

Commit

Permalink
fix: types for astro >=4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre committed Aug 22, 2024
1 parent 5319525 commit 9c54ad1
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 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": patch
---

Upgrades AIK to fix an issue with Astro >= 4.14.0
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@inox-tools/aik-route-config": "^0.5.0",
"astro-integration-kit": "^0.13.1",
"astro-integration-kit": "^0.16.1",
"astro-pages": "^0.3.0",
"sitemap": "^7.1.1",
"typescript": "^5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
36 changes: 16 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c54ad1

Please sign in to comment.