chore: bump deps

pull/5337/head
Divyansh Singh 2 months ago
parent b6d9cb83c7
commit ba95bf2f22

@ -12,10 +12,10 @@
"devDependencies": {
"@lunariajs/core": "^0.1.1",
"markdown-it-mathjax3": "^4.3.2",
"open-cli": "^8.0.0",
"open-cli": "^9.0.0",
"postcss-rtlcss": "^6.0.0",
"vitepress": "workspace:*",
"vitepress-plugin-group-icons": "^1.7.5",
"vitepress-plugin-llms": "^1.13.2"
"vitepress-plugin-llms": "^1.13.3"
}
}

@ -100,28 +100,26 @@
"@docsearch/css": "^4.6.3",
"@docsearch/js": "^4.6.3",
"@docsearch/sidepanel-js": "^4.6.3",
"@iconify-json/simple-icons": "^1.2.87",
"@shikijs/core": "^4.3.0",
"@shikijs/transformers": "^4.3.0",
"@shikijs/types": "^4.3.0",
"@iconify-json/simple-icons": "^1.2.91",
"@shikijs/core": "^4.3.1",
"@shikijs/transformers": "^4.3.1",
"@shikijs/types": "^4.3.1",
"@types/markdown-it": "^14.1.2",
"@vitejs/plugin-vue": "^6.0.7",
"@vue/devtools-api": "^8.1.4",
"@vue/shared": "^3.5.39",
"@vitejs/plugin-vue": "^6.0.8",
"@vue/devtools-api": "^8.2.1",
"@vue/shared": "^3.5.40",
"@vueuse/core": "^14.3.0",
"@vueuse/integrations": "^14.3.0",
"focus-trap": "^8.2.2",
"mark.js": "8.11.1",
"minisearch": "^7.2.0",
"shiki": "^4.3.0",
"vite": "^8.1.3",
"vue": "^3.5.39"
"shiki": "^4.3.1",
"vite": "^8.1.5",
"vue": "^3.5.40"
},
"devDependencies": {
"@clack/prompts": "^1.6.0",
"@emnapi/core": "^1.11.1",
"@emnapi/runtime": "^1.11.1",
"@iconify/utils": "^3.1.3",
"@clack/prompts": "^1.7.0",
"@iconify/utils": "^3.1.4",
"@mdit-vue/plugin-component": "^3.0.2",
"@mdit-vue/plugin-frontmatter": "^3.0.2",
"@mdit-vue/plugin-headers": "^3.0.2",
@ -145,38 +143,38 @@
"@types/lodash.template": "^4.5.3",
"@types/mark.js": "^8.11.12",
"@types/minimist": "^1.2.5",
"@types/node": "^25.9.4",
"@types/node": "^26.1.1",
"@types/picomatch": "^4.0.3",
"@types/semver": "^7.7.1",
"chokidar": "^5.0.0",
"conventional-changelog": "^7.2.1",
"conventional-changelog-angular": "^8.3.1",
"conventional-changelog": "^8.1.0",
"conventional-changelog-angular": "^9.2.1",
"cross-spawn": "^7.0.6",
"esbuild": "^0.27.7",
"get-port": "^7.2.0",
"gray-matter": "^4.0.3",
"image-size": "^2.0.2",
"lint-staged": "^16.4.0",
"lint-staged": "^17.2.0",
"lodash.template": "^4.18.1",
"lru-cache": "^11.5.1",
"markdown-it": "^14.2.0",
"lru-cache": "^11.5.2",
"markdown-it": "^14.3.0",
"markdown-it-async": "^2.2.0",
"markdown-it-cjk-friendly": "^2.0.2",
"markdown-it-mathjax3": "^4.3.2",
"minimist": "^1.2.8",
"nanoid": "^5.1.16",
"obug": "^2.1.3",
"nanoid": "^6.0.0",
"obug": "^2.1.4",
"ora": "^9.4.1",
"p-map": "^7.0.4",
"p-map": "^7.0.6",
"package-directory": "^8.2.0",
"path-to-regexp": "^6.3.0",
"picocolors": "^1.1.1",
"picomatch": "^4.0.4",
"playwright-chromium": "^1.61.1",
"picomatch": "^4.0.5",
"playwright-chromium": "^1.62.0",
"polka": "^1.0.0-next.28",
"postcss": "^8.5.6",
"postcss-selector-parser": "^7.1.4",
"prettier": "^3.9.0",
"prettier": "^3.9.6",
"punycode": "^2.3.1",
"rollup": "^4.62.2",
"rollup-plugin-dts": "6.1.1",
@ -187,9 +185,9 @@
"sitemap": "^9.0.1",
"tinyglobby": "^0.2.17",
"typescript": "^5.9.3",
"vitest": "^4.1.9",
"vue-tsc": "^3.3.5",
"wait-on": "^9.0.10"
"vitest": "^4.1.10",
"vue-tsc": "^3.3.8",
"wait-on": "^9.1.0"
},
"peerDependencies": {
"markdown-it-mathjax3": "^4",
@ -203,5 +201,5 @@
"optional": true
}
},
"packageManager": "pnpm@10.33.0"
"packageManager": "pnpm@11.17.0"
}

File diff suppressed because it is too large Load Diff

@ -2,16 +2,15 @@ packages:
- docs
- __tests__/*
allowBuilds:
esbuild: true
playwright-chromium: true
simple-git-hooks: true
autoInstallPeers: false
ignoreWorkspaceRootCheck: true
onlyBuiltDependencies:
- esbuild
- playwright-chromium
- simple-git-hooks
overrides:
ora>string-width: ^5
minimumReleaseAge: 1440
shellEmulator: true

Loading…
Cancel
Save