Skip to content

Commit

Permalink
try and try again
Browse files Browse the repository at this point in the history
  • Loading branch information
matux committed Feb 28, 2024
1 parent ec3dae4 commit 93e0a57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
module.exports = {
root: true,
extends: 'next/core-web-vitals',
ignorePatterns: ['node_modules'],
ignorePatterns: ['node_modules', '.next'],
};
8 changes: 4 additions & 4 deletions examples/nextjs/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@rollbar/react": "^0.11.0",
"@rollbar/react": "^0.11.2",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down

0 comments on commit 93e0a57

Please sign in to comment.