chore: update nextjs version

This commit is contained in:
Burhanuddin Udaipurwala 2022-02-06 18:28:37 +05:30
parent fdc891e473
commit d5ffd66d94
4 changed files with 204 additions and 608 deletions

View File

@ -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

View File

@ -25,7 +25,7 @@
"kbar": "0.1.0-beta.6",
"lodash": "^4.17.21",
"match-sorter": "^6.3.0",
"next": "^11.0.0",
"next": "^12.0.10",
"next-mdx-remote": "^3.0.2",
"next-themes": "^0.0.15",
"parse-numeric-range": "1.2.0",

View File

@ -59,7 +59,8 @@
"typeRoots": [
"../../node_modules/@types",
"./typings"
]
],
"incremental": true
},
"include": [
"**/*.ts",

672
yarn.lock

File diff suppressed because it is too large Load Diff