Skip to content

Commit a362d0c

Browse files
committed
chore: bump deps
1 parent ee99924 commit a362d0c

File tree

3 files changed

+428
-741
lines changed

3 files changed

+428
-741
lines changed

Diff for: 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.1.0",
13+
"@lunariajs/core": "^0.1.1",
1414
"markdown-it-mathjax3": "^4.3.2",
1515
"open-cli": "^8.0.0",
1616
"vitepress": "workspace:*"

Diff for: package.json

+17-17
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.6.2",
105-
"@shikijs/transformers": "^1.6.2",
104+
"@shikijs/core": "^1.9.0",
105+
"@shikijs/transformers": "^1.9.0",
106106
"@types/markdown-it": "^14.1.1",
107107
"@vitejs/plugin-vue": "^5.0.5",
108-
"@vue/devtools-api": "^7.2.1",
108+
"@vue/devtools-api": "^7.3.4",
109109
"@vue/shared": "^3.4.30",
110-
"@vueuse/core": "^10.10.0",
111-
"@vueuse/integrations": "^10.10.0",
110+
"@vueuse/core": "^10.11.0",
111+
"@vueuse/integrations": "^10.11.0",
112112
"focus-trap": "^7.5.4",
113113
"mark.js": "8.11.1",
114114
"minisearch": "^6.3.0",
115-
"shiki": "^1.7.0",
116-
"vite": "^5.2.12",
115+
"shiki": "^1.9.0",
116+
"vite": "^5.3.1",
117117
"vue": "^3.4.30"
118118
},
119119
"devDependencies": {
@@ -127,10 +127,10 @@
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.8",
130+
"@rollup/plugin-commonjs": "^26.0.1",
131131
"@rollup/plugin-json": "^6.1.0",
132132
"@rollup/plugin-node-resolve": "^15.2.3",
133-
"@rollup/plugin-replace": "^5.0.5",
133+
"@rollup/plugin-replace": "^5.0.7",
134134
"@types/cross-spawn": "^6.0.6",
135135
"@types/debug": "^4.1.12",
136136
"@types/fs-extra": "^11.0.4",
@@ -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.14.1",
144+
"@types/node": "^20.14.8",
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",
150150
"debug": "^4.3.5",
151-
"esbuild": "^0.21.4",
152-
"execa": "^9.1.0",
151+
"esbuild": "^0.21.5",
152+
"execa": "^9.3.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.5",
157+
"lint-staged": "^15.2.7",
158158
"lodash.template": "^4.5.0",
159159
"lru-cache": "^10.2.2",
160160
"markdown-it": "^14.1.0",
@@ -175,7 +175,7 @@
175175
"playwright-chromium": "^1.44.1",
176176
"polka": "^1.0.0-next.25",
177177
"postcss-prefix-selector": "^1.16.1",
178-
"prettier": "^3.3.0",
178+
"prettier": "^3.3.2",
179179
"prompts": "^2.4.2",
180180
"punycode": "^2.3.1",
181181
"rimraf": "^5.0.7",
@@ -188,9 +188,9 @@
188188
"sitemap": "^8.0.0",
189189
"sort-package-json": "^2.10.0",
190190
"supports-color": "^9.4.0",
191-
"typescript": "^5.4.5",
191+
"typescript": "^5.5.2",
192192
"vitest": "^1.6.0",
193-
"vue-tsc": "^2.0.19",
193+
"vue-tsc": "^2.0.22",
194194
"wait-on": "^7.2.0"
195195
},
196196
"peerDependencies": {
@@ -205,7 +205,7 @@
205205
"optional": true
206206
}
207207
},
208-
"packageManager": "pnpm@9.1.4",
208+
"packageManager": "pnpm@9.4.0",
209209
"pnpm": {
210210
"peerDependencyRules": {
211211
"ignoreMissing": [

0 commit comments

Comments
 (0)