diff --git a/plugins/dsh/package-lock.json b/plugins/dsh/package-lock.json index 6b19672..2a0762f 100644 --- a/plugins/dsh/package-lock.json +++ b/plugins/dsh/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "react": "^18.3.1", + "react": "^19.3.0", "react-dom": "^18.3.1" }, "engines": { @@ -35,14 +35,10 @@ } }, "node_modules/react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.3.0.tgz", + "integrity": "sha512-E8LUcbtBWt20bbl2YoHfx4ZDBdxVTfOKtCZn9cDSJ4l6/nuoApcpIBcj47t2wZoVX8g2ZHuMHbiShgCR1T5Sog==", "license": "MIT", - "peer": true, - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/plugins/dsh/package.json b/plugins/dsh/package.json index c6dddde..0169db0 100644 --- a/plugins/dsh/package.json +++ b/plugins/dsh/package.json @@ -51,7 +51,7 @@ } }, "dependencies": { - "react": "^18.3.1", + "react": "^19.3.0", "react-dom": "^18.3.1" } }