@os-design/use-auto-scroll
Advanced tools
Comparing version 1.0.27 to 1.0.28
{ | ||
"name": "@os-design/use-auto-scroll", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"license": "UNLICENSED", | ||
@@ -26,3 +26,3 @@ "repository": "git@gitlab.com:os-team/libs/os-design.git", | ||
"build": "yarn clean && npm-run-all 'build:*'", | ||
"ncu": "ncu -u" | ||
"ncu": "ncu -u '/^(?!(react|@types/react)$).*$/'" | ||
}, | ||
@@ -33,8 +33,8 @@ "publishConfig": { | ||
"dependencies": { | ||
"@os-design/use-cursor-position": "^1.0.25" | ||
"@os-design/use-cursor-position": "^1.0.26" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=18" | ||
"react": "18" | ||
}, | ||
"gitHead": "ed7b645f040dc652da07a9bd23a5983b0416f126" | ||
"gitHead": "4d19733d7b0e81efcf2904c1820abc718155e920" | ||
} |
16119
- Removedreact@19.0.0(transitive)