Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
resolve #1605

vitejs/vite@5552583 の反映です。
  • Loading branch information
shuuji3 committed Oct 15, 2024
1 parent 0a29b8b commit d0a4fb6
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 195 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@9.12.0",
"packageManager": "pnpm@9.12.1",
"scripts": {
"docs": "vitepress dev",
"build-docs": "vitepress build",
"serve-docs": "vitepress serve",
"lint": "textlint --format pretty-error **/*.md"
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "^1.21.1",
"@shikijs/vitepress-twoslash": "^1.22.0",
"@types/express": "^4.17.21",
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"feed": "^4.2.2",
"gsap": "^3.12.5",
"lint-staged": "^15.2.10",
Expand All @@ -20,9 +20,9 @@
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-preset-vuejs-jp": "git+https://github.com/vuejs-jp/textlint-rule-preset-vuejs-jp.git",
"vite": "^5.4.8",
"vitepress": "1.3.4",
"vitepress-plugin-group-icons": "^1.2.4",
"vue": "^3.5.11",
"vitepress": "1.4.1",
"vitepress-plugin-group-icons": "^1.3.0",
"vue": "^3.5.12",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand Down
Loading

0 comments on commit d0a4fb6

Please sign in to comment.