Skip to content

Commit

Permalink
dependices return
Browse files Browse the repository at this point in the history
  • Loading branch information
Ori Amir authored and Ori Amir committed Jul 17, 2020
1 parent ea81554 commit 72a631a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 67 deletions.
83 changes: 21 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-responsive-gallery",
"version": "1.2.3",
"version": "1.2.4",
"description": "React responsive gallery",
"main": "build/index.js",
"repository": {
Expand Down Expand Up @@ -63,12 +63,12 @@
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.29.6",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.0",
"prop-types": "^15.7.2",
"styled-components": "^5.0.1"
"webpack-cli": "^3.3.0"
},
"dependencies": {
"react-image-lightbox": "^5.1.1",
"shortid": "^2.2.15"
"shortid": "^2.2.15",
"prop-types": "^15.7.2",
"styled-components": "^5.0.1"
}
}

0 comments on commit 72a631a

Please sign in to comment.