Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 26, 2024
1 parent 85607e3 commit 4a52aa5
Show file tree
Hide file tree
Showing 8 changed files with 802 additions and 780 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"shiki": "workspace:*",
"unocss": "^0.58.6",
"unplugin-vue-components": "^0.26.0",
"vitepress": "^1.0.0-rc.45",
"vitepress": "^1.0.1",
"vue": "^3.4.21"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"version": "1.2.0",
"private": true,
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@8.15.5",
"scripts": {
"lint": "eslint . --cache",
"release": "bumpp && pnpm -r publish",
Expand All @@ -14,7 +14,7 @@
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.3",
"@antfu/eslint-config": "^2.9.0",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.7",
"@rollup/plugin-alias": "^5.1.0",
Expand All @@ -30,7 +30,7 @@
"@shikijs/vitepress-twoslash": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/hast": "^3.0.4",
"@types/node": "^20.11.28",
"@types/node": "^20.11.30",
"@vitest/coverage-v8": "^1.4.0",
"ansi-sequence-parser": "^1.1.1",
"bumpp": "^9.4.0",
Expand All @@ -42,12 +42,12 @@
"fs-extra": "^11.2.0",
"jsonc-parser": "^3.2.1",
"lint-staged": "^15.2.2",
"markdown-it": "^14.0.0",
"markdown-it": "^14.1.0",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.1.0",
"ofetch": "^1.3.3",
"pnpm": "^8.15.4",
"ofetch": "^1.3.4",
"pnpm": "^8.15.5",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.13.0",
Expand All @@ -56,16 +56,16 @@
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-typescript2": "^0.36.0",
"shiki": "workspace:*",
"simple-git-hooks": "^2.10.0",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.3",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"unbuild": "^2.0.0",
"vite": "^5.1.6",
"vite": "^5.2.6",
"vite-tsconfig-paths": "^4.3.2",
"vitepress-plugin-mermaid": "^2.0.16",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.6",
"wrangler": "^3.34.2"
"vue-tsc": "^2.0.7",
"wrangler": "^3.37.0"
},
"resolutions": {
"@shikijs/compat": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-it/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@shikijs/transformers": "workspace:*",
"markdown-it": "^14.0.0",
"markdown-it": "^14.1.0",
"shiki": "workspace:*"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/monaco/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"play": "vite"
},
"devDependencies": {
"typescript": "^5.4.2",
"vite": "^5.1.6"
"typescript": "^5.4.3",
"vite": "^5.2.6"
}
}
4 changes: 2 additions & 2 deletions packages/shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
"@shikijs/core": "workspace:*"
},
"devDependencies": {
"tm-grammars": "^1.5.2",
"tm-themes": "^1.3.1",
"tm-grammars": "^1.5.6",
"tm-themes": "^1.3.2",
"vscode-oniguruma": "^1.7.0"
}
}
6 changes: 3 additions & 3 deletions packages/twoslash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
},
"dependencies": {
"@shikijs/core": "workspace:*",
"twoslash": "^0.2.4"
"twoslash": "^0.2.5"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/codicon": "^1.1.44",
"@iconify-json/codicon": "^1.1.45",
"@shikijs/twoslash": "^3.1.2",
"hast-util-from-html": "^2.0.1",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
}
}
4 changes: 2 additions & 2 deletions packages/vitepress-twoslash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.1.0",
"shiki": "workspace:*",
"twoslash": "^0.2.4",
"twoslash-vue": "^0.2.4",
"twoslash": "^0.2.5",
"twoslash-vue": "^0.2.5",
"vue": "^3.4.21"
}
}
Loading

0 comments on commit 4a52aa5

Please sign in to comment.