@teambit/ui-foundation.ui.react-router.slot-router
Advanced tools
Comparing version 0.0.508 to 0.0.509
@@ -17,2 +17,2 @@ import { PropsWithChildren } from 'react'; | ||
}>; | ||
export declare function SlotRouter({ routes: routesFromProps, slot, rootRoutes, children, parentPath }: SlotRouterProps): JSX.Element; | ||
export declare function SlotRouter({ routes: routesFromProps, slot, rootRoutes, children, parentPath }: SlotRouterProps): import("react/jsx-runtime").JSX.Element; |
@@ -24,3 +24,4 @@ { | ||
"strictPropertyInitialization": false, | ||
"noImplicitAny": false | ||
"noImplicitAny": false, | ||
"composite": true | ||
}, | ||
@@ -39,3 +40,4 @@ "exclude": [ | ||
"**/*.json" | ||
] | ||
], | ||
"references": [] | ||
} |
{ | ||
"name": "@teambit/ui-foundation.ui.react-router.slot-router", | ||
"version": "0.0.508", | ||
"version": "0.0.509", | ||
"homepage": "https://bit.cloud/teambit/ui-foundation/ui/react-router/slot-router", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "ui/react-router/slot-router", | ||
"version": "0.0.508" | ||
"version": "0.0.509" | ||
}, | ||
@@ -19,3 +19,3 @@ "dependencies": { | ||
"@types/mocha": "9.1.0", | ||
"@teambit/react.v17.react-env": "1.1.6" | ||
"@teambit/react.v17.react-env": "1.1.20" | ||
}, | ||
@@ -22,0 +22,0 @@ "peerDependencies": { |
@@ -24,3 +24,4 @@ { | ||
"strictPropertyInitialization": false, | ||
"noImplicitAny": false | ||
"noImplicitAny": false, | ||
"composite": true | ||
}, | ||
@@ -39,3 +40,4 @@ "exclude": [ | ||
"**/*.json" | ||
] | ||
], | ||
"references": [] | ||
} |
9193
248