Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

update peer dependencies to include React 18 #9

Merged
merged 2 commits into from
Aug 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-constant",
"version": "1.1.0",
"version": "1.1.1",
Andarist marked this conversation as resolved.
Show resolved Hide resolved
"description": "React hook for creating a value exactly once.",
"main": "./dist/use-constant.cjs.js",
"module": "./dist/use-constant.esm.js",
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/Andarist/use-constant#readme",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
Expand Down