Skip to content

Commit 7ac2471

Browse files
committed
#24 codehike 삭제된 것 다시 추가
1 parent 705201a commit 7ac2471

File tree

3 files changed

+449
-88
lines changed

3 files changed

+449
-88
lines changed

next-env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@nextui-org/react": "^2.6.10",
2525
"@nextui-org/theme": "^2.4.4",
2626
"@types/mdx": "^2.0.13",
27+
"codehike": "^1.0.4",
2728
"dayjs": "^1.11.13",
2829
"framer-motion": "^11.15.0",
2930
"jotai": "^2.11.0",
@@ -36,8 +37,8 @@
3637
"react-wrap-balancer": "^1.1.1",
3738
"remark-gfm": "4.0.0",
3839
"sharp": "^0.33.5",
39-
"tailwind-merge": "^2.5.3",
40-
"vite": "^5.4.8"
40+
"tailwind-merge": "^2.6.0",
41+
"vite": "^6.0.6"
4142
},
4243
"devDependencies": {
4344
"@types/mdx": "^2.0.13",

0 commit comments

Comments
 (0)