Skip to content

Commit

Permalink
fix: move floating ui back to a regular dep now we are bundling normally
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Jun 24, 2024
1 parent 2d3609a commit 54e2abc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 54e2abc

Please sign in to comment.