Skip to content

Commit

Permalink
Merge pull request #309 from benhowell/update-examples
Browse files Browse the repository at this point in the history
Update react-grid-gallery to 1.0.1-alpha.0
  • Loading branch information
itoldya authored Oct 13, 2023
2 parents 0c3de40 + 5d5398b commit d28e501
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 33 deletions.
8 changes: 4 additions & 4 deletions examples/captions/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/captions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-gallery": "^1.0.0",
"react-grid-gallery": "1.0.1-alpha.0",
"react-scripts": "^5.0.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/custom-image-component/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/custom-image-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-gallery": "^1.0.0",
"react-grid-gallery": "1.0.1-alpha.0",
"react-scripts": "^5.0.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/custom-overlay/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/custom-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-gallery": "^1.0.0",
"react-grid-gallery": "1.0.1-alpha.0",
"react-scripts": "^5.0.1"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions examples/selection/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/selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-gallery": "^1.0.0",
"react-grid-gallery": "1.0.1-alpha.0",
"react-scripts": "^5.0.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/with-react-image-lightbox/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/with-react-image-lightbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-grid-gallery": "^1.0.0",
"react-grid-gallery": "1.0.1-alpha.0",
"react-image-lightbox": "^5.1.4",
"react-scripts": "^5.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/with-yet-another-react-lightbox/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/with-yet-another-react-lightbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-gallery": "^1.0.0",
"react-grid-gallery": "1.0.1-alpha.0",
"react-scripts": "^5.0.1",
"yet-another-react-lightbox": "^3.14.0"
},
Expand Down

0 comments on commit d28e501

Please sign in to comment.