Skip to content

Commit

Permalink
chore(examples): bump nextjs examples from v11.1.2 to v12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Nov 2, 2021
1 parent 0f23066 commit be45277
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
12 changes: 6 additions & 6 deletions examples/nextjs-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"start": "next start"
},
"dependencies": {
"next": "11.1.2",
"next": "12.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-md": "latest"
},
"devDependencies": {
"@types/node": "^16.6.1",
"@types/react": "^17.0.17",
"@types/node": "^16.11.6",
"@types/react": "^17.0.33",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"sass": "^1.37.5",
"typescript": "^4.3.5"
"eslint-config-next": "12.0.2",
"sass": "^1.43.4",
"typescript": "^4.4.4"
}
}
3 changes: 2 additions & 1 deletion examples/nextjs-typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
"jsx": "preserve",
"incremental": true
},
"include": ["next-env.d.ts", "src"],
"exclude": ["node_modules"]
Expand Down
6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"start": "next start"
},
"dependencies": {
"next": "11.1.2",
"next": "12.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-md": "latest"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"sass": "^1.37.5"
"eslint-config-next": "12.0.2",
"sass": "^1.43.4"
}
}

1 comment on commit be45277

@vercel
Copy link

@vercel vercel bot commented on be45277 Nov 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.