mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 06:56:59 +00:00
add types for js-cookie
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
parent
1fefa1ccc5
commit
1de2d253e9
@ -70,6 +70,7 @@
|
|||||||
"@types/node": "^18.0.3",
|
"@types/node": "^18.0.3",
|
||||||
"@types/react": "^18.0.14",
|
"@types/react": "^18.0.14",
|
||||||
"@types/cookie": "^0.4.1",
|
"@types/cookie": "^0.4.1",
|
||||||
|
"@types/js-cookie": "^3.0.1",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"taskr": "^1.1.0",
|
"taskr": "^1.1.0",
|
||||||
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@ -267,6 +267,7 @@ importers:
|
|||||||
'@taskr/esnext': ^1.1.0
|
'@taskr/esnext': ^1.1.0
|
||||||
'@taskr/watch': ^1.1.0
|
'@taskr/watch': ^1.1.0
|
||||||
'@types/cookie': ^0.4.1
|
'@types/cookie': ^0.4.1
|
||||||
|
'@types/js-cookie': ^3.0.1
|
||||||
'@types/lodash.debounce': ^4.0.6
|
'@types/lodash.debounce': ^4.0.6
|
||||||
'@types/node': ^18.0.3
|
'@types/node': ^18.0.3
|
||||||
'@types/react': ^18.0.14
|
'@types/react': ^18.0.14
|
||||||
@ -293,6 +294,7 @@ importers:
|
|||||||
'@taskr/esnext': 1.1.0
|
'@taskr/esnext': 1.1.0
|
||||||
'@taskr/watch': 1.1.0
|
'@taskr/watch': 1.1.0
|
||||||
'@types/cookie': 0.4.1
|
'@types/cookie': 0.4.1
|
||||||
|
'@types/js-cookie': 3.0.2
|
||||||
'@types/lodash.debounce': 4.0.7
|
'@types/lodash.debounce': 4.0.7
|
||||||
'@types/node': 18.7.18
|
'@types/node': 18.7.18
|
||||||
'@types/react': 18.0.20
|
'@types/react': 18.0.20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user