Skip to content

Commit

Permalink
feat: upgrade deps, new langs
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 8, 2024
1 parent 044181d commit d5b0470
Show file tree
Hide file tree
Showing 11 changed files with 650 additions and 606 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"docs:preview": "vitepress preview"
},
"dependencies": {
"@iconify-json/ph": "^1.1.12",
"@iconify-json/ph": "^1.1.13",
"fuse.js": "^7.0.0"
},
"devDependencies": {
Expand All @@ -20,8 +20,8 @@
"pinia": "^2.1.7",
"shiki": "workspace:*",
"unocss": "^0.59.4",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-components": "^0.27.0",
"vitepress": "^1.1.4",
"vue": "^3.4.26"
"vue": "^3.4.27"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"version": "1.4.0",
"private": true,
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0",
"scripts": {
"lint": "eslint . --cache",
"release": "bumpp && pnpm -r publish",
Expand All @@ -14,9 +14,9 @@
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.1",
"@antfu/eslint-config": "^2.17.0",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.7",
"@antfu/utils": "^0.7.8",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
Expand All @@ -30,11 +30,11 @@
"@shikijs/vitepress-twoslash": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/hast": "^3.0.4",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.3",
"@types/node": "^20.12.11",
"@vitest/coverage-v8": "^1.6.0",
"ansi-sequence-parser": "^1.1.1",
"bumpp": "^9.4.1",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"eslint-plugin-format": "^0.1.1",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
Expand All @@ -46,7 +46,7 @@
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.1.0",
"ofetch": "^1.3.4",
"pnpm": "^9.0.6",
"pnpm": "^9.1.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.17.2",
Expand All @@ -56,15 +56,15 @@
"rollup-plugin-typescript2": "^0.36.0",
"shiki": "workspace:*",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.7",
"taze": "^0.13.8",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vite-tsconfig-paths": "^4.3.2",
"vitepress-plugin-mermaid": "^2.0.16",
"vitest": "^1.5.3",
"vue-tsc": "^2.0.15",
"wrangler": "^3.52.0"
"vitest": "^1.6.0",
"vue-tsc": "^2.0.16",
"wrangler": "^3.53.1"
},
"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 @@ -55,6 +55,6 @@
"shiki": "workspace:*"
},
"devDependencies": {
"@types/markdown-it": "^14.0.1"
"@types/markdown-it": "^14.1.1"
}
}
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.10"
"vite": "^5.2.11"
}
}
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.7.2",
"tm-grammars": "^1.11.0",
"tm-themes": "^1.4.1",
"vscode-oniguruma": "^1.7.0"
}
Expand Down

0 comments on commit d5b0470

Please sign in to comment.