Skip to content

Commit

Permalink
chore: bump deps, lock mdit to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Apr 9, 2024
1 parent 2a9fc2a commit 9de2593
Show file tree
Hide file tree
Showing 3 changed files with 389 additions and 358 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -10,7 +10,7 @@
"lunaria:open": "open-cli .vitepress/dist/_translations/index.html"
},
"devDependencies": {
"@lunariajs/core": "^0.0.31",
"@lunariajs/core": "^0.0.32",
"markdown-it-mathjax3": "^4.3.2",
"open-cli": "^8.0.0",
"vitepress": "workspace:*"
Expand Down
48 changes: 24 additions & 24 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.2",
"description": "Vite & Vue powered static site generator",
"type": "module",
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@8.15.6",
"main": "dist/node/index.js",
"types": "types/index.d.ts",
"exports": {
Expand Down Expand Up @@ -98,18 +98,18 @@
"dependencies": {
"@docsearch/css": "^3.6.0",
"@docsearch/js": "^3.6.0",
"@shikijs/core": "^1.2.0",
"@shikijs/transformers": "^1.2.0",
"@shikijs/core": "^1.2.4",
"@shikijs/transformers": "^1.2.4",
"@types/markdown-it": "^13.0.7",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/devtools-api": "^7.0.16",
"@vue/devtools-api": "^7.0.25",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"focus-trap": "^7.5.4",
"mark.js": "8.11.1",
"minisearch": "^6.3.0",
"shiki": "^1.2.0",
"vite": "^5.2.2",
"shiki": "^1.2.4",
"vite": "^5.2.8",
"vue": "^3.4.21"
},
"peerDependencies": {
Expand All @@ -126,13 +126,13 @@
},
"devDependencies": {
"@clack/prompts": "^0.7.0",
"@mdit-vue/plugin-component": "^2.0.0",
"@mdit-vue/plugin-frontmatter": "^2.0.0",
"@mdit-vue/plugin-headers": "^2.0.0",
"@mdit-vue/plugin-sfc": "^2.0.0",
"@mdit-vue/plugin-title": "^2.0.0",
"@mdit-vue/plugin-toc": "^2.0.0",
"@mdit-vue/shared": "^2.0.0",
"@mdit-vue/plugin-component": "2.0.0",
"@mdit-vue/plugin-frontmatter": "2.0.0",
"@mdit-vue/plugin-headers": "2.0.0",
"@mdit-vue/plugin-sfc": "2.0.0",
"@mdit-vue/plugin-title": "2.0.0",
"@mdit-vue/plugin-toc": "2.0.0",
"@mdit-vue/shared": "2.0.0",
"@polka/compression": "1.0.0-next.25",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
Expand All @@ -146,11 +146,11 @@
"@types/lodash.template": "^4.5.3",
"@types/mark.js": "^8.11.12",
"@types/markdown-it-attrs": "^4.1.3",
"@types/markdown-it-container": "^2.0.9",
"@types/markdown-it-emoji": "^2.0.4",
"@types/markdown-it-container": "^2.0.10",
"@types/markdown-it-emoji": "^2.0.5",
"@types/micromatch": "^4.0.6",
"@types/minimist": "^1.2.5",
"@types/node": "^20.11.30",
"@types/node": "^20.12.6",
"@types/postcss-prefix-selector": "^1.16.3",
"@types/prompts": "^2.4.9",
"@vue/shared": "^3.4.21",
Expand All @@ -176,31 +176,31 @@
"markdown-it-mathjax3": "^4.3.2",
"micromatch": "^4.0.5",
"minimist": "^1.2.8",
"nanoid": "^5.0.6",
"nanoid": "^5.0.7",
"npm-run-all": "^4.1.5",
"ora": "^8.0.1",
"p-map": "^7.0.1",
"path-to-regexp": "^6.2.1",
"p-map": "^7.0.2",
"path-to-regexp": "^6.2.2",
"picocolors": "^1.0.0",
"pkg-dir": "^8.0.0",
"playwright-chromium": "^1.42.1",
"playwright-chromium": "^1.43.0",
"polka": "1.0.0-next.25",
"postcss-prefix-selector": "^1.16.0",
"prettier": "^3.2.5",
"prompts": "^2.4.2",
"punycode": "^2.3.1",
"rimraf": "^5.0.5",
"rollup": "^4.13.0",
"rollup": "^4.14.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"semver": "^7.6.0",
"simple-git-hooks": "^2.11.0",
"simple-git-hooks": "^2.11.1",
"sirv": "^2.0.4",
"sitemap": "^7.1.1",
"supports-color": "^9.4.0",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.7",
"vue-tsc": "^2.0.11",
"wait-on": "^7.2.0"
},
"simple-git-hooks": {
Expand Down

0 comments on commit 9de2593

Please sign in to comment.