diff --git a/apps/web/package.json b/apps/web/package.json index fefcefe2..943de6ee 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -27,7 +27,7 @@ "immer": "10.1.1", "konva": "9.3.22", "lodash.clonedeep": "4.5.0", - "react": "18.3.1", + "react": "19.2.5", "react-dom": "18.3.1", "react-konva": "18.2.14", "react-konva-utils": "1.1.3", @@ -41,7 +41,7 @@ "@lemoncode/vitest-config": "*", "@playwright/test": "1.59.1", "@types/lodash.clonedeep": "4.5.9", - "@types/react": "18.3.28", + "@types/react": "19.2.14", "@types/react-dom": "18.3.7", "@types/uuid": "10.0.0", "@types/wicg-file-system-access": "2023.10.7", diff --git a/package-lock.json b/package-lock.json index 27781100..32a21673 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "immer": "10.1.1", "konva": "9.3.22", "lodash.clonedeep": "4.5.0", - "react": "18.3.1", + "react": "^19.2.5", "react-dom": "18.3.1", "react-konva": "18.2.14", "react-konva-utils": "1.1.3", @@ -52,7 +52,7 @@ "@lemoncode/vitest-config": "*", "@playwright/test": "1.59.1", "@types/lodash.clonedeep": "4.5.9", - "@types/react": "18.3.28", + "@types/react": "^19.2.14", "@types/react-dom": "18.3.7", "@types/uuid": "10.0.0", "@types/wicg-file-system-access": "2023.10.7", @@ -60,6 +60,25 @@ "vite": "8.0.8" } }, + "apps/web/node_modules/@types/react": { + "version": "19.2.14", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", + "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", + "dev": true, + "license": "MIT", + "dependencies": { + "csstype": "^3.2.2" + } + }, + "apps/web/node_modules/react": { + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/@adobe/css-tools": { "version": "4.4.4", "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.4.tgz", @@ -2608,13 +2627,15 @@ "version": "15.7.15", "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/@types/react": { "version": "18.3.28", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.28.tgz", "integrity": "sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw==", "license": "MIT", + "peer": true, "dependencies": { "@types/prop-types": "*", "csstype": "^3.2.2" @@ -7214,6 +7235,7 @@ "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "license": "MIT", + "peer": true, "dependencies": { "loose-envify": "^1.1.0" },