diff --git a/examples/helia-browser-verified-fetch/package.json b/examples/helia-browser-verified-fetch/package.json index 2a70f609..f7c97b27 100644 --- a/examples/helia-browser-verified-fetch/package.json +++ b/examples/helia-browser-verified-fetch/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@playwright/test": "^1.42.1", "@types/react": "^18.2.72", - "@types/react-dom": "^18.2.22", + "@types/react-dom": "^19.0.1", "@vitejs/plugin-react": "^4.2.1", "test-ipfs-example": "^1.0.0", "typescript": "^5.4.3", diff --git a/examples/helia-create-car/package.json b/examples/helia-create-car/package.json index f4178aca..d0908154 100644 --- a/examples/helia-create-car/package.json +++ b/examples/helia-create-car/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@playwright/test": "^1.31.2", "@types/react": "^18.0.28", - "@types/react-dom": "^18.0.11", + "@types/react-dom": "^19.0.1", "@vitejs/plugin-react": "^4.0.0", "test-ipfs-example": "^1.0.0", "vite": "^5.0.11" diff --git a/examples/helia-vite/package.json b/examples/helia-vite/package.json index d6420b79..6a3245b5 100644 --- a/examples/helia-vite/package.json +++ b/examples/helia-vite/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@playwright/test": "^1.31.2", "@types/react": "^18.0.28", - "@types/react-dom": "^18.0.11", + "@types/react-dom": "^19.0.1", "@vitejs/plugin-react": "^4.0.0", "test-ipfs-example": "^1.0.0", "vite": "^5.0.11"