mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
use ioredis instead of keyv
This commit is contained in:
+3
-4
@@ -15,12 +15,11 @@
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
||||
"@fortawesome/react-fontawesome": "^0.1.14",
|
||||
"@headlessui/react": "^1.4.0",
|
||||
"@keyv/redis": "^2.2.1",
|
||||
"axios": "^0.21.1",
|
||||
"crypto-js": "^4.1.1",
|
||||
"emoji-regex": "^9.2.2",
|
||||
"ioredis": "^4.28.2",
|
||||
"jszip": "^3.7.1",
|
||||
"keyv": "^4.0.4",
|
||||
"next": "^12.0.7",
|
||||
"nextjs-progressbar": "^0.0.13",
|
||||
"preview-office-docs": "^1.0.2",
|
||||
@@ -42,7 +41,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/crypto-js": "^4.0.2",
|
||||
"@types/keyv": "^3.1.3",
|
||||
"@types/ioredis": "^4.28.5",
|
||||
"@types/prismjs": "^1.16.5",
|
||||
"@types/react": "17.0.11",
|
||||
"@types/react-copy-to-clipboard": "^5.0.0",
|
||||
@@ -53,7 +52,7 @@
|
||||
"eslint": "7.29.0",
|
||||
"eslint-config-next": "11.0.0",
|
||||
"postcss": "^8.4.5",
|
||||
"tailwindcss": "^3.0.5",
|
||||
"tailwindcss": "^3.0.8",
|
||||
"typescript": "4.3.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user