Upgrade packages (#86)

Co-authored-by: Marvin Sextro <marvin.sextro@gmail.com>
This commit is contained in:
Hauke Tönjes 2021-08-30 22:14:32 +02:00 committed by GitHub
parent bf78668285
commit 03a00ea5cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 788 additions and 747 deletions

3
next-env.d.ts vendored
View File

@ -1,3 +1,6 @@
/// <reference types="next" /> /// <reference types="next" />
/// <reference types="next/types/global" /> /// <reference types="next/types/global" />
/// <reference types="next/image-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

@ -18,7 +18,7 @@
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"jpeg-js": "^0.4.3", "jpeg-js": "^0.4.3",
"jsqr": "^1.4.0", "jsqr": "^1.4.0",
"next": "latest", "next": "^11.1.0",
"next-i18next": "^8.5.1", "next-i18next": "^8.5.1",
"next-seo": "^4.26.0", "next-seo": "^4.26.0",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",

1530
yarn.lock

File diff suppressed because it is too large Load Diff