Skip to content

Commit b2fa932

Browse files
committed
chore: bump deps
1 parent 1188951 commit b2fa932

File tree

4 files changed

+456
-474
lines changed

4 files changed

+456
-474
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "vitepress preview"
1111
},
1212
"devDependencies": {
13-
"@lunariajs/core": "^0.0.32",
13+
"@lunariajs/core": "^0.1.0",
1414
"markdown-it-mathjax3": "^4.3.2",
1515
"open-cli": "^8.0.0",
1616
"vitepress": "workspace:*"

package.json

+18-21
Original file line numberDiff line numberDiff line change
@@ -101,19 +101,19 @@
101101
"dependencies": {
102102
"@docsearch/css": "^3.6.0",
103103
"@docsearch/js": "^3.6.0",
104-
"@shikijs/core": "^1.5.2",
105-
"@shikijs/transformers": "^1.5.2",
104+
"@shikijs/core": "^1.6.1",
105+
"@shikijs/transformers": "^1.6.1",
106106
"@types/markdown-it": "^14.1.1",
107-
"@vitejs/plugin-vue": "^5.0.4",
107+
"@vitejs/plugin-vue": "^5.0.5",
108108
"@vue/devtools-api": "^7.2.0",
109109
"@vue/shared": "^3.4.27",
110-
"@vueuse/core": "^10.9.0",
111-
"@vueuse/integrations": "^10.9.0",
110+
"@vueuse/core": "^10.10.0",
111+
"@vueuse/integrations": "^10.10.0",
112112
"focus-trap": "^7.5.4",
113113
"mark.js": "8.11.1",
114114
"minisearch": "^6.3.0",
115-
"shiki": "^1.5.2",
116-
"vite": "^5.2.11",
115+
"shiki": "^1.6.1",
116+
"vite": "^5.2.12",
117117
"vue": "^3.4.27"
118118
},
119119
"devDependencies": {
@@ -127,7 +127,7 @@
127127
"@mdit-vue/shared": "^2.1.3",
128128
"@polka/compression": "1.0.0-next.25",
129129
"@rollup/plugin-alias": "^5.1.0",
130-
"@rollup/plugin-commonjs": "^25.0.7",
130+
"@rollup/plugin-commonjs": "^25.0.8",
131131
"@rollup/plugin-json": "^6.1.0",
132132
"@rollup/plugin-node-resolve": "^15.2.3",
133133
"@rollup/plugin-replace": "^5.0.5",
@@ -141,20 +141,20 @@
141141
"@types/markdown-it-emoji": "^3.0.1",
142142
"@types/micromatch": "^4.0.7",
143143
"@types/minimist": "^1.2.5",
144-
"@types/node": "^20.12.12",
144+
"@types/node": "^20.12.13",
145145
"@types/postcss-prefix-selector": "^1.16.3",
146146
"@types/prompts": "^2.4.9",
147147
"chokidar": "^3.6.0",
148148
"conventional-changelog-cli": "^5.0.0",
149149
"cross-spawn": "^7.0.3",
150-
"debug": "^4.3.4",
151-
"esbuild": "^0.21.3",
150+
"debug": "^4.3.5",
151+
"esbuild": "^0.21.4",
152152
"execa": "^9.1.0",
153153
"fast-glob": "^3.3.2",
154154
"fs-extra": "^11.2.0",
155155
"get-port": "^7.1.0",
156156
"gray-matter": "^4.0.3",
157-
"lint-staged": "^15.2.2",
157+
"lint-staged": "^15.2.5",
158158
"lodash.template": "^4.5.0",
159159
"lru-cache": "^10.2.2",
160160
"markdown-it": "^14.1.0",
@@ -163,7 +163,7 @@
163163
"markdown-it-container": "^4.0.0",
164164
"markdown-it-emoji": "^3.0.0",
165165
"markdown-it-mathjax3": "^4.3.2",
166-
"micromatch": "^4.0.5",
166+
"micromatch": "^4.0.7",
167167
"minimist": "^1.2.8",
168168
"nanoid": "^5.0.7",
169169
"npm-run-all": "^4.1.5",
@@ -172,20 +172,20 @@
172172
"path-to-regexp": "^6.2.2",
173173
"picocolors": "^1.0.1",
174174
"pkg-dir": "^8.0.0",
175-
"playwright-chromium": "^1.44.0",
175+
"playwright-chromium": "^1.44.1",
176176
"polka": "1.0.0-next.25",
177177
"postcss-prefix-selector": "^1.16.1",
178178
"prettier": "^3.2.5",
179179
"prompts": "^2.4.2",
180180
"punycode": "^2.3.1",
181181
"rimraf": "^5.0.7",
182-
"rollup": "^4.17.2",
183-
"rollup-plugin-dts": "^6.1.0",
182+
"rollup": "^4.18.0",
183+
"rollup-plugin-dts": "^6.1.1",
184184
"rollup-plugin-esbuild": "^6.1.1",
185185
"semver": "^7.6.2",
186186
"simple-git-hooks": "^2.11.1",
187187
"sirv": "^2.0.4",
188-
"sitemap": "^7.1.1",
188+
"sitemap": "^8.0.0",
189189
"sort-package-json": "^2.10.0",
190190
"supports-color": "^9.4.0",
191191
"typescript": "^5.4.5",
@@ -205,7 +205,7 @@
205205
"optional": true
206206
}
207207
},
208-
"packageManager": "[email protected].1",
208+
"packageManager": "[email protected].4",
209209
"pnpm": {
210210
"peerDependencyRules": {
211211
"ignoreMissing": [
@@ -216,9 +216,6 @@
216216
},
217217
"overrides": {
218218
"ora>string-width": "^5"
219-
},
220-
"patchedDependencies": {
221-
222219
}
223220
}
224221
}

patches/[email protected]

-13
This file was deleted.

0 commit comments

Comments
 (0)