Skip to content

Commit 1ec84c1

Browse files
committed
chore: bump deps
1 parent ca0a251 commit 1ec84c1

File tree

3 files changed

+479
-42
lines changed

3 files changed

+479
-42
lines changed

docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"@lunariajs/core": "^0.1.1",
1414
"markdown-it-mathjax3": "^4.3.2",
1515
"open-cli": "^8.0.0",
16-
"postcss-rtlcss": "^5.6.0",
16+
"postcss-rtlcss": "^5.7.0",
1717
"vitepress": "workspace:*",
18-
"vitepress-plugin-group-icons": "^1.3.8",
19-
"vitepress-plugin-llms": "^0.0.8"
18+
"vitepress-plugin-group-icons": "^1.4.1",
19+
"vitepress-plugin-llms": "^1.1.0"
2020
}
2121
}

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -97,32 +97,32 @@
9797
"dependencies": {
9898
"@docsearch/css": "^3.9.0",
9999
"@docsearch/js": "^3.9.0",
100-
"@iconify-json/simple-icons": "^1.2.30",
101-
"@shikijs/core": "^3.2.1",
102-
"@shikijs/transformers": "^3.2.1",
103-
"@shikijs/types": "^3.2.1",
100+
"@iconify-json/simple-icons": "^1.2.31",
101+
"@shikijs/core": "^3.2.2",
102+
"@shikijs/transformers": "^3.2.2",
103+
"@shikijs/types": "^3.2.2",
104104
"@vitejs/plugin-vue": "^5.2.3",
105105
"@vue/devtools-api": "^7.7.2",
106106
"@vue/shared": "^3.5.13",
107-
"@vueuse/core": "^13.0.0",
108-
"@vueuse/integrations": "^13.0.0",
107+
"@vueuse/core": "^13.1.0",
108+
"@vueuse/integrations": "^13.1.0",
109109
"focus-trap": "^7.6.4",
110110
"mark.js": "8.11.1",
111111
"minisearch": "^7.1.2",
112-
"shiki": "^3.2.1",
113-
"vite": "^6.2.5",
112+
"shiki": "^3.2.2",
113+
"vite": "^6.2.6",
114114
"vue": "^3.5.13"
115115
},
116116
"devDependencies": {
117-
"@clack/prompts": "^0.10.0",
117+
"@clack/prompts": "^0.10.1",
118118
"@iconify/utils": "^2.3.0",
119-
"@mdit-vue/plugin-component": "^2.1.3",
120-
"@mdit-vue/plugin-frontmatter": "^2.1.3",
121-
"@mdit-vue/plugin-headers": "^2.1.3",
122-
"@mdit-vue/plugin-sfc": "^2.1.3",
123-
"@mdit-vue/plugin-title": "^2.1.3",
124-
"@mdit-vue/plugin-toc": "^2.1.3",
125-
"@mdit-vue/shared": "^2.1.3",
119+
"@mdit-vue/plugin-component": "^2.1.4",
120+
"@mdit-vue/plugin-frontmatter": "^2.1.4",
121+
"@mdit-vue/plugin-headers": "^2.1.4",
122+
"@mdit-vue/plugin-sfc": "^2.1.4",
123+
"@mdit-vue/plugin-title": "^2.1.4",
124+
"@mdit-vue/plugin-toc": "^2.1.4",
125+
"@mdit-vue/shared": "^2.1.4",
126126
"@polka/compression": "^1.0.0-next.28",
127127
"@rollup/plugin-alias": "^5.1.1",
128128
"@rollup/plugin-commonjs": "^28.0.3",

0 commit comments

Comments
 (0)