@dh-react-hooks/use-timeago
Advanced tools
Comparing version 0.2.2 to 0.4.0
@@ -6,2 +6,24 @@ # Change Log | ||
# [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) | ||
### Features | ||
* support react17 ([3f4e8bc](https://github.com/danhuang1202/DrHooks/commit/3f4e8bc)) | ||
# [0.3.0](https://github.com/danhuang1202/DrHooks/compare/@dh-react-hooks/use-timeago@0.2.2...@dh-react-hooks/use-timeago@0.3.0) (2021-01-15) | ||
### Features | ||
* support react17 ([3f4e8bc](https://github.com/danhuang1202/DrHooks/commit/3f4e8bc)) | ||
## [0.2.2](https://github.com/danhuang1202/DrHooks/compare/@dh-react-hooks/use-timeago@0.2.1...@dh-react-hooks/use-timeago@0.2.2) (2019-09-11) | ||
@@ -8,0 +30,0 @@ |
{ | ||
"name": "@dh-react-hooks/use-timeago", | ||
"version": "0.2.2", | ||
"version": "0.4.0", | ||
"description": "react hooks for timeago.js", | ||
@@ -37,7 +37,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"react": "^16.8.6", | ||
"react": "^17.0.1", | ||
"timeago.js": "^4.0.0-beta.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.6" | ||
"react": "^16.8.6 || ^17.0.0" | ||
}, | ||
@@ -64,3 +64,3 @@ "devDependencies": { | ||
"prettier": "^1.18.2", | ||
"react-dom": "^16.8.6", | ||
"react-dom": "^17.0.1", | ||
"rollup": "^1.21.0", | ||
@@ -76,3 +76,3 @@ "rollup-plugin-babel": "^4.3.3", | ||
}, | ||
"gitHead": "b0a971c76254a8426c05eee2ec7dd177f269064c" | ||
"gitHead": "d9b38972561e4a8477371d6b3af0fe5cea58c0fd" | ||
} |
35678
+ Addedreact@17.0.2(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
Updatedreact@^17.0.1