Skip to content

Commit

Permalink
docs(sync): resolve #1089
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball12 committed Jan 9, 2025
1 parent 28194d4 commit a454677
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 80 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) 파일을 참고해 주세요.

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading

0 comments on commit a454677

Please sign in to comment.