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 Sep 18, 2024
1 parent f02e887 commit 6901a0c
Show file tree
Hide file tree
Showing 22 changed files with 1,437 additions and 1,437 deletions.
278 changes: 139 additions & 139 deletions examples/columns/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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.1"
"react-photo-album": "^3.0.2"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.4",
"vite": "^5.4.0"
"typescript": "^5.6.2",
"vite": "^5.4.6"
},
"keywords": [
"react photo album",
Expand Down
294 changes: 147 additions & 147 deletions examples/customization/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions examples/customization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-photo-album": "^3.0.1",
"yet-another-react-lightbox": "^3.21.3"
"react-icons": "^5.3.0",
"react-photo-album": "^3.0.2",
"yet-another-react-lightbox": "^3.21.5"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.4",
"vite": "^5.4.0"
"typescript": "^5.6.2",
"vite": "^5.4.6"
},
"keywords": [
"react photo album",
Expand Down
278 changes: 139 additions & 139 deletions examples/infinite-scroll/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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.1"
"react-photo-album": "^3.0.2"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.4",
"vite": "^5.4.0"
"typescript": "^5.6.2",
"vite": "^5.4.6"
}
}
286 changes: 143 additions & 143 deletions examples/lightbox/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/lightbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-photo-album": "^3.0.1",
"yet-another-react-lightbox": "^3.21.3"
"react-photo-album": "^3.0.2",
"yet-another-react-lightbox": "^3.21.5"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.4",
"vite": "^5.4.0"
"typescript": "^5.6.2",
"vite": "^5.4.6"
},
"keywords": [
"react photo album",
Expand Down
Loading

0 comments on commit 6901a0c

Please sign in to comment.