Skip to content

Commit

Permalink
Update dependency react-dom to v19 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 5638dc6 commit 17cabe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified photo-gallery/bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions photo-gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-image-gallery": "^1.3.0"
},
"devDependencies": {
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@types/react-dom": "^19.0.0",
"@types/react-image-gallery": "^1.2.4",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
Expand Down

0 comments on commit 17cabe1

Please sign in to comment.