Downgrade Next.js

This commit is contained in:
Marvin Sextro 2021-12-25 19:24:23 +01:00
parent eeed18bbc4
commit 59e079f27e
3 changed files with 415 additions and 283 deletions

3
next-env.d.ts vendored
View File

@ -1,3 +1,6 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.

View File

@ -17,7 +17,7 @@
"do-not-zip": "^1.0.0",
"file-saver": "^2.0.5",
"jsqr": "^1.4.0",
"next": "12",
"next": "^11.1.0",
"next-i18next": "^8.5.1",
"next-seo": "^4.26.0",
"node-fetch": "^2.6.1",

693
yarn.lock

File diff suppressed because it is too large Load Diff