Skip to content

Commit

Permalink
Update version next and associated
Browse files Browse the repository at this point in the history
- next
- react
- react-dom
- @next/mdx
  • Loading branch information
juunini committed Oct 27, 2021
1 parent 127eda9 commit 627150c
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 627150c

Please sign in to comment.