Skip to content

Commit

Permalink
Updating all dependencies to their highest possible. Also fixing foot…
Browse files Browse the repository at this point in the history
…er margin
  • Loading branch information
cbenning committed Jan 9, 2021
1 parent cde7154 commit ba34291
Show file tree
Hide file tree
Showing 5 changed files with 3,839 additions and 2,760 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Fussel

### Current Status
Fussel is under active development! Recently the project hit a snag when the main caroussel library that fussel is based on was abandoned (https://github.com/jossmac/react-images). I am in the process of attempting to replace it (possibly with: https://github.com/akiran/react-slick), hence the lack of more minor updates recently. I have no timelines as this is a side project for me and I have had limited free time lately but rest assured fussel is still being actively improved.

---


![License Badge](https://img.shields.io/github/license/cbenning/fussel)
![Version Badge](https://img.shields.io/github/v/release/cbenning/fussel)

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pillow==7.0.0
bs4==0.0.1
Pillow==7.2.0
beautifulsoup4==4.9.3
python-dotenv==0.15.0
massedit==0.69.1
16 changes: 8 additions & 8 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"homepage": "/",
"license": "MIT",
"dependencies": {
"bulma": "^0.9.0",
"bulma": "^0.9.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-images": "1.1.0",
"react-images": "1.1.4",
"react-photo-gallery": "^8.0.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"serialize-javascript": "^4.0.0",
"tsutils": "^3.17.1",
"typescript": "^4.0.2",
"react-scripts": "^4.0.1",
"serialize-javascript": "^5.0.1",
"tsutils": "^3.19.1",
"typescript": "^4.1.3",
"websocket-extensions": "^0.1.4"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions web/src/component/Gallery.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ I reported the issue: https://github.com/neptunian/react-photo-gallery/issues/17
Keep an eye on the ticket and maybe one day I can remove this */
.react-photo-gallery--gallery > div > img {
align-self: flex-start;
}

.footer {
padding: 3rem 1.5rem 6rem;
margin-top: 3rem;
}
Loading

0 comments on commit ba34291

Please sign in to comment.