@arbisoft/react-design-tool 1.0.17 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -36,11 +36,11 @@ yarn add @arbisoft/react-design-tool
36
36
  #### ⚠️ Important: Installation Guide for React 18 and Below
37
37
 
38
38
  ```bash
39
- npm install @arbisoft/react-design-tool@1.0.15
39
+ npm install @arbisoft/react-design-tool@1.0.17
40
40
  ```
41
41
  OR
42
42
  ```bash
43
- yarn add @arbisoft/react-design-tool@1.0.15
43
+ yarn add @arbisoft/react-design-tool@1.0.17
44
44
 
45
45
  ```
46
46
  ## 🚀 Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arbisoft/react-design-tool",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Arbisoft design tool library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -73,7 +73,7 @@
73
73
  "qrcode": "^1.5.4",
74
74
  "react": ">=16",
75
75
  "react-dom": ">=16",
76
- "react-konva": "^18.2.10",
76
+ "react-konva": "^19.0.3",
77
77
  "react-konva-utils": "^1.1.0",
78
78
  "styled-components": "^6.1.17"
79
79
  }