Skip to content

Commit

Permalink
update collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
kseniya57 committed Jan 16, 2021
1 parent 3b50fe2 commit 5a5e3fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idui/react-tree",
"version": "1.2.4",
"version": "1.2.5",
"description": "React Tree Component",
"author": "kaprisa57@gmail.com",
"license": "MIT",
Expand Down Expand Up @@ -90,7 +90,7 @@
"dist"
],
"dependencies": {
"@idui/react-collapse": "^2.0.6",
"@idui/react-collapse": "^2.0.8",
"@idui/react-toggle-controls": "^1.1.5",
"immer": "^8.0.0",
"lodash": "^4.17.20",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1187,19 +1187,19 @@
resolved "https://registry.yarnpkg.com/@icons/material/-/material-0.2.4.tgz#e90c9f71768b3736e76d7dd6783fc6c2afa88bc8"
integrity sha512-QPcGmICAPbGLGb6F/yNf/KzKqvFx8z5qx3D1yFqVAjoFmXK35EgyW+cJ57Te3CNsmzblwtzakLGFqHPqrfb4Tw==

"@idui/react-collapse@^2.0.6":
version "2.0.6"
resolved "https://registry.yarnpkg.com/@idui/react-collapse/-/react-collapse-2.0.6.tgz#d1b8db3648baff782007b28dfed07acc721ee055"
integrity sha512-MuC+J7pFc0eU4/L5Blx2vR+6sd59/ge36Tc5Z1Y2WJIFK9KIXG+kX4C7HJpDaNWG+q3Ahq6ooVlqPm4c7fixnQ==
"@idui/react-collapse@^2.0.8":
version "2.0.8"
resolved "https://registry.yarnpkg.com/@idui/react-collapse/-/react-collapse-2.0.8.tgz#d642c963eac86db04d735515918d620adf642dc7"
integrity sha512-zv5y8Lgr7qJaW8s2R/dbu1B+rS5tmrLwWFnSUZX/2LDlBaTOPTb3d69b7sWu6vMnLXGtoVwFzcGPRbB+DTGI6g==
dependencies:
framer-motion "^2.9.5"
lodash "^4.17.20"
prop-types "^15.7.2"

"@idui/react-toggle-controls@^1.1.4":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@idui/react-toggle-controls/-/react-toggle-controls-1.1.4.tgz#438e50cc79c5e47a8087b9fea5104b7663202957"
integrity sha512-No2pyO01dSrfGrtD0EulFNWa71FgjASH8Kw7qGIppNOfcT9CQjVGUgA2/GeWneNU9dpNxNmDh39mlauesPyG/A==
"@idui/react-toggle-controls@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@idui/react-toggle-controls/-/react-toggle-controls-1.1.5.tgz#84192b50fbbfbf02ede64b64bcd4fa0667af8c9c"
integrity sha512-g6f61T0prGCz9s8p1X+gvYOyY5ZijvWkA7WzQL1H9arGLRrAs/LfgwopRGNcSNsw2Ad0TjmTDgDBEV7Nb3bQ6w==
dependencies:
prop-types "^15.7.2"
styled-components "^5.2.1"
Expand Down

0 comments on commit 5a5e3fb

Please sign in to comment.