@tramvai/react 1.78.0 → 1.78.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -107,7 +107,7 @@ To dynamically import components with SSR support, there is a high order `lazy`
107
107
  import { lazy } from '@tramvai/react';
108
108
 
109
109
  const LazyComponent = lazy(() => import('./components/foo'), {
110
- loading: <div>Загрузка...</div>,
110
+ loading: <div>Loading...</div>,
111
111
  });
112
112
 
113
113
  <LazyComponent />;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/react",
3
- "version": "1.78.0",
3
+ "version": "1.78.3",
4
4
  "description": "",
5
5
  "main": "lib/react.js",
6
6
  "typings": "lib/react.d.ts",
@@ -23,10 +23,10 @@
23
23
  "hoist-non-react-statics": "^3.3.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@tinkoff/dippy": "0.7.38",
26
+ "@tinkoff/dippy": "0.7.39",
27
27
  "@tinkoff/utils": "^2.1.2",
28
28
  "@tinkoff/url": "0.7.37",
29
- "@tramvai/core": "1.78.0",
29
+ "@tramvai/core": "1.78.3",
30
30
  "react": ">=16.8.0",
31
31
  "react-dom": ">=16.8.0",
32
32
  "tslib": "^2.0.3"