Skip to content

Commit

Permalink
#136: Add react-is as project dependency (#137)
Browse files Browse the repository at this point in the history
* Bug[fix #136]: Add react-is as dependency

* 5.2.1
  • Loading branch information
mhnpd authored Aug 25, 2022
1 parent 1146668 commit 2a5f004
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 9 deletions.
41 changes: 33 additions & 8 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-loader-spinner",
"version": "5.2.0",
"version": "5.2.1",
"description": " react-spinner-loader provides simple React.js spinner component which can be implemented for async wait operation before data load to the view.",
"unpkg": "dist/index.js",
"jsdelivr": "dist/index.js",
Expand Down Expand Up @@ -70,6 +70,7 @@
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"react-is": "^18.2.0",
"styled-components": "^5.3.5",
"styled-tools": "^1.7.2"
}
Expand Down

0 comments on commit 2a5f004

Please sign in to comment.