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 11, 2024
1 parent 84c0b53 commit 1f056f5
Show file tree
Hide file tree
Showing 6 changed files with 196 additions and 190 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"version": "1.6.3",
"private": true,
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.3.0",
"scripts": {
"lint": "eslint . --cache",
"release": "bumpp && pnpm -r publish",
Expand All @@ -14,7 +14,7 @@
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^2.20.0",
"@antfu/eslint-config": "^2.21.0",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.8",
"@rollup/plugin-alias": "^5.1.0",
Expand Down Expand Up @@ -44,10 +44,10 @@
"markdown-it": "^14.1.0",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.1.0",
"mdast-util-to-hast": "^13.2.0",
"ofetch": "^1.3.4",
"pnpm": "^9.2.0",
"prettier": "^3.3.1",
"pnpm": "^9.3.0",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"rollup-plugin-copy": "^3.5.0",
Expand All @@ -59,12 +59,12 @@
"taze": "^0.13.8",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.12",
"vite": "^5.2.13",
"vite-tsconfig-paths": "^4.3.2",
"vitepress-plugin-mermaid": "^2.0.16",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.19",
"wrangler": "^3.60.0"
"vue-tsc": "^2.0.21",
"wrangler": "^3.60.1"
},
"resolutions": {
"@shikijs/compat": "workspace:*",
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 @@ -8,6 +8,6 @@
},
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.2.12"
"vite": "^5.2.13"
}
}
2 changes: 1 addition & 1 deletion packages/shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@shikijs/core": "workspace:*"
},
"devDependencies": {
"tm-grammars": "^1.12.8",
"tm-grammars": "^1.12.9",
"tm-themes": "^1.4.3",
"vscode-oniguruma": "^1.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/twoslash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@shikijs/core": "workspace:*",
"twoslash": "^0.2.6"
"twoslash": "^0.2.7"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.35",
Expand Down
6 changes: 3 additions & 3 deletions packages/vitepress-twoslash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"floating-vue": "^5.2.2",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.1.0",
"mdast-util-to-hast": "^13.2.0",
"shiki": "workspace:*",
"twoslash": "^0.2.6",
"twoslash-vue": "^0.2.6",
"twoslash": "^0.2.7",
"twoslash-vue": "^0.2.7",
"vue": "^3.4.27"
}
}
Loading

0 comments on commit 1f056f5

Please sign in to comment.