Add file-saver dependency

This commit is contained in:
2024-04-17 06:56:31 +04:00
parent bfe6acbe92
commit 635b0a6d4b
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@
"date-fns": "^2.16.1", "date-fns": "^2.16.1",
"dotenv": "^16.0.0", "dotenv": "^16.0.0",
"express": "^4.17.1", "express": "^4.17.1",
"file-saver": "^2.0.5",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"next": "^14.1.4", "next": "^14.1.4",
"next-auth": "^4.22.1", "next-auth": "^4.22.1",
+5
View File
@@ -4631,6 +4631,11 @@ file-entry-cache@^6.0.1:
dependencies: dependencies:
flat-cache "^3.0.4" flat-cache "^3.0.4"
file-saver@^2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/file-saver/-/file-saver-2.0.5.tgz#d61cfe2ce059f414d899e9dd6d4107ee25670c38"
integrity sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==
filelist@^1.0.1: filelist@^1.0.1:
version "1.0.2" version "1.0.2"
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.2.tgz#80202f21462d4d1c2e214119b1807c1bc0380e5b" resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.2.tgz#80202f21462d4d1c2e214119b1807c1bc0380e5b"