Skip to content

Commit

Permalink
chore: update dependencies in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
igordanchenko committed Jul 26, 2024
1 parent 3753ae6 commit b0b8649
Show file tree
Hide file tree
Showing 20 changed files with 2,559 additions and 1,602 deletions.
449 changes: 284 additions & 165 deletions examples/columns/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/columns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-photo-album": "^3.0.0-rc.6"
"react-photo-album": "^3.0.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.3"
"typescript": "^5.5.4",
"vite": "^5.3.5"
},
"keywords": [
"react photo album",
Expand Down
460 changes: 291 additions & 169 deletions examples/customization/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/customization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-photo-album": "^3.0.0-rc.6",
"yet-another-react-lightbox": "^3.21.0"
"react-photo-album": "^3.0.0",
"yet-another-react-lightbox": "^3.21.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.3"
"typescript": "^5.5.4",
"vite": "^5.3.5"
},
"keywords": [
"react photo album",
Expand Down
449 changes: 284 additions & 165 deletions examples/infinite-scroll/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-photo-album": "^3.0.0-rc.6"
"react-photo-album": "^3.0.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.3"
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}
Loading

0 comments on commit b0b8649

Please sign in to comment.