diff options
Diffstat (limited to 'packages/ui')
-rw-r--r-- | packages/ui/package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/ui/package.json b/packages/ui/package.json index 4a39102..3d63e4d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -17,6 +17,10 @@ "typecheck": "tsc -b", "test": "vitest" }, + "peerDependencies": { + "tailwindcss": ">=3", + "typescript": ">=5" + }, "dependencies": { "@headlessui/react": "^1.7.18", "@headlessui/tailwindcss": "^0.2.0", @@ -39,7 +43,7 @@ "@polyfrost/config": "workspace:*", "@storybook/types": "^7.6.7", "@tailwindcss/typography": "^0.5.10", - "@types/node": "~20.10.7", + "@types/node": "~20.10.8", "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "autoprefixer": "^10.4.16", |