Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 9, 2024
1 parent 3b83f92 commit 71257dd
Show file tree
Hide file tree
Showing 10 changed files with 793 additions and 846 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"docs:preview": "vitepress preview"
},
"dependencies": {
"@iconify-json/ph": "^1.1.11",
"@iconify-json/ph": "^1.1.12",
"fuse.js": "^7.0.0"
},
"devDependencies": {
"@iconify-json/svg-spinners": "^1.1.2",
"@shikijs/transformers": "workspace:*",
"@shikijs/twoslash": "workspace:*",
"@unocss/reset": "^0.58.8",
"@unocss/reset": "^0.59.0",
"@vueuse/core": "^10.9.0",
"floating-vue": "^5.2.2",
"pinia": "^2.1.7",
"shiki": "workspace:*",
"unocss": "^0.58.8",
"unocss": "^0.59.0",
"unplugin-vue-components": "^0.26.0",
"vitepress": "^1.0.1",
"vitepress": "^1.1.0",
"vue": "^3.4.21"
}
}
1 change: 1 addition & 0 deletions eslint.config.ts → eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-check
import antfu from '@antfu/eslint-config'

export default antfu(
Expand Down
21 changes: 10 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.4",
"private": true,
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@8.15.6",
"scripts": {
"lint": "eslint . --cache",
"release": "bumpp && pnpm -r publish",
Expand All @@ -14,7 +14,7 @@
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^2.11.6",
"@antfu/eslint-config": "^2.13.2",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.7",
"@rollup/plugin-alias": "^5.1.0",
Expand All @@ -30,13 +30,12 @@
"@shikijs/vitepress-twoslash": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/hast": "^3.0.4",
"@types/node": "^20.12.2",
"@types/node": "^20.12.6",
"@vitest/coverage-v8": "^1.4.0",
"ansi-sequence-parser": "^1.1.1",
"bumpp": "^9.4.0",
"eslint": "npm:eslint-ts-patch@8.56.0-0",
"eslint": "^9.0.0",
"eslint-plugin-format": "^0.1.0",
"eslint-ts-patch": "8.56.0-0",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
Expand All @@ -47,25 +46,25 @@
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.1.0",
"ofetch": "^1.3.4",
"pnpm": "^8.15.5",
"pnpm": "^8.15.6",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.13.2",
"rollup": "^4.14.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-typescript2": "^0.36.0",
"shiki": "workspace:*",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.3",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"unbuild": "^2.0.0",
"vite": "^5.2.7",
"vite": "^5.2.8",
"vite-tsconfig-paths": "^4.3.2",
"vitepress-plugin-mermaid": "^2.0.16",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.7",
"wrangler": "^3.41.0"
"vue-tsc": "^2.0.11",
"wrangler": "^3.48.0"
},
"resolutions": {
"@shikijs/compat": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"test": "vitest"
},
"devDependencies": {
"hast-util-to-html": "^9.0.0",
"hast-util-to-html": "^9.0.1",
"vscode-oniguruma": "^1.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/markdown-it/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"shiki": "workspace:*"
},
"devDependencies": {
"@types/markdown-it": "^13.0.7"
"@types/markdown-it": "^14.0.0"
}
}
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.3",
"vite": "^5.2.7"
"typescript": "^5.4.4",
"vite": "^5.2.8"
}
}
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.6.0",
"tm-themes": "^1.3.2",
"tm-grammars": "^1.6.4",
"tm-themes": "^1.3.3",
"vscode-oniguruma": "^1.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/twoslash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/codicon": "^1.1.45",
"@iconify-json/codicon": "^1.1.46",
"@shikijs/twoslash": "^3.1.2",
"hast-util-from-html": "^2.0.1",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
}
}
Loading

0 comments on commit 71257dd

Please sign in to comment.