diff --git a/apps/web/package.json b/apps/web/package.json index fefcefe2..6677b3e4 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -25,7 +25,7 @@ "@uiw/react-color-chrome": "2.10.1", "html2canvas": "1.4.1", "immer": "10.1.1", - "konva": "9.3.22", + "konva": "10.2.5", "lodash.clonedeep": "4.5.0", "react": "18.3.1", "react-dom": "18.3.1", diff --git a/package-lock.json b/package-lock.json index 27781100..d82625d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@uiw/react-color-chrome": "2.10.1", "html2canvas": "1.4.1", "immer": "10.1.1", - "konva": "9.3.22", + "konva": "^10.2.5", "lodash.clonedeep": "4.5.0", "react": "18.3.1", "react-dom": "18.3.1", @@ -60,6 +60,26 @@ "vite": "8.0.8" } }, + "apps/web/node_modules/konva": { + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/konva/-/konva-10.2.5.tgz", + "integrity": "sha512-WwBoe/EBhFcv+seL1Wnp3OAOwOFjCY4nCCgpLRrzUzw1IX4lKf/lYhj2Z3qo9P9q2fA3h+OdGDlimSNqZJaY5A==", + "funding": [ + { + "type": "patreon", + "url": "https://www.patreon.com/lavrton" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/konva" + }, + { + "type": "github", + "url": "https://github.com/sponsors/lavrton" + } + ], + "license": "MIT" + }, "node_modules/@adobe/css-tools": { "version": "4.4.4", "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.4.tgz", @@ -5636,7 +5656,8 @@ "url": "https://github.com/sponsors/lavrton" } ], - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/leven": { "version": "3.1.0",