diff --git a/package-lock.json b/package-lock.json index abcfb81..eda7f39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "postcss": "^8.5.28", "qrcode": "^1.5.4", "radix-ui": "^1.6.7", - "react": "^19.2.8", + "react": "^19.3.0", "react-dom": "^19.2.8", "react-markdown": "^10.1.0", "react-resizable-panels": "^4.12.3", @@ -83,7 +83,7 @@ "@eslint/js": "^9.39.5", "@types/node": "^25.3.3", "@types/qrcode": "^1.5.6", - "@types/react": "^19.2.17", + "@types/react": "^19.3.0", "@types/react-dom": "^19.2.3", "@types/ws": "^8.18.1", "electron": "^28.0.0", @@ -4846,9 +4846,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.17", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", - "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.3.0.tgz", + "integrity": "sha512-N0rFCuH9YoxG9/m61l9MfpJKfmLOVU0em7ipIz6TRgSSkvReLB9vL85GB+yr8Bs5leqpvg96JSwF4ZS1s4viQg==", "license": "MIT", "dependencies": { "csstype": "^3.2.2" @@ -11902,9 +11902,9 @@ } }, "node_modules/react": { - "version": "19.2.8", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", - "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.3.0.tgz", + "integrity": "sha512-E8LUcbtBWt20bbl2YoHfx4ZDBdxVTfOKtCZn9cDSJ4l6/nuoApcpIBcj47t2wZoVX8g2ZHuMHbiShgCR1T5Sog==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 6985b0e..ebfeb53 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@eslint/js": "^9.39.5", "@types/node": "^25.3.3", "@types/qrcode": "^1.5.6", - "@types/react": "^19.2.17", + "@types/react": "^19.3.0", "@types/react-dom": "^19.2.3", "@types/ws": "^8.18.1", "electron": "^28.0.0", @@ -133,7 +133,7 @@ "postcss": "^8.5.28", "qrcode": "^1.5.4", "radix-ui": "^1.6.7", - "react": "^19.2.8", + "react": "^19.3.0", "react-dom": "^19.2.8", "react-markdown": "^10.1.0", "react-resizable-panels": "^4.12.3",