Skip to content

Commit

Permalink
Merge pull request #12 from selsa-inube/cmarin/ids1620/upadte-depende…
Browse files Browse the repository at this point in the history
…ncies-to-the-latest-versions

Update Dependencies to Latest Versions
  • Loading branch information
cmarin001 committed May 27, 2024
2 parents e117b58 + 5e3d2e7 commit ccbbeb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"access": "public"
},
"dependencies": {
"@inubekit/foundations": "^2.12.1",
"@inubekit/grid": "^2.0.0",
"@inubekit/icon": "^1.5.0",
"@inubekit/stack": "^2.1.1",
"@inubekit/text": "^2.2.0"
"@inubekit/foundations": "^2.15.0",
"@inubekit/grid": "^2.1.0",
"@inubekit/icon": "^1.6.0",
"@inubekit/stack": "^2.2.0",
"@inubekit/text": "^2.3.0"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
1 change: 1 addition & 0 deletions src/NavLink/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const NavLink = (props: INavLink) => {
id={id}
disabled={disabled}
appearance={selected ? selectedNavLinkAppearance : undefined}
selected={selected}
onClick={onClick}
>
<StyledLink to={path} disabled={+disabled}>
Expand Down

0 comments on commit ccbbeb1

Please sign in to comment.