add types for js-cookie

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe 2023-03-09 20:42:19 +07:00
parent 1fefa1ccc5
commit 1de2d253e9
2 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,7 @@
"@types/node": "^18.0.3",
"@types/react": "^18.0.14",
"@types/cookie": "^0.4.1",
"@types/js-cookie": "^3.0.1",
"prettier": "^2.7.1",
"react-dom": "^18.2.0",
"taskr": "^1.1.0",

2
pnpm-lock.yaml generated
View File

@ -267,6 +267,7 @@ importers:
'@taskr/esnext': ^1.1.0
'@taskr/watch': ^1.1.0
'@types/cookie': ^0.4.1
'@types/js-cookie': ^3.0.1
'@types/lodash.debounce': ^4.0.6
'@types/node': ^18.0.3
'@types/react': ^18.0.14
@ -293,6 +294,7 @@ importers:
'@taskr/esnext': 1.1.0
'@taskr/watch': 1.1.0
'@types/cookie': 0.4.1
'@types/js-cookie': 3.0.2
'@types/lodash.debounce': 4.0.7
'@types/node': 18.7.18
'@types/react': 18.0.20