Compare commits

..

No commits in common. "b1b142be08c239ab3ef06fd2ddd02e7cd119b8b6" and "a1ab3c6d57a1f94a542bdee24191df3a11baefca" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

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

View file

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