Skip to content

Commit

Permalink
bug fix7
Browse files Browse the repository at this point in the history
  • Loading branch information
doyupK committed Jul 3, 2024
1 parent c2451ee commit 732adbb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"lint": "next lint"
},
"dependencies": {
"@next/font": "^13.1.6",
"@plaiceholder/next": "^2.5.0",
"@next/font": "13.1.6",
"@plaiceholder/next": "2.5.0",
"@supercarmarket/features": "workspace:*",
"@supercarmarket/hooks": "workspace:*",
"@supercarmarket/lib": "workspace:*",
"@supercarmarket/ui": "workspace:*",
"@tanstack/react-query": "^4.24.4",
"@toast-ui/react-editor": "^3.2.2",
"@tanstack/react-query": "4.24.4",
"@toast-ui/react-editor": "3.2.2",
"antd-watermark": "^1.0.1",
"axios": "1.2.0",
"browser-image-compression": "^2.0.0",
Expand All @@ -33,13 +33,13 @@
"next-seo": "^5.15.0",
"npm": "^9.6.0",
"plaiceholder": "^2.5.0",
"react": "^18.2.0",
"react-daum-postcode": "^3.1.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.43.1",
"react-is": "^18.2.0",
"react-loading-skeleton": "^3.1.0",
"react": "18.2.0",
"react-daum-postcode": "3.1.1",
"react-dom": "18.2.0",
"react-error-boundary": "3.1.4",
"react-hook-form": "7.43.1",
"react-is": "18.2.0",
"react-loading-skeleton": "3.1.0",
"server-only": "^0.0.1",
"sharp": "^0.31.3",
"styled-components": "^5.3.6",
Expand Down

0 comments on commit 732adbb

Please sign in to comment.