Skip to content

Commit

Permalink
fix(peer-deps): allow [email protected] and [email protected]
Browse files Browse the repository at this point in the history
fix(peer-deps): allow [email protected] and [email protected]
  • Loading branch information
deivuss331 authored Oct 17, 2022
2 parents f611cff + 90b8818 commit 1d0869d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-headless-timeline",
"version": "0.3.3",
"version": "0.3.4",
"description": "⚡️ Headless components for building custom timelines for React",
"main": "dist/react-headless-timeline.min.js",
"module": "dist/react-headless-timeline.esm.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"utility-types": "^3.10.0"
},
"peerDependencies": {
"react": "^16.8.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1d0869d

Please sign in to comment.