Skip to content

Commit a644ff8

Browse files
committed
chore: bump deps
1 parent 84cf457 commit a644ff8

File tree

2 files changed

+197
-198
lines changed

2 files changed

+197
-198
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0-alpha.73",
44
"description": "Vite & Vue powered static site generator",
55
"type": "module",
6-
"packageManager": "pnpm@8.2.0",
6+
"packageManager": "pnpm@8.3.1",
77
"main": "dist/node/index.js",
88
"types": "types/index.d.ts",
99
"exports": {
@@ -91,12 +91,12 @@
9191
"@docsearch/js": "^3.3.3",
9292
"@vitejs/plugin-vue": "^4.1.0",
9393
"@vue/devtools-api": "^6.5.0",
94-
"@vueuse/core": "^10.0.2",
94+
"@vueuse/core": "^10.1.0",
9595
"body-scroll-lock": "4.0.0-beta.0",
9696
"mark.js": "8.11.1",
9797
"minisearch": "^6.0.1",
9898
"shiki": "^0.14.1",
99-
"vite": "^4.3.0",
99+
"vite": "^4.3.1",
100100
"vue": "^3.2.47"
101101
},
102102
"devDependencies": {
@@ -126,15 +126,15 @@
126126
"@types/markdown-it-emoji": "^2.0.2",
127127
"@types/micromatch": "^4.0.2",
128128
"@types/minimist": "^1.2.2",
129-
"@types/node": "^18.15.12",
129+
"@types/node": "^18.16.0",
130130
"@types/prompts": "^2.4.4",
131131
"chokidar": "^3.5.3",
132132
"compression": "^1.7.4",
133133
"conventional-changelog-cli": "^2.2.2",
134134
"cross-spawn": "^7.0.3",
135135
"debug": "^4.3.4",
136136
"enquirer": "^2.3.6",
137-
"esbuild": "^0.17.17",
137+
"esbuild": "^0.17.18",
138138
"escape-html": "^1.0.3",
139139
"execa": "^7.1.1",
140140
"fast-glob": "^3.2.12",
@@ -143,7 +143,7 @@
143143
"gray-matter": "^4.0.3",
144144
"lint-staged": "^13.2.1",
145145
"lodash.template": "^4.5.0",
146-
"lru-cache": "^9.1.0",
146+
"lru-cache": "^9.1.1",
147147
"markdown-it": "^13.0.1",
148148
"markdown-it-anchor": "^8.6.7",
149149
"markdown-it-attrs": "^4.1.6",
@@ -159,11 +159,11 @@
159159
"pkg-dir": "^7.0.0",
160160
"playwright-chromium": "^1.32.3",
161161
"polka": "1.0.0-next.22",
162-
"prettier": "^2.8.7",
162+
"prettier": "^2.8.8",
163163
"prompts": "^2.4.2",
164164
"punycode": "^2.3.0",
165165
"rimraf": "^5.0.0",
166-
"rollup": "^3.20.6",
166+
"rollup": "^3.21.0",
167167
"rollup-plugin-dts": "^5.3.0",
168168
"rollup-plugin-esbuild": "^5.0.0",
169169
"semver": "^7.5.0",
@@ -173,7 +173,7 @@
173173
"supports-color": "^9.3.1",
174174
"typescript": "^5.0.4",
175175
"vitest": "^0.30.1",
176-
"vue-tsc": "^1.3.2",
176+
"vue-tsc": "^1.4.4",
177177
"wait-on": "^7.0.1"
178178
},
179179
"pnpm": {

0 commit comments

Comments
 (0)