Skip to content

Commit

Permalink
Fix: [DS-278] Updated floating-ui in dropdown to fix bug in OV after …
Browse files Browse the repository at this point in the history
…their react update
  • Loading branch information
vicky-comeau committed Aug 9, 2024
1 parent 3edb48b commit e161c0c
Show file tree
Hide file tree
Showing 3 changed files with 1,181 additions and 1,822 deletions.
6 changes: 3 additions & 3 deletions packages/Dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"build": "rollup -c rollup.config.js"
},
"dependencies": {
"@floating-ui/react": "^0.24.8",
"@floating-ui/react": "^0.26.22",
"@hopper-ui/tokens": "^4.3.0",
"@igloo-ui/tokens": "^2.1.0",
"@hopper-ui/tokens": "^4.2.0",
"classnames": "^2.3.2"
"classnames": "^2.5.1"
},
"browserslist": [
"> 1%",
Expand Down
8 changes: 4 additions & 4 deletions packages/List/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
},
"dependencies": {
"@igloo-ui/checkbox": "^0.5.1",
"@igloo-ui/icons": "^1.12.2",
"@igloo-ui/icons": "^1.12.3",
"@igloo-ui/tokens": "^2.1.0",
"@hopper-ui/icons-react16": "1.2.0",
"@hopper-ui/tokens": "^4.2.0",
"classnames": "^2.3.2"
"@hopper-ui/icons-react16": "2.3.0",
"@hopper-ui/tokens": "^4.3.0",
"classnames": "^2.5.1"
},
"devDependencies": {
"@shared/components": "0.5.0",
Expand Down
Loading

0 comments on commit e161c0c

Please sign in to comment.