Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jul 29, 2023
1 parent 50f963f commit 1512f19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/with-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"lint": "next lint"
},
"dependencies": {
"@sentry/nextjs": "^7.46.0",
"@sentry/nextjs": "^7.60.1",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/react": "^18.0.32",
"typescript": "^4.8.2"
"@types/react": "^18.2.17",
"typescript": "^5.1.6"
}
}

0 comments on commit 1512f19

Please sign in to comment.