Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
igordanchenko committed Aug 10, 2024
1 parent 3b35b74 commit 016fac6
Show file tree
Hide file tree
Showing 24 changed files with 1,740 additions and 2,120 deletions.
352 changes: 151 additions & 201 deletions examples/columns/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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"
"react-photo-album": "^3.0.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.4",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"keywords": [
"react photo album",
Expand Down
360 changes: 155 additions & 205 deletions examples/customization/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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",
"yet-another-react-lightbox": "^3.21.1"
"react-photo-album": "^3.0.1",
"yet-another-react-lightbox": "^3.21.3"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.4",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"keywords": [
"react photo album",
Expand Down
352 changes: 151 additions & 201 deletions examples/infinite-scroll/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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"
"react-photo-album": "^3.0.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.4",
"vite": "^5.3.5"
"vite": "^5.4.0"
}
}
Loading

0 comments on commit 016fac6

Please sign in to comment.