@os-design/use-interval
Advanced tools
Comparing version 1.0.25 to 1.0.26
{ | ||
"name": "@os-design/use-interval", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"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,5 +33,5 @@ "publishConfig": { | ||
"peerDependencies": { | ||
"react": ">=18" | ||
"react": "18" | ||
}, | ||
"gitHead": "ed7b645f040dc652da07a9bd23a5983b0416f126" | ||
"gitHead": "4d19733d7b0e81efcf2904c1820abc718155e920" | ||
} |
3716