From 5ac117b611fa88463848c34572b6562ed5279dfe Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Sat, 29 Jun 2024 18:48:22 +0200 Subject: [PATCH] eh --- package.json | 2 +- src/components/photo-grid.tsx | 3 +-- yarn.lock | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4738175a..717f3d1f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react": "^16.13.0", "react-bootstrap": "^2.10.2", "react-dom": "^16.13.0", - "react-grid-gallery": "^1.0.1", + "react-grid-gallery": "^1.0.0", "react-pdf": "^9.0.0", "react-router-dom": "^6.23.0", "react-select": "^5.8.0", diff --git a/src/components/photo-grid.tsx b/src/components/photo-grid.tsx index 22613e0b..05880a84 100644 --- a/src/components/photo-grid.tsx +++ b/src/components/photo-grid.tsx @@ -1,6 +1,5 @@ /* */ - -import { Gallery } from 'react-grid-gallery'; +import {Gallery} from 'react-grid-gallery'; const images = [ {src:"https://static.igem.wiki/teams/5247/photos/meetup/badges.jpeg", width: 320, height: 212}, {src:"https://static.igem.wiki/teams/5247/photos/meetup/joern.jpeg", width: 320, height: 212}, diff --git a/yarn.lock b/yarn.lock index 55b210e4..3b84dd84 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2296,9 +2296,9 @@ react-dom@^16.13.0: prop-types "^15.6.2" scheduler "^0.19.1" -react-grid-gallery@^1.0.1: +react-grid-gallery@^1.0.0: version "1.0.1" - resolved "https://registry.npmjs.org/react-grid-gallery/-/react-grid-gallery-1.0.1.tgz" + resolved "https://registry.yarnpkg.com/react-grid-gallery/-/react-grid-gallery-1.0.1.tgz#51e9e920cb83df6c61fbd1f2c7eed7db3b6e5a1b" integrity sha512-+fVd6fH9tm0W+UMgzRHET/gmzSs2/l2sGOuELLaHXMto6UhuZdscj9ILHOYe7hn0GBRUJiczMllsEs7OJz9uPA== react-is@^16.13.1, react-is@^16.3.2, react-is@^16.7.0: -- GitLab