Skip to content

Commit

Permalink
fix: dep;
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis 🎃 Khripkov committed Dec 16, 2024
1 parent 1ca3db9 commit 142f8a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@alfalab/data": "^1.9.1",
"@alfalab/hooks": "1.13.1",
"@alfalab/hooks": "^1.13.1",
"@alfalab/icons-glyph": "^2.189.0",
"@alfalab/icons-logotype": "^2.27.0",
"@alfalab/react-canvas-pattern-lock": "^2.0.7",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@
resolved "https://registry.yarnpkg.com/@alfalab/data/-/data-1.9.1.tgz#1bb3dcf5dd062ddb3aa458022bbf81c0c0ef6b0c"
integrity sha512-RJQjs01k0MYtv9UwWxz5rL5XiOCsRO1gfrgQxZj8CqQShyLNfBuNTxcvKKY/5uuY2rBv9kN1PZrW57Fsc/DyGg==

"@alfalab/[email protected]", "@alfalab/hooks@^1.13.1":
version "1.13.1"
resolved "https://registry.yarnpkg.com/@alfalab/hooks/-/hooks-1.13.1.tgz#735b802c3bf753417e36c2a7e641d3c448676c16"
integrity sha512-K3vWoksc9pY0s7+ZOkd/fPeHI+ZPdtj7YhF9GwEZxBYMxdlFbKIhcIn0y8fPuz5fa+B6qvlJL2n+jGCMK3Lnaw==
dependencies:
"@alfalab/utils" "^1.17.1"
uuid "^8.3.2"

"@alfalab/hooks@^1.13.0":
version "1.13.0"
resolved "https://registry.yarnpkg.com/@alfalab/hooks/-/hooks-1.13.0.tgz#13c8cf5a326fb85469e6472f469e91d7454a530f"
Expand All @@ -88,6 +80,14 @@
"@alfalab/utils" "^1.13.2"
uuid "^8.3.2"

"@alfalab/hooks@^1.13.1":
version "1.13.1"
resolved "https://registry.yarnpkg.com/@alfalab/hooks/-/hooks-1.13.1.tgz#735b802c3bf753417e36c2a7e641d3c448676c16"
integrity sha512-K3vWoksc9pY0s7+ZOkd/fPeHI+ZPdtj7YhF9GwEZxBYMxdlFbKIhcIn0y8fPuz5fa+B6qvlJL2n+jGCMK3Lnaw==
dependencies:
"@alfalab/utils" "^1.17.1"
uuid "^8.3.2"

"@alfalab/icons-glyph@^2.108.0", "@alfalab/icons-glyph@^2.139.0", "@alfalab/icons-glyph@^2.66.0":
version "2.140.0"
resolved "https://registry.yarnpkg.com/@alfalab/icons-glyph/-/icons-glyph-2.140.0.tgz#31cb75bf2495b082a0b8d0e3f4a8c2c47e3e2eb6"
Expand Down

0 comments on commit 142f8a0

Please sign in to comment.