Update cart UI (#1064)

This commit is contained in:
Stephanie Dietz
2023-07-10 14:38:10 -05:00
committed by GitHub
parent 87bb37efa6
commit 85c2ebdbc0
7 changed files with 221 additions and 228 deletions

View File

@@ -1,5 +1,6 @@
{
"private": true,
"packageManager": "pnpm@8.2.0",
"engines": {
"node": ">=16",
"pnpm": ">=7"
@@ -23,6 +24,7 @@
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"clsx": "^1.2.1",
"next": "13.4.9-canary.2",
"react": "18.2.0",
@@ -38,11 +40,11 @@
"@vercel/git-hooks": "^1.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.8",
"eslint-config-next": "^13.4.9",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-unicorn": "^47.0.0",
"lint-staged": "^13.2.3",
"postcss": "^8.4.24",
"postcss": "^8.4.25",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",