Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nsisodiya committed Sep 10, 2021
1 parent b5c123a commit a0a1ce4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions example/package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-json-viewer",
"version": "3.0.0",
"version": "3.0.1",
"description": "React JSON Viewer Component. View JSON in beautiful tabular format.",
"author": "nsisodiya",
"license": "MIT",
Expand All @@ -22,9 +22,9 @@
"deploy": "gh-pages -d example/build"
},
"peerDependencies": {
"prop-types": "^15.5.4",
"react": "^15.0.0",
"react-dom": "^15.0.0"
"prop-types": ">= 15.5.4",
"react": ">= 15.0.0",
"react-dom": ">= 15.0.0"
},
"devDependencies": {
"@svgr/rollup": "^2.4.1",
Expand Down

0 comments on commit a0a1ce4

Please sign in to comment.