Skip to content

Commit

Permalink
update dependencies (#53334)
Browse files Browse the repository at this point in the history
### Adding or Updating Examples

- The "examples guidelines" are followed from our contributing doc https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md
- Make sure the linting passes by running `pnpm build && pnpm lint`. See https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md

### What?
Updated dependencies to latest for Sentry example.

### Why?
Remove tech debt
  • Loading branch information
mayank1513 committed Aug 31, 2023
1 parent 7fe1ea5 commit 7b54e95
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 7b54e95

Please sign in to comment.