-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
96 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Vite 한국어 번역 리포지토리에 오신 것을 환영합니다. 이 문 | |
요구 사항: | ||
|
||
- Node.js: `>=22` | ||
- PNPM: `9.14.4` | ||
- PNPM: `9.15.3` | ||
|
||
이 프로젝트는 [Node.js@22](https://nodejs.org/ko) 및 [[email protected]](https://pnpm.io/ko/)를 이용합니다. PNPM은 [Node Corepack](https://nodejs.org/api/corepack.html)을 이용합니다. 자세한 설정은 [package.json](./package.json) 파일을 참고해 주세요. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,23 +7,23 @@ | |
"license": "MIT", | ||
"type": "module", | ||
"private": true, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].3", | ||
"engines": { | ||
"node": ">=22.0.0" | ||
}, | ||
"devDependencies": { | ||
"@shikijs/vitepress-twoslash": "^1.24.4", | ||
"@shikijs/vitepress-twoslash": "^1.26.1", | ||
"@type-challenges/utils": "^0.1.1", | ||
"@types/markdown-it-footnote": "^3.0.4", | ||
"@types/node": "^22.10.2", | ||
"@types/node": "^22.10.5", | ||
"feed": "^4.2.2", | ||
"gray-matter": "^4.0.3", | ||
"gsap": "^3.12.5", | ||
"markdown-it-footnote": "^4.0.0", | ||
"prettier": "3.4.2", | ||
"vite": "^6.0.5", | ||
"vite": "^6.0.7", | ||
"vitepress": "^1.5.0", | ||
"vitepress-plugin-group-icons": "^1.3.2", | ||
"vitepress-plugin-group-icons": "^1.3.3", | ||
"vue": "^3.5.13" | ||
}, | ||
"scripts": { | ||
|
Oops, something went wrong.