@dh-react-hooks/use-timeago
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.4.1](https://github.com/danhuang1202/DrHooks/compare/@dh-react-hooks/use-timeago@0.4.0...@dh-react-hooks/use-timeago@0.4.1) (2021-02-21) | ||
### Bug Fixes | ||
* install react in devDependencies ([718b655](https://github.com/danhuang1202/DrHooks/commit/718b655)) | ||
# [0.4.0](https://github.com/danhuang1202/DrHooks/compare/@dh-react-hooks/use-timeago@0.2.2...@dh-react-hooks/use-timeago@0.4.0) (2021-01-15) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@dh-react-hooks/use-timeago", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "react hooks for timeago.js", | ||
@@ -37,3 +37,2 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"react": "^17.0.1", | ||
"timeago.js": "^4.0.0-beta.2" | ||
@@ -64,2 +63,3 @@ }, | ||
"prettier": "^1.18.2", | ||
"react": "^16.14.0", | ||
"react-dom": "^17.0.1", | ||
@@ -76,3 +76,3 @@ "rollup": "^1.21.0", | ||
}, | ||
"gitHead": "d9b38972561e4a8477371d6b3af0fe5cea58c0fd" | ||
"gitHead": "df5f03c99be69aa983cbfa804392839c73b8a71e" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35947
2
27
- Removedreact@^17.0.1