Skip to content

Commit

Permalink
Merge pull request #144 from boostcampwm-2024/Feature/#143_nanoid_ESM…
Browse files Browse the repository at this point in the history
…버전_미응대_문제

Feature/#143 nanoid ESM버전 미응대 문제
  • Loading branch information
github-actions[bot] authored Nov 18, 2024
2 parents 26dd6ad + b666641 commit e7e9a2f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ElementType } from "@noctaCrdt/Interfaces";
import { iconContainerStyle, iconStyle } from "./IconBlock.style";
import { iconContainerStyle, iconStyle } from "./IconBlock.style";

interface IconBlockProps {
type: ElementType;
Expand Down
21 changes: 8 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"bcrypt": "^5.1.1",
"mongodb-memory-server": "^10.1.2",
"mongoose": "^8.8.0",
"nanoid": "^5.0.8",
"nanoid": "^3.0.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"reflect-metadata": "^0.2.0",
Expand Down

0 comments on commit e7e9a2f

Please sign in to comment.