From 428a2a760a8fe7d2a6aee01519276633ae6ecc75 Mon Sep 17 00:00:00 2001 From: Slava Bereza Date: Fri, 1 Dec 2023 16:56:51 +0300 Subject: [PATCH] chore: update versioning --- package.json | 6 +++--- yarn.lock | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index aece3e3..28d64a5 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,9 @@ "clean": "rm -rf hooks-bindings/dist preact/dist react/dist dist" }, "dependencies": { - "reactive-box": "0.9.x", - "unsubscriber": "2.x.x", - "evemin": "2.x.x" + "reactive-box": ">=0.9.0 && <3.0.0", + "unsubscriber": ">=2.2.0 && <3.0.0", + "evemin": ">=2.0.0 && <3.0.0" }, "devDependencies": { "@babel/preset-env": "7.23.5", diff --git a/yarn.lock b/yarn.lock index 5d1a273..79dd202 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2588,7 +2588,7 @@ esutils@^2.0.2: resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== -evemin@2.x.x: +"evemin@>=2.0.0 && <3.0.0": version "2.0.0" resolved "https://registry.yarnpkg.com/evemin/-/evemin-2.0.0.tgz#3461e2947d5546046d8e79242ed6dc9af3b9adfb" integrity sha512-lvrn9j5pKVRsHuLPmpgz3FEfZFiaR11GFw+DAcrwtt1NdykfalNDQhDauAV+6pqW5Sxj2tS0u053i+9QJ5aICA== @@ -4575,7 +4575,7 @@ react@18.1.0: dependencies: loose-envify "^1.1.0" -reactive-box@0.9.x: +"reactive-box@>=0.9.0 && <3.0.0": version "0.9.0" resolved "https://registry.yarnpkg.com/reactive-box/-/reactive-box-0.9.0.tgz#0b22e56e793b83098bb7494575bf26f6652b9243" integrity sha512-OJ9wN+9IX4n4pH+GDjB9QSATCBQnR7qDLqj6WmnTk3G4jwLANNguKWxG70/da0NZDGxNf3Wb9E733jl3K87khA== @@ -5285,7 +5285,7 @@ universalify@^2.0.0: resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d" integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw== -unsubscriber@2.x.x: +"unsubscriber@>=2.2.0 && <3.0.0": version "2.2.0" resolved "https://registry.yarnpkg.com/unsubscriber/-/unsubscriber-2.2.0.tgz#cdc8fe9351987d38f68afbc7363eede0c797d1ff" integrity sha512-HFpU13+ShfP4i+KiCyehBloTFHYtOWF4E3t4p3ZVA+ImCBKsMgqPzpLVdQTtSGUhPgxdm/Rhyl/Yy+CEM6xHVA==