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 Jun 17, 2024
1 parent a2f24f0 commit ebd52c9
Show file tree
Hide file tree
Showing 18 changed files with 2,797 additions and 2,678 deletions.
24 changes: 12 additions & 12 deletions examples/cdn/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"start": "serve"
},
"devDependencies": {
"serve": "^14.2.1"
"serve": "^14.2.3"
}
}
710 changes: 364 additions & 346 deletions examples/columns-layout/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions examples/columns-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-photo-album": "^2.3.1"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-photo-album": "^2.4.1"
},
"devDependencies": {
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.4.3",
"vite": "^5.2.6"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.4.5",
"vite": "^5.3.1"
},
"keywords": [
"react photo album",
Expand Down
Loading

0 comments on commit ebd52c9

Please sign in to comment.