Skip to content

Commit

Permalink
chore: update versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
betula committed Dec 1, 2023
1 parent 9c6a59f commit 428a2a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -4575,7 +4575,7 @@ [email protected]:
dependencies:
loose-envify "^1.1.0"

[email protected].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==
Expand Down Expand Up @@ -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==
Expand Down

0 comments on commit 428a2a7

Please sign in to comment.