Skip to content

Commit 4cb9584

Browse files
committed
chore: bump deps
1 parent d55ce0b commit 4cb9584

File tree

2 files changed

+249
-273
lines changed

2 files changed

+249
-273
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0-rc.11",
44
"description": "Vite & Vue powered static site generator",
55
"type": "module",
6-
"packageManager": "[email protected].0",
6+
"packageManager": "[email protected].4",
77
"main": "dist/node/index.js",
88
"types": "types/index.d.ts",
99
"exports": {
@@ -98,7 +98,7 @@
9898
"focus-trap": "^7.5.2",
9999
"mark.js": "8.11.1",
100100
"minisearch": "^6.1.0",
101-
"shiki": "^0.14.3",
101+
"shiki": "^0.14.4",
102102
"vite": "^4.4.9",
103103
"vue": "^3.3.4"
104104
},
@@ -116,8 +116,8 @@
116116
"@rollup/plugin-json": "^6.0.0",
117117
"@rollup/plugin-node-resolve": "^15.2.1",
118118
"@rollup/plugin-replace": "^5.0.2",
119-
"@types/compression": "^1.7.2",
120-
"@types/cross-spawn": "^6.0.2",
119+
"@types/compression": "^1.7.3",
120+
"@types/cross-spawn": "^6.0.3",
121121
"@types/debug": "^4.1.8",
122122
"@types/escape-html": "^1.0.2",
123123
"@types/fs-extra": "^11.0.1",
@@ -129,14 +129,14 @@
129129
"@types/markdown-it-emoji": "^2.0.2",
130130
"@types/micromatch": "^4.0.2",
131131
"@types/minimist": "^1.2.2",
132-
"@types/node": "^20.5.7",
132+
"@types/node": "^20.6.0",
133133
"@types/postcss-prefix-selector": "^1.16.0",
134134
"@types/prompts": "^2.4.4",
135-
"@vitejs/plugin-vue": "^4.3.3",
135+
"@vitejs/plugin-vue": "^4.3.4",
136136
"@vue/shared": "^3.3.4",
137137
"chokidar": "^3.5.3",
138138
"compression": "^1.7.4",
139-
"conventional-changelog-cli": "^4.0.0",
139+
"conventional-changelog-cli": "^4.1.0",
140140
"cross-spawn": "^7.0.3",
141141
"debug": "^4.3.4",
142142
"esbuild": "^0.19.2",
@@ -165,12 +165,12 @@
165165
"playwright-chromium": "^1.37.1",
166166
"polka": "1.0.0-next.22",
167167
"postcss-prefix-selector": "^1.16.0",
168-
"prettier": "^3.0.2",
168+
"prettier": "^3.0.3",
169169
"prompts": "^2.4.2",
170170
"punycode": "^2.3.0",
171171
"rimraf": "^5.0.1",
172-
"rollup": "^3.28.1",
173-
"rollup-plugin-dts": "^6.0.0",
172+
"rollup": "^3.29.1",
173+
"rollup-plugin-dts": "^6.0.1",
174174
"rollup-plugin-esbuild": "^5.0.0",
175175
"semver": "^7.5.4",
176176
"shiki-processor": "^0.1.3",
@@ -179,8 +179,8 @@
179179
"sitemap": "^7.1.1",
180180
"supports-color": "^9.4.0",
181181
"typescript": "^5.2.2",
182-
"vitest": "^0.34.3",
183-
"vue-tsc": "^1.8.8",
182+
"vitest": "^0.34.4",
183+
"vue-tsc": "^1.8.10",
184184
"wait-on": "^7.0.1"
185185
},
186186
"simple-git-hooks": {

0 commit comments

Comments
 (0)