bump rko
This commit is contained in:
parent
510e70c5a7
commit
f9a4d81135
3 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.0.2
|
||||||
|
|
||||||
|
- Bumps rko dependency.
|
||||||
|
|
||||||
## 1.0.1
|
## 1.0.1
|
||||||
|
|
||||||
- Improves appearance of action menu and delete button while disabled
|
- Improves appearance of action menu and delete button while disabled
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
"@tldraw/vec": "latest",
|
"@tldraw/vec": "latest",
|
||||||
"perfect-freehand": "^1.0.16",
|
"perfect-freehand": "^1.0.16",
|
||||||
"react-hotkeys-hook": "^3.4.0",
|
"react-hotkeys-hook": "^3.4.0",
|
||||||
"rko": "^0.6.2",
|
"rko": "^0.6.3",
|
||||||
"tslib": "^2.3.1"
|
"tslib": "^2.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -12652,10 +12652,10 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
|
||||||
hash-base "^3.0.0"
|
hash-base "^3.0.0"
|
||||||
inherits "^2.0.1"
|
inherits "^2.0.1"
|
||||||
|
|
||||||
rko@^0.6.2:
|
rko@^0.6.3:
|
||||||
version "0.6.2"
|
version "0.6.3"
|
||||||
resolved "https://registry.yarnpkg.com/rko/-/rko-0.6.2.tgz#34dd6c68623db4f5147e3d2697d51971106083d8"
|
resolved "https://registry.yarnpkg.com/rko/-/rko-0.6.3.tgz#3656aad8c678875ead1c485cb63d150dea3db453"
|
||||||
integrity sha512-94Fy/y17u7+CQ1DcIXQ8BBkGs/Wu+4pqf1ooFWMOIGVkQPgbB6N9sPBBCmoVoRlFrQQlxARHiqeIWjRRcwMmFQ==
|
integrity sha512-1KsDCkS/buAwOFaaVLwuUwHTIeuZzlNbdNJFBnGdWKnLa7iKgfLdl7/IRe8q37A0GkSLNUBb9awNyiVekAHwNw==
|
||||||
dependencies:
|
dependencies:
|
||||||
idb-keyval "^6.0.3"
|
idb-keyval "^6.0.3"
|
||||||
zustand "^3.6.4"
|
zustand "^3.6.4"
|
||||||
|
|
Loading…
Reference in a new issue