diff --git a/package-lock.json b/package-lock.json index fe28712..26bbf2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "npm": "^11.11.0", "phaser": "^3.80.1", "qrcode.react": "^4.2.0", - "react": "^18.2.0", + "react": "^19.2.7", "react-dom": "^18.2.0", "react-markdown": "^10.0.0", "react-redux": "^9.1.0", @@ -68,7 +68,7 @@ "@types/extract-zip": "^2.0.1", "@types/js-yaml": "^4.0.9", "@types/node": "^25.9.3", - "@types/react": "^18.2.0", + "@types/react": "^19.2.17", "@types/react-dom": "^18.2.0", "@types/react-syntax-highlighter": "^15.5.13", "@types/yazl": "^3.3.0", @@ -2848,6 +2848,8 @@ }, "node_modules/@tanstack/react-virtual": { "version": "3.14.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.14.2.tgz", + "integrity": "sha512-IpWnmCLvuymRfeeLNVXIzNEYBFLpd3drVIS91sqV78VTZFyldlChkOocZRCPp1B+Wnk09bcLNme8WaMU/9/9bQ==", "license": "MIT", "dependencies": { "@tanstack/virtual-core": "3.17.0" @@ -2863,6 +2865,8 @@ }, "node_modules/@tanstack/virtual-core": { "version": "3.17.0", + "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.17.0.tgz", + "integrity": "sha512-gOxY/hFkPh/XQYhnThBHzkbkX3Ed+z/iushyz+R+JAr213aXxUDgQoTgTdrDpBSRsjFM73P/KfUyWmaF9WHMkQ==", "license": "MIT", "funding": { "type": "github", @@ -3116,15 +3120,12 @@ "version": "1.26.6", "license": "MIT" }, - "node_modules/@types/prop-types": { - "version": "15.7.15", - "license": "MIT" - }, "node_modules/@types/react": { - "version": "18.3.31", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", + "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, @@ -18325,11 +18326,10 @@ } }, "node_modules/react": { - "version": "18.3.1", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", + "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 858e231..2611c02 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "npm": "^11.11.0", "phaser": "^3.80.1", "qrcode.react": "^4.2.0", - "react": "^18.2.0", + "react": "^19.2.7", "react-dom": "^18.2.0", "react-markdown": "^10.0.0", "react-redux": "^9.1.0", @@ -179,7 +179,7 @@ "@types/extract-zip": "^2.0.1", "@types/js-yaml": "^4.0.9", "@types/node": "^25.9.3", - "@types/react": "^18.2.0", + "@types/react": "^19.2.17", "@types/react-dom": "^18.2.0", "@types/react-syntax-highlighter": "^15.5.13", "@types/yazl": "^3.3.0",