@tramvai/module-child-app 5.53.156 → 5.53.159

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.
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare const FallbackError: {
2
- (): import("react/jsx-runtime").JSX.Element;
3
+ (): React.JSX.Element;
3
4
  displayName: string;
4
5
  };
5
6
  //# sourceMappingURL=FallbackError.d.ts.map
@@ -5,6 +5,6 @@ type AnyError = Error & {
5
5
  interface Props extends ChildAppReactConfig {
6
6
  error?: AnyError;
7
7
  }
8
- export declare const ChildAppFallbackWrapper: ({ name, fallback: Fallback, tag, version, error, }: Props) => import("react/jsx-runtime").JSX.Element | null;
8
+ export declare const ChildAppFallbackWrapper: ({ name, fallback: Fallback, tag, version, error, }: Props) => import("react").JSX.Element | null;
9
9
  export {};
10
10
  //# sourceMappingURL=ChildAppFallbackWrapper.d.ts.map
@@ -3,6 +3,6 @@ import type { ChildAppReactConfig } from '@tramvai/tokens-child-app';
3
3
  type Props = {
4
4
  config: ChildAppReactConfig;
5
5
  };
6
- export declare const ChildAppErrorBoundaryWrapper: (props: PropsWithChildren<Props>) => import("react/jsx-runtime").JSX.Element;
6
+ export declare const ChildAppErrorBoundaryWrapper: (props: PropsWithChildren<Props>) => import("react").JSX.Element;
7
7
  export {};
8
8
  //# sourceMappingURL=childAppErrorBoundaryWrapper.d.ts.map
@@ -1,3 +1,3 @@
1
1
  import type { ChildAppReactConfig } from '@tramvai/tokens-child-app';
2
- export declare const ChildApp: import("react").MemoExoticComponent<(config: ChildAppReactConfig) => import("react/jsx-runtime").JSX.Element>;
2
+ export declare const ChildApp: import("react").MemoExoticComponent<(config: ChildAppReactConfig) => import("react").JSX.Element>;
3
3
  //# sourceMappingURL=component.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-child-app",
3
- "version": "5.53.156",
3
+ "version": "5.53.159",
4
4
  "description": "Module for child apps",
5
5
  "browser": {
6
6
  "./lib/server.es.js": "./lib/browser.js",
@@ -35,22 +35,22 @@
35
35
  "@tinkoff/module-loader-client": "0.7.9",
36
36
  "@tinkoff/module-loader-server": "0.8.12",
37
37
  "@tinkoff/url": "0.11.7",
38
- "@tramvai/child-app-core": "5.53.156",
39
- "@tramvai/module-common": "5.53.156",
40
- "@tramvai/module-router": "5.53.156",
38
+ "@tramvai/child-app-core": "5.53.159",
39
+ "@tramvai/module-common": "5.53.159",
40
+ "@tramvai/module-router": "5.53.159",
41
41
  "@tramvai/safe-strings": "0.8.8",
42
- "@tramvai/tokens-child-app": "5.53.156"
42
+ "@tramvai/tokens-child-app": "5.53.159"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@tinkoff/dippy": "^1.0.0",
46
- "@tinkoff/router": "0.5.280",
46
+ "@tinkoff/router": "0.5.283",
47
47
  "@tinkoff/utils": "^2.1.2",
48
- "@tramvai/core": "5.53.156",
49
- "@tramvai/react": "5.53.156",
50
- "@tramvai/state": "5.53.156",
51
- "@tramvai/tokens-common": "5.53.156",
52
- "@tramvai/tokens-render": "5.53.156",
53
- "@tramvai/tokens-router": "5.53.156",
48
+ "@tramvai/core": "5.53.159",
49
+ "@tramvai/react": "5.53.159",
50
+ "@tramvai/state": "5.53.159",
51
+ "@tramvai/tokens-common": "5.53.159",
52
+ "@tramvai/tokens-render": "5.53.159",
53
+ "@tramvai/tokens-router": "5.53.159",
54
54
  "object-assign": "^4.1.1",
55
55
  "react": ">=16.14.0",
56
56
  "react-dom": ">=16.14.0",
@@ -58,14 +58,14 @@
58
58
  "tslib": "^2.4.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@tramvai/module-http-client": "5.53.156",
62
- "@tramvai/module-react-query": "5.53.156",
63
- "@tramvai/module-render": "5.53.156",
64
- "@tramvai/module-router": "5.53.156",
65
- "@tramvai/module-server": "5.53.156",
66
- "@tramvai/react": "5.53.156",
67
- "@tramvai/react-query": "5.53.156",
68
- "@tramvai/state": "5.53.156"
61
+ "@tramvai/module-http-client": "5.53.159",
62
+ "@tramvai/module-react-query": "5.53.159",
63
+ "@tramvai/module-render": "5.53.159",
64
+ "@tramvai/module-router": "5.53.159",
65
+ "@tramvai/module-server": "5.53.159",
66
+ "@tramvai/react": "5.53.159",
67
+ "@tramvai/react-query": "5.53.159",
68
+ "@tramvai/state": "5.53.159"
69
69
  },
70
70
  "module": "lib/server.es.js"
71
71
  }