Skip to content

Commit

Permalink
Add react peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyyakym committed Jan 29, 2025
1 parent e8f2243 commit 3fc08d6
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
31 changes: 30 additions & 1 deletion package-lock.json

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

6 changes: 5 additions & 1 deletion packages/analytics-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@
"@segment/analytics-next": "^1.76.0",
"plausible-tracker": "^0.3.9"
},
"peerDependencies": {
"react": "^17.x || ^18.x || ^19.x"
},
"devDependencies": {
"@prezly/sdk": "23.6.0",
"@types/node": "22.10.10"
"@types/node": "22.10.10",
"@types/react": "18.3.18"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3fc08d6

Please sign in to comment.