Skip to content

Commit ea31492

Browse files
committed
add: 누락된 필수 라이브러리(mdx-icon) 추가
1 parent 4ccdcae commit ea31492

File tree

3 files changed

+57
-5
lines changed

3 files changed

+57
-5
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@mdx-js/mdx": "^3.1.0",
2020
"@mdx-js/react": "^3.1.0",
2121
"@mdx-js/rollup": "^3.1.0",
22+
"@mui/icons-material": "^7.1.0",
2223
"@mui/material": "^7.0.2",
2324
"@pyconkr-common": "link:package/pyconkr-common",
2425
"@pyconkr-shop": "link:package/pyconkr-shop",
@@ -54,7 +55,8 @@
5455
"typescript": "~5.7.2",
5556
"typescript-eslint": "^8.24.1",
5657
"vite": "^6.2.0",
57-
"vite-plugin-mdx": "^3.6.1"
58+
"vite-plugin-mdx": "^3.6.1",
59+
"vite-plugin-mkcert": "^1.17.8"
5860
},
5961
"packageManager": "[email protected]+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808"
6062
}

pnpm-lock.yaml

Lines changed: 52 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
onlyBuiltDependencies:
2+
- esbuild

0 commit comments

Comments
 (0)