Skip to content

Commit aa587f6

Browse files
committed
chore: bump deps
1 parent 6cce766 commit aa587f6

File tree

7 files changed

+645
-582
lines changed

7 files changed

+645
-582
lines changed

__tests__/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
44
"isolatedModules": false,
5-
"baseUrl": ".",
65
"types": ["node", "vitest/globals"],
76
"paths": {
87
"client/*": ["../src/client/*"],

docs/package.json

Lines changed: 3 additions & 3 deletions
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.7.1",
16+
"postcss-rtlcss": "^6.0.0",
1717
"vitepress": "workspace:*",
18-
"vitepress-plugin-group-icons": "1.7.1",
19-
"vitepress-plugin-llms": "^1.12.0"
18+
"vitepress-plugin-group-icons": "^1.7.5",
19+
"vitepress-plugin-llms": "^1.12.1"
2020
}
2121
}

package.json

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -99,25 +99,27 @@
9999
"@docsearch/css": "^4.6.2",
100100
"@docsearch/js": "^4.6.2",
101101
"@docsearch/sidepanel-js": "^4.6.2",
102-
"@iconify-json/simple-icons": "^1.2.75",
102+
"@iconify-json/simple-icons": "^1.2.78",
103103
"@shikijs/core": "^4.0.2",
104104
"@shikijs/transformers": "^4.0.2",
105105
"@shikijs/types": "^4.0.2",
106106
"@types/markdown-it": "^14.1.2",
107-
"@vitejs/plugin-vue": "^6.0.5",
107+
"@vitejs/plugin-vue": "^6.0.6",
108108
"@vue/devtools-api": "^8.1.1",
109-
"@vue/shared": "^3.5.31",
109+
"@vue/shared": "^3.5.32",
110110
"@vueuse/core": "^14.2.1",
111111
"@vueuse/integrations": "^14.2.1",
112112
"focus-trap": "^8.0.1",
113113
"mark.js": "8.11.1",
114114
"minisearch": "^7.2.0",
115115
"shiki": "^4.0.2",
116-
"vite": "^7.3.1",
117-
"vue": "^3.5.31"
116+
"vite": "^7.3.2",
117+
"vue": "^3.5.32"
118118
},
119119
"devDependencies": {
120-
"@clack/prompts": "^1.1.0",
120+
"@clack/prompts": "^1.2.0",
121+
"@emnapi/core": "^1.10.0",
122+
"@emnapi/runtime": "^1.10.0",
121123
"@iconify/utils": "^3.1.0",
122124
"@mdit-vue/plugin-component": "^3.0.2",
123125
"@mdit-vue/plugin-frontmatter": "^3.0.2",
@@ -140,21 +142,21 @@
140142
"@types/markdown-it-container": "^4.0.0",
141143
"@types/markdown-it-emoji": "^3.0.1",
142144
"@types/minimist": "^1.2.5",
143-
"@types/node": "^25.5.0",
144-
"@types/picomatch": "^4.0.2",
145+
"@types/node": "^25.6.0",
146+
"@types/picomatch": "^4.0.3",
145147
"@types/prompts": "^2.4.9",
146148
"chokidar": "^5.0.0",
147149
"conventional-changelog": "^7.2.0",
148-
"conventional-changelog-angular": "^8.3.0",
150+
"conventional-changelog-angular": "^8.3.1",
149151
"cross-spawn": "^7.0.6",
150-
"esbuild": "^0.27.4",
152+
"esbuild": "^0.27.7",
151153
"execa": "^9.6.1",
152154
"fs-extra": "^11.3.4",
153155
"get-port": "^7.2.0",
154156
"gray-matter": "^4.0.3",
155157
"lint-staged": "^16.4.0",
156-
"lodash.template": "^4.5.0",
157-
"lru-cache": "^11.2.7",
158+
"lodash.template": "^4.18.1",
159+
"lru-cache": "^11.3.5",
158160
"markdown-it": "^14.1.1",
159161
"markdown-it-anchor": "^9.2.0",
160162
"markdown-it-async": "^2.2.0",
@@ -164,7 +166,7 @@
164166
"markdown-it-emoji": "^3.0.0",
165167
"markdown-it-mathjax3": "^4.3.2",
166168
"minimist": "^1.2.8",
167-
"nanoid": "^5.1.7",
169+
"nanoid": "^5.1.9",
168170
"obug": "^2.1.1",
169171
"ora": "^9.3.0",
170172
"oxc-minify": "^0.98.0",
@@ -173,25 +175,25 @@
173175
"path-to-regexp": "^6.3.0",
174176
"picocolors": "^1.1.1",
175177
"picomatch": "^4.0.4",
176-
"playwright-chromium": "^1.58.2",
178+
"playwright-chromium": "^1.59.1",
177179
"polka": "^1.0.0-next.28",
178180
"postcss": "^8.5.6",
179181
"postcss-selector-parser": "^7.1.1",
180-
"prettier": "^3.8.1",
182+
"prettier": "^3.8.3",
181183
"prompts": "^2.4.2",
182184
"punycode": "^2.3.1",
183-
"rollup": "^4.60.0",
185+
"rollup": "^4.60.1",
184186
"rollup-plugin-dts": "6.1.1",
185187
"rollup-plugin-esbuild": "^6.2.1",
186188
"semver": "^7.7.4",
187189
"simple-git-hooks": "^2.13.1",
188190
"sirv": "^3.0.2",
189191
"sitemap": "^9.0.1",
190-
"tinyglobby": "^0.2.15",
191-
"typescript": "^5.9.3",
192+
"tinyglobby": "^0.2.16",
193+
"typescript": "^6.0.3",
192194
"vitest": "4.0.0-beta.4",
193195
"vue-tsc": "^3.2.6",
194-
"wait-on": "^9.0.4"
196+
"wait-on": "^9.0.5"
195197
},
196198
"peerDependencies": {
197199
"markdown-it-mathjax3": "^4",

0 commit comments

Comments
 (0)