@weavy/uikit-react 19.0.4 → 19.0.5

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/changelog.md +6 -0
  2. package/package.json +3 -3
package/changelog.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog for Weavy
2
2
 
3
+ ## v19.0.5
4
+
5
+ <time>2024-01-02</time>
6
+
7
+ * Minimum requirements for uikit-react now includes react v16 and optionally react-scripts v5.
8
+
3
9
  ## v19.0.4
4
10
 
5
11
  <time>2024-01-02</time>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weavy/uikit-react",
3
- "version": "19.0.4",
3
+ "version": "19.0.5",
4
4
  "author": "Weavy",
5
5
  "description": "React UI-kit for Weavy",
6
6
  "homepage": "https://github.com/weavy/weavy-uikit-react",
@@ -29,8 +29,8 @@
29
29
  "typescript": "^5.3.3"
30
30
  },
31
31
  "peerDependencies": {
32
- "react": "^16.14.0",
33
- "react-dom": "^16.14.0"
32
+ "react": ">= 16",
33
+ "react-dom": ">= 16"
34
34
  },
35
35
  "scripts": {
36
36
  "clean": "rimraf --glob dist/*",