diff --git a/package.json b/package.json index 4beea79..fc00cd0 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,9 @@ "preversion": "make test" }, "dependencies": { + "@floating-ui/dom": "^1.6.5", + "@floating-ui/react": "^0.26.17", + "@floating-ui/react-dom": "^2.1.0", "clsx": "^2.1.1", "js-cookie": "^3.0.5" }, @@ -109,9 +112,6 @@ "vitest": "^1.6.0" }, "peerDependencies": { - "@floating-ui/dom": "^1.6.5", - "@floating-ui/react": "^0.26.17", - "@floating-ui/react-dom": "^2.1.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vanilla-extract/css": "^1.15.3",