diff --git a/packages/dashboard/package-lock.json b/packages/dashboard/package-lock.json index 078d61b..7ea1145 100644 --- a/packages/dashboard/package-lock.json +++ b/packages/dashboard/package-lock.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@types/node": "^20.0.0", - "@types/react": "^19.0.0", + "@types/react": "^19.2.8", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^4.0.0", "@vitest/coverage-v8": "^2.0.0", @@ -2278,9 +2278,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz", - "integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.8.tgz", + "integrity": "sha512-3MbSL37jEchWZz2p2mjntRZtPt837ij10ApxKfgmXCTuHWagYg7iA5bqPw6C8BMPfwidlvfPI/fxOc42HLhcyg==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index bbc2aa7..2804f0d 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@types/node": "^20.0.0", - "@types/react": "^19.0.0", + "@types/react": "^19.2.8", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^4.0.0", "@vitest/coverage-v8": "^2.0.0",