Skip to content

Commit

Permalink
fix: 모달 content 내용 넘어가는 버그 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
turtle601 committed Jan 14, 2024
1 parent 07c89d6 commit 7f1ab46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@tanstack/react-query-devtools": "^4.36.1",
"axios": "^1.5.1",
"browser-image-compression": "^2.0.2",
"celuveat-ui-library": "^1.4.6",
"celuveat-ui-library": "^1.4.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2",
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4681,10 +4681,10 @@ caseless@~0.12.0:
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==

celuveat-ui-library@^1.4.6:
version "1.4.6"
resolved "https://registry.yarnpkg.com/celuveat-ui-library/-/celuveat-ui-library-1.4.6.tgz#ca05c7dfda0c8bc2655b49afd0c30e9cf2605489"
integrity sha512-mFBjvHFks9fckOJnRACqP+TsOH6b6WTncYMSKfsAC23OvMt9Gkc7TzsTGNxNHtbhbzm9tw/0uzsEaEZz+Ne0RQ==
celuveat-ui-library@^1.4.8:
version "1.4.8"
resolved "https://registry.yarnpkg.com/celuveat-ui-library/-/celuveat-ui-library-1.4.8.tgz#b1222f75aed4334bb802a699f5ac12c28109ff8c"
integrity sha512-8ac5xnw+8qnzrctsRmfUP5arIhPZEB3JyN8YZEB37/vWyXso7l61usMc8hSNxIQIDHeZvkhslyVeob0AeKLklA==
dependencies:
zustand "^4.4.7"

Expand Down

0 comments on commit 7f1ab46

Please sign in to comment.