fix missing dependency

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe 2023-03-09 20:25:40 +07:00
parent 611a18b07f
commit 12f9e5c48e
2 changed files with 5502 additions and 1913 deletions

View File

@ -48,7 +48,8 @@
} }
}, },
"dependencies": { "dependencies": {
"@vercel/commerce": "workspace:*" "@vercel/commerce": "workspace:*",
"cookie": "^0.4.1"
}, },
"peerDependencies": { "peerDependencies": {
"next": "^13", "next": "^13",
@ -65,10 +66,8 @@
"@taskr/watch": "^1.1.0", "@taskr/watch": "^1.1.0",
"@types/node": "^18.0.3", "@types/node": "^18.0.3",
"@types/react": "^18.0.14", "@types/react": "^18.0.14",
"lint-staged": "^13.0.3", "@types/cookie": "^0.4.1",
"next": "^13.0.4",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"taskr": "^1.1.0", "taskr": "^1.1.0",
"taskr-swc": "workspace:*", "taskr-swc": "workspace:*",

5992
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff