Skip to content

Commit 98268b4

Browse files
committed
fix: update peerDependencies
1 parent 9d6b7a7 commit 98268b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-async-memo",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"scripts": {
55
"build": "gulp prebuild && tsc",
66
"test": "jest"
@@ -14,7 +14,7 @@
1414
],
1515
"main": "index.js",
1616
"repository": "https://github.com/awmleer/use-async-memo",
17-
"author": "awmleer <awmleer@sparker.xyz>",
17+
"author": "awmleer <awmleer@icloud.com>",
1818
"license": "MIT",
1919
"private": false,
2020
"devDependencies": {
@@ -32,6 +32,6 @@
3232
"use-debounce": "^2.1.0"
3333
},
3434
"peerDependencies": {
35-
"react": "^16.8.0"
35+
"react": "^16.8.0 || ^17.0.0"
3636
}
3737
}

0 commit comments

Comments
 (0)