Skip to content

Commit

Permalink
bump deps (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbenning committed Feb 18, 2023
1 parent 0e8e6be commit 20c853f
Show file tree
Hide file tree
Showing 3 changed files with 3,056 additions and 5,516 deletions.
16 changes: 8 additions & 8 deletions fussel/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
"version": "1.0.0",
"description": "Fussel Gallery",
"keywords": [],
"homepage": "/fussel-demo/",
"homepage": "/",
"license": "MIT",
"dependencies": {
"bulma": "^0.9.3",
"prop-types": "^15.7.2",
"bulma": "^0.9.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-modal": "^3.16.1",
"react-responsive-masonry": "^2.1.7",
"react-router-dom": "^6.6.2",
"react-scripts": "^4.0.1",
"react-router-dom": "^6.8.1",
"react-scripts": "^5.0.1",
"serialize-javascript": "^5.0.1",
"swiper": "^8.4.5",
"tsutils": "^3.19.1",
"typescript": "^4.1.3",
"swiper": "^9.0.5",
"tsutils": "^3.21.0",
"typescript": "^4.9.5",
"websocket-extensions": "^0.1.4"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions fussel/web/src/component/Collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { people_data } from "../_gallery/people_data.js"
import SwiperCore, { Keyboard, Pagination, HashNavigation, Navigation } from "swiper";
import { Swiper, SwiperSlide } from 'swiper/react';
import 'swiper/swiper.min.css';
import 'swiper/modules/navigation/navigation.min.css'
import 'swiper/modules/pagination/pagination.min.css'
import 'swiper/css/navigation'
import 'swiper/css/pagination'
import Modal from 'react-modal';

import { Link } from "react-router-dom";
Expand Down
Loading

0 comments on commit 20c853f

Please sign in to comment.