Skip to content

Commit f0d3082

Browse files
authored
chore: bump deps (#2724)
1 parent 3f79f4b commit f0d3082

File tree

3 files changed

+124
-101
lines changed

3 files changed

+124
-101
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0-beta.7",
44
"description": "Vite & Vue powered static site generator",
55
"type": "module",
6-
"packageManager": "pnpm@8.6.10",
6+
"packageManager": "pnpm@8.6.11",
77
"main": "dist/node/index.js",
88
"types": "types/index.d.ts",
99
"exports": {
@@ -95,14 +95,14 @@
9595
"@docsearch/js": "^3.5.1",
9696
"@vitejs/plugin-vue": "^4.2.3",
9797
"@vue/devtools-api": "^6.5.0",
98-
"@vueuse/core": "^10.2.1",
99-
"@vueuse/integrations": "^10.2.1",
98+
"@vueuse/core": "^10.3.0",
99+
"@vueuse/integrations": "^10.3.0",
100100
"body-scroll-lock": "4.0.0-beta.0",
101101
"focus-trap": "^7.5.2",
102102
"mark.js": "8.11.1",
103103
"minisearch": "^6.1.0",
104104
"shiki": "^0.14.3",
105-
"vite": "^4.4.7",
105+
"vite": "^4.4.8",
106106
"vue": "^3.3.4"
107107
},
108108
"devDependencies": {
@@ -132,7 +132,7 @@
132132
"@types/markdown-it-emoji": "^2.0.2",
133133
"@types/micromatch": "^4.0.2",
134134
"@types/minimist": "^1.2.2",
135-
"@types/node": "^20.4.5",
135+
"@types/node": "^20.4.6",
136136
"@types/prompts": "^2.4.4",
137137
"@vue/shared": "^3.3.4",
138138
"chokidar": "^3.5.3",
@@ -159,18 +159,18 @@
159159
"minimist": "^1.2.8",
160160
"nanoid": "^4.0.2",
161161
"npm-run-all": "^4.1.5",
162-
"ora": "^7.0.0",
162+
"ora": "^7.0.1",
163163
"path-to-regexp": "^6.2.1",
164164
"picocolors": "^1.0.0",
165165
"pkg-dir": "^7.0.0",
166166
"playwright-chromium": "^1.36.2",
167167
"polka": "1.0.0-next.22",
168-
"prettier": "^3.0.0",
168+
"prettier": "^3.0.1",
169169
"prompts": "^2.4.2",
170170
"punycode": "^2.3.0",
171171
"rimraf": "^5.0.1",
172172
"rollup": "^3.27.0",
173-
"rollup-plugin-dts": "^5.3.0",
173+
"rollup-plugin-dts": "^5.3.1",
174174
"rollup-plugin-esbuild": "^5.0.0",
175175
"semver": "^7.5.4",
176176
"shiki-processor": "^0.1.3",
@@ -179,7 +179,7 @@
179179
"sitemap": "^7.1.1",
180180
"supports-color": "^9.4.0",
181181
"typescript": "^5.1.6",
182-
"vitest": "^0.33.0",
182+
"vitest": "^0.34.1",
183183
"vue-tsc": "^1.8.8",
184184
"wait-on": "^7.0.1"
185185
},

0 commit comments

Comments
 (0)