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 Aug 18, 2023
1 parent 7d7cc94 commit 86bb32d
Show file tree
Hide file tree
Showing 16 changed files with 1,643 additions and 1,703 deletions.
428 changes: 210 additions & 218 deletions examples/columns-layout/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/columns-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-photo-album": "^2.2.2"
"react-photo-album": "^2.3.0"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.3",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"typescript": "^5.1.6",
"vite": "^4.4.3"
"vite": "^4.4.9"
},
"keywords": [
"react photo album",
Expand Down
428 changes: 210 additions & 218 deletions examples/custom-renderers/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/custom-renderers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-photo-album": "^2.2.2"
"react-photo-album": "^2.3.0"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.3",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"typescript": "^5.1.6",
"vite": "^4.4.3"
"vite": "^4.4.9"
},
"keywords": [
"react photo album",
Expand Down
436 changes: 214 additions & 222 deletions examples/lightbox/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions examples/lightbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-photo-album": "^2.2.2",
"yet-another-react-lightbox": "^3.11.3"
"react-photo-album": "^2.3.0",
"yet-another-react-lightbox": "^3.12.1"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.3",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"typescript": "^5.1.6",
"vite": "^4.4.3"
"vite": "^4.4.9"
},
"keywords": [
"react photo album",
Expand Down
428 changes: 210 additions & 218 deletions examples/masonry-layout/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/masonry-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-photo-album": "^2.2.2"
"react-photo-album": "^2.3.0"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.3",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"typescript": "^5.1.6",
"vite": "^4.4.3"
"vite": "^4.4.9"
},
"keywords": [
"react photo album",
Expand Down
136 changes: 66 additions & 70 deletions examples/nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"lint": "next lint"
},
"dependencies": {
"next": "^13.4.9",
"next": "^13.4.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-photo-album": "^2.2.2"
"react-photo-album": "^2.3.0"
},
"devDependencies": {
"@types/node": "^20.4.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/node": "^20.5.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit 86bb32d

Please sign in to comment.