From b6c58f74c03ff3acf5c8906117a1739b540a3fc9 Mon Sep 17 00:00:00 2001 From: GyDi Date: Fri, 21 Jan 2022 03:08:20 +0800 Subject: [PATCH] fix: type error --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index b5fde56..707bda1 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "@actions/github": "^5.0.0", "@tauri-apps/cli": "^1.0.0-beta.10", "@types/fs-extra": "^9.0.13", + "@types/js-cookie": "^3.0.1", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@vitejs/plugin-react": "^1.1.1", diff --git a/yarn.lock b/yarn.lock index 525e0df..afc6714 100644 --- a/yarn.lock +++ b/yarn.lock @@ -674,6 +674,11 @@ resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812" integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ== +"@types/js-cookie@^3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@types/js-cookie/-/js-cookie-3.0.1.tgz#04aa743e2e0a85a22ee9aa61f6591a8bc19b5d68" + integrity sha512-7wg/8gfHltklehP+oyJnZrz9XBuX5ZPP4zB6UsI84utdlkRYLnOm2HfpLXazTwZA+fpGn0ir8tGNgVnMEleBGQ== + "@types/keyv@*": version "3.1.3" resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.3.tgz#1c9aae32872ec1f20dcdaee89a9f3ba88f465e41"