We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a5b79 commit 6f700f4Copy full SHA for 6f700f4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-tooltip",
3
- "version": "5.26.0",
+ "version": "5.26.1",
4
"description": "react tooltip component",
5
"scripts": {
6
"dev-rollup": "node ./prebuild.js --env=development && node --max_old_space_size=2048 ./node_modules/rollup/dist/bin/rollup -c rollup.config.dev.js --watch",
@@ -124,7 +124,7 @@
124
]
125
},
126
"dependencies": {
127
- "@floating-ui/dom": "^1.0.0",
+ "@floating-ui/dom": "^1.6.1",
128
"classnames": "^2.3.0"
129
}
130
0 commit comments