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 Mar 28, 2024
1 parent 8dce5cc commit 0a96fa3
Show file tree
Hide file tree
Showing 16 changed files with 2,355 additions and 2,208 deletions.
600 changes: 311 additions & 289 deletions examples/columns-layout/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/columns-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"react-photo-album": "^2.3.1"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.12"
"typescript": "^5.4.3",
"vite": "^5.2.6"
},
"keywords": [
"react photo album",
Expand Down
600 changes: 311 additions & 289 deletions examples/custom-renderers/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/custom-renderers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"react-photo-album": "^2.3.1"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.12"
"typescript": "^5.4.3",
"vite": "^5.2.6"
},
"keywords": [
"react photo album",
Expand Down
608 changes: 315 additions & 293 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 @@ -15,14 +15,14 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-photo-album": "^2.3.1",
"yet-another-react-lightbox": "^3.16.0"
"yet-another-react-lightbox": "^3.17.1"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.12"
"typescript": "^5.4.3",
"vite": "^5.2.6"
},
"keywords": [
"react photo album",
Expand Down
Loading

0 comments on commit 0a96fa3

Please sign in to comment.