Merge branch 'main' into renovate/lock-file-maintenance

This commit is contained in:
Satria 2026-07-19 08:10:38 +07:00
commit b1b142be08
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
"@types/bun": "latest",
},
"peerDependencies": {
"typescript": "^5",
"typescript": "^5 || ^7.0.0",
},
},
},

View file

@ -14,7 +14,7 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
"typescript": "^5 || ^7.0.0"
},
"dependencies": {
"@catppuccin/tailwindcss": "^1.0.0",