Skip to content

Commit

Permalink
Merge pull request #9 from juunini/nextjs12
Browse files Browse the repository at this point in the history
Update Next.JS 12
  • Loading branch information
juunini authored Oct 27, 2021
2 parents 127eda9 + 66fa6ac commit 281390a
Show file tree
Hide file tree
Showing 32 changed files with 421 additions and 236 deletions.
327 changes: 214 additions & 113 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ packageExtensions:
style-loader@*:
dependencies:
webpack: "*"
react-server-dom-webpack@*:
dependencies:
webpack: "*"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-starter-kit",
"version": "1.1.4",
"version": "1.1.5",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -20,10 +20,10 @@
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^11.1.2",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2"
"@next/mdx": "^12.0.1",
"next": "^12.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "*",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"types": [
"jest",
"cypress"
]
],
"incremental": true
},
"include": [
"next-env.d.ts",
Expand Down
Loading

0 comments on commit 281390a

Please sign in to comment.