@shelf/global-renderer 0.23.16 → 0.23.18

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.
@@ -23,10 +23,6 @@
23
23
  * Date: 2021-03-02T17:08Z
24
24
  */
25
25
 
26
- /*! For license information please see StaticTree.js.LICENSE.txt */
27
-
28
- /*! For license information please see index.js.LICENSE.txt */
29
-
30
26
  /**
31
27
  * @license
32
28
  * Lodash <https://lodash.com/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shelf/global-renderer",
3
- "version": "0.23.16",
3
+ "version": "0.23.18",
4
4
  "description": "The package exposes entrypoints with window's function(-s) to render React component",
5
5
  "license": "UNLICENSED",
6
6
  "author": {
@@ -39,11 +39,11 @@
39
39
  "styled-components": "5.3.5"
40
40
  },
41
41
  "peerDependencies": {
42
- "@shelf/client-helpers": "2.x.x",
42
+ "@shelf/client-helpers": "3.x.x",
43
43
  "@shelf/icons": "5.x.x",
44
44
  "@shelf/rich-text-editor": "4.x.x",
45
45
  "lodash": "4.17.x",
46
46
  "react": "18.x.x"
47
47
  },
48
- "gitHead": "7d5cd820193850322202462742a262a538dc4fac"
48
+ "gitHead": "197a515b7190bc4da645c8efeb865022d376245e"
49
49
  }