Skip to content

Commit

Permalink
Upgrade to Next 12 (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
iampava committed Dec 20, 2021
1 parent 671a9bd commit d103f45
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 97 deletions.
1 change: 0 additions & 1 deletion next-env.d.ts
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -99,7 +99,7 @@
"monaco-editor-webpack-plugin": "^2.1.0",
"mongoose": "^6.0.13",
"multer": "^1.4.2",
"next": "^11.1.3",
"next": "12",
"next-absolute-url": "^1.2.2",
"next-transpile-modules": "^6.4.0",
"node-fetch": "^2.6.1",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -17,7 +17,8 @@
"baseUrl": "./client",
"paths": {
"~/*": ["./*"]
}
},
"incremental": true
},
"exclude": ["node_modules", "server", "functions"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
Expand Down

0 comments on commit d103f45

Please sign in to comment.