Skip to content

Commit

Permalink
ops: fix floating dep
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshpastakia committed Oct 25, 2024
1 parent bb6436e commit 4e1e34b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@floating-ui/react": "0.26.24",
"@floating-ui/react": "^0.26.24",
"@hookform/resolvers": "^3.9.0",
"@react-fabric/core": "^1.0.0-beta.15",
"@react-fabric/utilities": "^1.0.0-beta.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/searchbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"watch": "npm-run-all -p watch:rollup watch:dts"
},
"dependencies": {
"@floating-ui/react": "0.26.24",
"@floating-ui/react": "^0.26.24",
"@react-fabric/core": "^1.0.0-beta.15",
"@react-fabric/date": "^1.0.0-beta.15",
"@react-fabric/form": "^1.0.0-beta.15",
Expand Down

0 comments on commit 4e1e34b

Please sign in to comment.