Skip to content

Commit

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

vitejs/vite@93281b0 の反映です。
  • Loading branch information
shuuji3 committed Jul 16, 2024
1 parent a3422e2 commit c368ebc
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 117 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"scripts": {
"docs": "vitepress dev",
"build-docs": "vitepress build",
"serve-docs": "vitepress serve",
"lint": "textlint --format pretty-error **/*.md"
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "^1.10.0",
"@shikijs/vitepress-twoslash": "^1.10.3",
"@types/express": "^4.17.21",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"feed": "^4.2.2",
"lint-staged": "^15.2.7",
"textlint": "^13.4.1",
"textlint-filter-rule-allowlist": "^4.0.0",
"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.3.2",
"vitepress": "1.2.3",
"vitepress": "1.3.1",
"vue": "^3.4.31",
"yorkie": "^2.0.0"
},
Expand Down
Loading

0 comments on commit c368ebc

Please sign in to comment.