Skip to content

Commit

Permalink
6.9.6 (#769)
Browse files Browse the repository at this point in the history
* fix: peer

* 6.9.6
  • Loading branch information
bokuweb committed Apr 20, 2022
1 parent c4c8f50 commit 932d926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "re-resizable",
"version": "6.9.5",
"version": "6.9.6",
"description": "Resizable component for React.",
"title": "re-resizable",
"main": "./lib/index.es5.js",
Expand Down Expand Up @@ -105,7 +105,7 @@
"fast-memoize": "^2.5.1"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0"
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"
}
}

0 comments on commit 932d926

Please sign in to comment.