diff --git a/photo-gallery/bun.lockb b/photo-gallery/bun.lockb index 1135354..06dc600 100755 Binary files a/photo-gallery/bun.lockb and b/photo-gallery/bun.lockb differ diff --git a/photo-gallery/package.json b/photo-gallery/package.json index 5dc15ff..10591e0 100644 --- a/photo-gallery/package.json +++ b/photo-gallery/package.json @@ -9,12 +9,12 @@ "preview": "vite preview" }, "dependencies": { - "react": "^18.3.1", + "react": "^19.0.0", "react-dom": "^19.0.0", "react-image-gallery": "^1.3.0" }, "devDependencies": { - "@types/react": "^18.3.1", + "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@types/react-image-gallery": "^1.2.4", "@vitejs/plugin-react": "^4.3.4",