Merge pull request #19887 from backstage/renovate/classnames-2.x-lockfile
fix(deps): update dependency classnames to v2.3.2
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Minor internal tweak to handle `classnames` update
|
||||
@@ -351,7 +351,7 @@ export const WorkaroundNavLink = React.forwardRef<
|
||||
aria-current={ariaCurrent}
|
||||
style={{ ...style, ...(isActive ? activeStyle : undefined) }}
|
||||
className={classnames([
|
||||
className,
|
||||
typeof className !== 'function' ? className : undefined,
|
||||
isActive ? activeClassName : undefined,
|
||||
])}
|
||||
/>
|
||||
|
||||
@@ -21802,9 +21802,9 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"classnames@npm:*, classnames@npm:^2.2.5, classnames@npm:^2.2.6, classnames@npm:^2.3.1":
|
||||
version: 2.3.1
|
||||
resolution: "classnames@npm:2.3.1"
|
||||
checksum: 14db8889d56c267a591f08b0834989fe542d47fac659af5a539e110cc4266694e8de86e4e3bbd271157dbd831361310a8293e0167141e80b0f03a0f175c80960
|
||||
version: 2.3.2
|
||||
resolution: "classnames@npm:2.3.2"
|
||||
checksum: 2c62199789618d95545c872787137262e741f9db13328e216b093eea91c85ef2bfb152c1f9e63027204e2559a006a92eb74147d46c800a9f96297ae1d9f96f4e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user