Skip to content

Commit

Permalink
chore: loosen peer dependency version pining
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Dec 16, 2024
1 parent f367378 commit a2ea48f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/stale-cooks-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-dsv-import': patch
---

Losen peer dependency version pining
4 changes: 2 additions & 2 deletions packages/react-dsv-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"directory": "../../dist/packages/react-dsv-import"
},
"peerDependencies": {
"react": "^18.0.0 | ^19.0.0",
"react-dom": "^18.0.0 | ^19.0.0"
"react": ">=18.0.0 <20.0.0",
"react-dom": ">=18.0.0 <20.0.0"
},
"scripts": {},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit a2ea48f

Please sign in to comment.