@teambit/ui-foundation.ui.react-router.slot-router 0.0.507 → 0.0.509

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,4 +14,4 @@ export type SlotRouterProps = PropsWithChildren<{
14
14
  rootRoutes?: RouteProps[];
15
15
  parentPath?: string;
16
16
  }>;
17
- export declare function SlotRouter({ routes: routesFromProps, slot, rootRoutes, children, parentPath }: SlotRouterProps): JSX.Element;
17
+ export declare function SlotRouter({ routes: routesFromProps, slot, rootRoutes, children, parentPath }: SlotRouterProps): import("react/jsx-runtime").JSX.Element;
@@ -21,7 +21,8 @@
21
21
  "emitDecoratorMetadata": true,
22
22
  "preserveConstEnums": true,
23
23
  "strictPropertyInitialization": false,
24
- "noImplicitAny": false
24
+ "noImplicitAny": false,
25
+ "composite": true
25
26
  },
26
27
  "exclude": [
27
28
  "artifacts",
@@ -35,5 +36,6 @@
35
36
  "include": [
36
37
  "**/*",
37
38
  "**/*.json"
38
- ]
39
+ ],
40
+ "references": []
39
41
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/ui-foundation.ui.react-router.slot-router",
3
- "version": "0.0.507",
3
+ "version": "0.0.509",
4
4
  "homepage": "https://bit.cloud/teambit/ui-foundation/ui/react-router/slot-router",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.ui-foundation",
8
8
  "name": "ui/react-router/slot-router",
9
- "version": "0.0.507"
9
+ "version": "0.0.509"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -15,7 +15,7 @@
15
15
  "devDependencies": {
16
16
  "@types/lodash": "4.14.165",
17
17
  "@types/mocha": "9.1.0",
18
- "@teambit/react.v17.react-env": "1.1.6"
18
+ "@teambit/react.v17.react-env": "1.1.20"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": "^16.8.0 || ^17.0.0",
package/tsconfig.json CHANGED
@@ -21,7 +21,8 @@
21
21
  "emitDecoratorMetadata": true,
22
22
  "preserveConstEnums": true,
23
23
  "strictPropertyInitialization": false,
24
- "noImplicitAny": false
24
+ "noImplicitAny": false,
25
+ "composite": true
25
26
  },
26
27
  "exclude": [
27
28
  "artifacts",
@@ -35,5 +36,6 @@
35
36
  "include": [
36
37
  "**/*",
37
38
  "**/*.json"
38
- ]
39
+ ],
40
+ "references": []
39
41
  }