Skip to content

Commit

Permalink
build(peer-deps): allow @sentry/react v7
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Aug 12, 2024
1 parent 32cf7e9 commit b87acc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"yup": "1.4.0"
},
"peerDependencies": {
"@sentry/react": "^8.0.0",
"@sentry/react": "^7.0.0 || ^8.0.0",
"@tanstack/react-table": "^8.0.0",
"@tanstack/react-virtual": "^3.0.0",
"cypress": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3418,7 +3418,7 @@ __metadata:
vite-tsconfig-paths: "npm:4.3.2"
yup: "npm:1.4.0"
peerDependencies:
"@sentry/react": ^8.0.0
"@sentry/react": ^7.0.0 || ^8.0.0
"@tanstack/react-table": ^8.0.0
"@tanstack/react-virtual": ^3.0.0
cypress: ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0
Expand Down

0 comments on commit b87acc2

Please sign in to comment.