Merge pull request #381 from ente-io/update-to-next-12

Update to next 12
This commit is contained in:
Abhinav Kumar 2022-02-20 14:51:45 +05:30 committed by GitHub
commit ca1f19a76c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 150 additions and 1213 deletions

1
next-env.d.ts vendored
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

@ -23,7 +23,7 @@
"axios": "^0.21.3",
"bip39": "^3.0.4",
"bootstrap": "^4.5.2",
"bs58" : "^4.0.1",
"bs58": "^4.0.1",
"chrono-node": "^2.2.6",
"comlink": "^4.3.0",
"debounce-promise": "^3.1.2",
@ -40,7 +40,7 @@
"jszip": "3.7.1",
"libsodium-wrappers": "^0.7.8",
"localforage": "^1.9.0",
"next": "^11.1.3",
"next": "^12.1.0",
"photoswipe": "file:./thirdparty/photoswipe",
"piexifjs": "^1.0.6",
"react": "^17.0.2",

View file

@ -14,7 +14,8 @@
"isolatedModules": true,
"jsx": "preserve",
"baseUrl": "./src",
"downlevelIteration": true
"downlevelIteration": true,
"incremental": true
},
"include": [
"next-env.d.ts",

1355
yarn.lock

File diff suppressed because it is too large Load diff