Skip to content

Commit

Permalink
chore(deps): bump dependencies in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
igordanchenko committed Apr 28, 2022
1 parent 31d09be commit c81483e
Show file tree
Hide file tree
Showing 12 changed files with 1,688 additions and 1,428 deletions.
512 changes: 278 additions & 234 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,12 +17,12 @@
"license": "MIT",
"private": true,
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-photo-album": "^1.13.0"
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-photo-album": "^1.13.1"
},
"devDependencies": {
"@types/react": "^18.0.7",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.0",
"react-scripts": "^5.0.1",
"typescript": "^4.6.3"
Expand Down
512 changes: 278 additions & 234 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,12 +17,12 @@
"license": "MIT",
"private": true,
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-photo-album": "^1.13.0"
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-photo-album": "^1.13.1"
},
"devDependencies": {
"@types/react": "^18.0.7",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.0",
"react-scripts": "^5.0.1",
"typescript": "^4.6.3"
Expand Down
512 changes: 278 additions & 234 deletions examples/masonry-layout/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/masonry-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"license": "MIT",
"private": true,
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-photo-album": "^1.13.0"
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-photo-album": "^1.13.1"
},
"devDependencies": {
"@types/react": "^18.0.7",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.0",
"react-scripts": "^5.0.1",
"typescript": "^4.6.3"
Expand Down
508 changes: 274 additions & 234 deletions examples/playground/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.6.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-photo-album": "^1.13.0"
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-photo-album": "^1.13.1"
},
"devDependencies": {
"@types/react": "^18.0.7",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.0",
"react-scripts": "^5.0.1",
"typescript": "^4.6.3"
Expand Down
512 changes: 278 additions & 234 deletions examples/rows-layout/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/rows-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"license": "MIT",
"private": true,
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-photo-album": "^1.13.0"
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-photo-album": "^1.13.1"
},
"devDependencies": {
"@types/react": "^18.0.7",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.0",
"react-scripts": "^5.0.1",
"typescript": "^4.6.3"
Expand Down
Loading

0 comments on commit c81483e

Please sign in to comment.