react-remove-scroll
Advanced tools
Comparing version 2.6.0 to 2.6.1
{ | ||
"name": "react-remove-scroll", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "Disables scroll outside of `children` node.", | ||
@@ -50,4 +50,4 @@ "main": "dist/es5/index.js", | ||
"peerDependencies": { | ||
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0", | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
"@types/react": "*", | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" | ||
}, | ||
@@ -66,3 +66,3 @@ "peerDependenciesMeta": { | ||
"dependencies": { | ||
"react-remove-scroll-bar": "^2.3.6", | ||
"react-remove-scroll-bar": "^2.3.7", | ||
"react-style-singleton": "^2.2.1", | ||
@@ -69,0 +69,0 @@ "tslib": "^2.1.0", |
@@ -79,3 +79,3 @@ <div align="center"> | ||
## Internal div | ||
But default RemoveScroll will create a div to handle and capture events. | ||
By default RemoveScroll will create a div to handle and capture events. | ||
You may specify `className` for it, if you need, or __remove it__. | ||
@@ -82,0 +82,0 @@ |
79121
+ Added@types/react@19.0.7(transitive)
+ Addedreact@19.0.0(transitive)
- Removed@types/prop-types@15.7.14(transitive)
- Removed@types/react@18.3.18(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedreact@18.3.1(transitive)