mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 14:36:59 +00:00
add js-cookie
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
parent
7184db6eb4
commit
1fefa1ccc5
@ -50,7 +50,8 @@
|
||||
"dependencies": {
|
||||
"@vercel/commerce": "workspace:*",
|
||||
"cookie": "^0.4.1",
|
||||
"lodash.debounce": "^4.0.8"
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"js-cookie": "^3.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"next": "^13",
|
||||
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@ -272,6 +272,7 @@ importers:
|
||||
'@types/react': ^18.0.14
|
||||
'@vercel/commerce': workspace:*
|
||||
cookie: ^0.4.1
|
||||
js-cookie: ^3.0.1
|
||||
lodash.debounce: ^4.0.8
|
||||
prettier: ^2.7.1
|
||||
react-dom: ^18.2.0
|
||||
@ -281,6 +282,7 @@ importers:
|
||||
dependencies:
|
||||
'@vercel/commerce': link:../commerce
|
||||
cookie: 0.4.2
|
||||
js-cookie: 3.0.1
|
||||
lodash.debounce: 4.0.8
|
||||
devDependencies:
|
||||
'@graphql-codegen/cli': 2.7.0_bidgzm5cq2du6gnjtweqqjrrn4
|
||||
|
Loading…
x
Reference in New Issue
Block a user