@tramvai/module-router 5.53.156 → 5.53.163

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.
@@ -24,7 +24,7 @@ interface Props extends Partial<AnchorLinkProps> {
24
24
  */
25
25
  viewTransitionTypes?: string[];
26
26
  }
27
- declare function Link(props: Props): import("react/jsx-runtime").JSX.Element;
27
+ declare function Link(props: Props): import("react").JSX.Element;
28
28
  declare namespace Link {
29
29
  var displayName: string;
30
30
  }
@@ -1,5 +1,5 @@
1
1
  import type { AbstractRouter } from '@tinkoff/router';
2
2
  export declare const provideRouter: ({ router }: {
3
3
  router: AbstractRouter;
4
- }) => (render: any) => import("react/jsx-runtime").JSX.Element;
4
+ }) => (render: any) => import("react").JSX.Element;
5
5
  //# sourceMappingURL=render.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-router",
3
- "version": "5.53.156",
3
+ "version": "5.53.163",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "browser": {
@@ -26,28 +26,28 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@tinkoff/errors": "0.6.7",
29
- "@tinkoff/router": "0.5.280",
29
+ "@tinkoff/router": "0.5.287",
30
30
  "@tinkoff/url": "0.11.7",
31
- "@tramvai/experiments": "5.53.156",
32
- "@tramvai/react": "5.53.156",
31
+ "@tramvai/experiments": "5.53.163",
32
+ "@tramvai/react": "5.53.163",
33
33
  "@tramvai/safe-strings": "0.8.8",
34
- "@tramvai/tokens-child-app": "5.53.156",
35
- "@tramvai/tokens-render": "5.53.156",
36
- "@tramvai/tokens-router": "5.53.156",
37
- "@tramvai/tokens-server": "5.53.156"
34
+ "@tramvai/tokens-child-app": "5.53.163",
35
+ "@tramvai/tokens-render": "5.53.163",
36
+ "@tramvai/tokens-router": "5.53.163",
37
+ "@tramvai/tokens-server": "5.53.163"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@tinkoff/dippy": "^1.0.0",
41
41
  "@tinkoff/utils": "^2.1.2",
42
- "@tramvai/cli": "5.53.156",
43
- "@tramvai/core": "5.53.156",
44
- "@tramvai/module-log": "5.53.156",
45
- "@tramvai/module-server": "5.53.156",
46
- "@tramvai/papi": "5.53.156",
47
- "@tramvai/state": "5.53.156",
48
- "@tramvai/test-helpers": "5.53.156",
49
- "@tramvai/test-mocks": "5.53.156",
50
- "@tramvai/tokens-common": "5.53.156",
42
+ "@tramvai/cli": "5.53.163",
43
+ "@tramvai/core": "5.53.163",
44
+ "@tramvai/module-log": "5.53.163",
45
+ "@tramvai/module-server": "5.53.163",
46
+ "@tramvai/papi": "5.53.163",
47
+ "@tramvai/state": "5.53.163",
48
+ "@tramvai/test-helpers": "5.53.163",
49
+ "@tramvai/test-mocks": "5.53.163",
50
+ "@tramvai/tokens-common": "5.53.163",
51
51
  "react": "*",
52
52
  "tslib": "^2.4.0"
53
53
  },