Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 21, 2024
1 parent 2c5b387 commit 8b5213b
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 229 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"version": "1.7.0",
"private": true,
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.4.0",
"scripts": {
"lint": "eslint . --cache",
"release": "bumpp && pnpm -r publish",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@shikijs/vitepress-twoslash": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/hast": "^3.0.4",
"@types/node": "^20.14.2",
"@types/node": "^20.14.7",
"@vitest/coverage-v8": "^1.6.0",
"ansi-sequence-parser": "^1.1.1",
"bumpp": "^9.4.1",
Expand All @@ -46,7 +46,7 @@
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"ofetch": "^1.3.4",
"pnpm": "^9.3.0",
"pnpm": "^9.4.0",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
Expand All @@ -57,14 +57,14 @@
"shiki": "workspace:*",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.8",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"unbuild": "^2.0.0",
"vite": "^5.3.1",
"vite-tsconfig-paths": "^4.3.2",
"vitepress-plugin-mermaid": "^2.0.16",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.21",
"wrangler": "^3.60.3"
"wrangler": "^3.61.0"
},
"resolutions": {
"@shikijs/compat": "workspace:*",
Expand All @@ -78,7 +78,7 @@
"@types/mdast": "^4.0.4",
"@types/unist": "^3.0.2",
"shiki": "workspace:*",
"unified": "^11.0.4",
"unified": "^11.0.5",
"vscode-oniguruma": "^1.7.0"
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"typescript": "^5.5.2",
"vite": "^5.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/rehype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/hast": "^3.0.4",
"hast-util-to-string": "^3.0.0",
"shiki": "workspace:*",
"unified": "^11.0.4",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/twoslash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"twoslash": "^0.2.8"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.35",
"@iconify-json/carbon": "^1.1.36",
"@iconify-json/codicon": "^1.1.49",
"@shikijs/twoslash": "^3.1.2",
"hast-util-from-html": "^2.0.1",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
Loading

0 comments on commit 8b5213b

Please sign in to comment.