@tramvai/module-render 5.41.1 → 5.45.0

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.
@@ -68,6 +68,7 @@ const renderer = ({ element, container, callback, log, renderMode }) => {
68
68
  }
69
69
  return;
70
70
  }
71
+ // eslint-disable-next-line react/no-deprecated
71
72
  const { hydrate } = require('react-dom');
72
73
  return hydrate(element, container(), callback);
73
74
  };
@@ -8,6 +8,7 @@ try {
8
8
  }
9
9
  catch (e) {
10
10
  if (process.env.NODE_ENV === 'development') {
11
+ // eslint-disable-next-line no-console
11
12
  console.error('Error while reading app config', e);
12
13
  }
13
14
  }
@@ -35,6 +35,7 @@ try {
35
35
  }
36
36
  catch (e) {
37
37
  if (process.env.NODE_ENV === 'development') {
38
+ // eslint-disable-next-line no-console
38
39
  console.error('Error while reading app config', e);
39
40
  }
40
41
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-render",
3
- "version": "5.41.1",
3
+ "version": "5.45.0",
4
4
  "description": "",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -22,34 +22,34 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@loadable/server": "^5.15.0",
25
- "@tinkoff/htmlpagebuilder": "0.8.2",
26
- "@tinkoff/layout-factory": "0.6.2",
25
+ "@tinkoff/htmlpagebuilder": "0.8.3",
26
+ "@tinkoff/layout-factory": "0.6.3",
27
27
  "@tinkoff/errors": "0.6.2",
28
28
  "@tinkoff/url": "0.11.2",
29
- "@tinkoff/user-agent": "0.7.98",
29
+ "@tinkoff/user-agent": "0.7.106",
30
30
  "@tinkoff/request-core": "^0.10.0",
31
31
  "@tinkoff/request-plugin-protocol-http": "^0.12.1",
32
- "@tramvai/module-client-hints": "5.41.1",
33
- "@tramvai/module-router": "5.41.1",
34
- "@tramvai/react": "5.41.1",
32
+ "@tramvai/module-client-hints": "5.45.0",
33
+ "@tramvai/module-router": "5.45.0",
34
+ "@tramvai/react": "5.45.0",
35
35
  "@tramvai/safe-strings": "0.8.4",
36
- "@tramvai/tokens-render": "5.41.1",
37
- "@tramvai/experiments": "5.41.1",
36
+ "@tramvai/tokens-render": "5.45.0",
37
+ "@tramvai/experiments": "5.45.0",
38
38
  "@types/loadable__server": "^5.12.6",
39
39
  "node-fetch": "^2.6.1"
40
40
  },
41
41
  "peerDependencies": {
42
- "@tinkoff/dippy": "0.11.3",
42
+ "@tinkoff/dippy": "0.11.4",
43
43
  "@tinkoff/utils": "^2.1.2",
44
44
  "@tinkoff/react-hooks": "0.4.2",
45
- "@tramvai/cli": "5.41.1",
46
- "@tramvai/core": "5.41.1",
47
- "@tramvai/module-common": "5.41.1",
48
- "@tramvai/state": "5.41.1",
49
- "@tramvai/test-helpers": "5.41.1",
50
- "@tramvai/tokens-common": "5.41.1",
51
- "@tramvai/tokens-router": "5.41.1",
52
- "@tramvai/tokens-server-private": "5.41.1",
45
+ "@tramvai/cli": "5.45.0",
46
+ "@tramvai/core": "5.45.0",
47
+ "@tramvai/module-common": "5.45.0",
48
+ "@tramvai/state": "5.45.0",
49
+ "@tramvai/test-helpers": "5.45.0",
50
+ "@tramvai/tokens-common": "5.45.0",
51
+ "@tramvai/tokens-router": "5.45.0",
52
+ "@tramvai/tokens-server-private": "5.45.0",
53
53
  "express": "^4.17.1",
54
54
  "prop-types": "^15.6.2",
55
55
  "react": ">=16.14.0",