Skip to content

Commit

Permalink
Upgrade Sentry
Browse files Browse the repository at this point in the history
Upgrade Sentry to v8.28.0

This include rrweb v2.26.0 with getsentry/rrweb#212 which claims to fix getsentry/sentry-javascript#13173
  • Loading branch information
jakst committed Sep 3, 2024
1 parent f403446 commit d3a0bc3
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 150 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"lint": "next lint"
},
"dependencies": {
"@sentry/browser": "^8.22.0",
"@stripe/react-stripe-js": "^2.7.3",
"@stripe/stripe-js": "^4.1.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"stripe": "^16.6.0"
"@sentry/browser": "8.28.0",
"@stripe/react-stripe-js": "^2.8.0",
"@stripe/stripe-js": "^4.4.0",
"next": "14.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"stripe": "^16.9.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
"@types/node": "^22.5.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit d3a0bc3

Please sign in to comment.