Upgrade to next12

- Use latest stable versions of all dependencies
This commit is contained in:
Hauke Tönjes 2022-04-15 10:44:21 +02:00
parent 68387b1eae
commit 28d91f1b3b
No known key found for this signature in database
GPG Key ID: ADC86F5848C744CC
3 changed files with 412 additions and 2344 deletions

1
next-env.d.ts vendored
View File

@ -1,5 +1,4 @@
/// <reference types="next" /> /// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" /> /// <reference types="next/image-types/global" />
// NOTE: This file should not be edited // NOTE: This file should not be edited

View File

@ -10,20 +10,21 @@
}, },
"dependencies": { "dependencies": {
"@headlessui/react": "^1.3.0", "@headlessui/react": "^1.3.0",
"@zxing/browser": "^0.0.9", "@zxing/browser": "^0.1.1",
"@zxing/library": "^0.18.6", "@zxing/library": "^0.19.1",
"base45": "^3.0.0", "base45": "^3.0.0",
"cbor-js": "^0.1.0", "cbor-js": "^0.1.0",
"do-not-zip": "^1.0.0", "do-not-zip": "^1.0.0",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"jsqr": "^1.4.0", "jsqr": "^1.4.0",
"next": "^11.1.0", "next": "^12.1.5",
"next-i18next": "^8.5.1", "next-i18next": "^11.0.0",
"next-seo": "^4.26.0", "next-seo": "^5.4.0",
"node-fetch": "^2.6.1", "node-fetch": "^3.2.3",
"pako": "^2.0.4",
"pdfjs-dist": "^2.5.207", "pdfjs-dist": "^2.5.207",
"react": "^17.0.2", "react": "^18.0.0",
"react-dom": "^17.0.2", "react-dom": "^18.0.0",
"react-qr-code": "^2.0.3", "react-qr-code": "^2.0.3",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"webpack": "^5.0.0", "webpack": "^5.0.0",
@ -31,10 +32,10 @@
}, },
"devDependencies": { "devDependencies": {
"@types/pako": "^1.0.1", "@types/pako": "^1.0.1",
"@types/react": "^17.0.11", "@types/react": "^18.0.5",
"autoprefixer": "^10.0.4", "autoprefixer": "^10.0.4",
"postcss": "^8.1.10", "postcss": "^8.1.10",
"tailwindcss": "^2.1.1", "tailwindcss": "^3.0.24",
"typescript": "^4.3.4" "typescript": "^4.3.4"
} }
} }

2734
yarn.lock

File diff suppressed because it is too large Load Diff