@loadsmart/miranda-react
Advanced tools
Comparing version 3.0.0-beta.34 to 3.0.0-beta.35
export { Link } from './Link'; | ||
export type { LinkReferrerPolicy, LinkSize, LinkTarget } from './Link'; | ||
export type { LinkReferrerPolicy, LinkSize, LinkTarget, LinkProps, } from './Link'; |
import type { ComponentProps } from 'react'; | ||
import type { WebComponentProps } from '@lit/react'; | ||
import { Link as WCLink } from '@loadsmart/miranda-wc'; | ||
import type { LinkReferrerPolicy, LinkSize, LinkTarget } from '@loadsmart/miranda-wc'; | ||
export type { LinkReferrerPolicy, LinkSize, LinkTarget, } from '@loadsmart/miranda-wc'; | ||
declare global { | ||
@@ -14,2 +14,1 @@ namespace JSX { | ||
export type LinkProps = ComponentProps<typeof Link>; | ||
export type { LinkReferrerPolicy, LinkSize, LinkTarget }; |
{ | ||
"name": "@loadsmart/miranda-react", | ||
"version": "3.0.0-beta.34", | ||
"version": "3.0.0-beta.35", | ||
"description": "React component library based on Miranda Web Components", | ||
@@ -44,4 +44,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@loadsmart/miranda-tokens": "*", | ||
"@loadsmart/miranda-wc": "3.0.0-beta.34", | ||
"@loadsmart/miranda-tokens": "4.0.0-beta.35", | ||
"@loadsmart/miranda-wc": "3.0.0-beta.35", | ||
"@lit/react": "^1.0.5", | ||
@@ -48,0 +48,0 @@ "react-is": "^18.3.1" |
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
2
154688
3379
+ Added@loadsmart/miranda-icons@3.0.0-beta.35(transitive)
+ Added@loadsmart/miranda-tokens@4.0.0-beta.35(transitive)
+ Added@loadsmart/miranda-wc@3.0.0-beta.35(transitive)
- Removed@loadsmart/miranda-icons@3.0.0-beta.34(transitive)
- Removed@loadsmart/miranda-tokens@3.17.0(transitive)
- Removed@loadsmart/miranda-wc@3.0.0-beta.34(transitive)