Skip to content

Commit 20afa73

Browse files
committed
chore: bump deps
1 parent 7271a95 commit 20afa73

File tree

2 files changed

+338
-319
lines changed

2 files changed

+338
-319
lines changed

Diff for: package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0-rc.13",
44
"description": "Vite & Vue powered static site generator",
55
"type": "module",
6-
"packageManager": "[email protected].4",
6+
"packageManager": "[email protected].5",
77
"main": "dist/node/index.js",
88
"types": "types/index.d.ts",
99
"exports": {
@@ -128,7 +128,7 @@
128128
"@types/cross-spawn": "^6.0.3",
129129
"@types/debug": "^4.1.8",
130130
"@types/escape-html": "^1.0.2",
131-
"@types/fs-extra": "^11.0.1",
131+
"@types/fs-extra": "^11.0.2",
132132
"@types/lodash.template": "^4.5.1",
133133
"@types/mark.js": "^8.11.8",
134134
"@types/markdown-it": "^13.0.1",
@@ -137,7 +137,7 @@
137137
"@types/markdown-it-emoji": "^2.0.2",
138138
"@types/micromatch": "^4.0.2",
139139
"@types/minimist": "^1.2.2",
140-
"@types/node": "^20.6.0",
140+
"@types/node": "^20.6.2",
141141
"@types/postcss-prefix-selector": "^1.16.0",
142142
"@types/prompts": "^2.4.4",
143143
"@vitejs/plugin-vue": "^4.3.4",
@@ -147,7 +147,7 @@
147147
"conventional-changelog-cli": "^4.1.0",
148148
"cross-spawn": "^7.0.3",
149149
"debug": "^4.3.4",
150-
"esbuild": "^0.19.2",
150+
"esbuild": "^0.19.3",
151151
"escape-html": "^1.0.3",
152152
"execa": "^8.0.1",
153153
"fast-glob": "^3.3.1",
@@ -171,15 +171,15 @@
171171
"path-to-regexp": "^6.2.1",
172172
"picocolors": "^1.0.0",
173173
"pkg-dir": "^7.0.0",
174-
"playwright-chromium": "^1.37.1",
174+
"playwright-chromium": "^1.38.0",
175175
"polka": "1.0.0-next.22",
176176
"postcss-prefix-selector": "^1.16.0",
177177
"prettier": "^3.0.3",
178178
"prompts": "^2.4.2",
179179
"punycode": "^2.3.0",
180180
"rimraf": "^5.0.1",
181-
"rollup": "^3.29.1",
182-
"rollup-plugin-dts": "^6.0.1",
181+
"rollup": "^3.29.2",
182+
"rollup-plugin-dts": "^6.0.2",
183183
"rollup-plugin-esbuild": "^5.0.0",
184184
"semver": "^7.5.4",
185185
"shiki-processor": "^0.1.3",
@@ -189,7 +189,7 @@
189189
"supports-color": "^9.4.0",
190190
"typescript": "^5.2.2",
191191
"vitest": "^0.34.4",
192-
"vue-tsc": "^1.8.10",
192+
"vue-tsc": "^1.8.11",
193193
"wait-on": "^7.0.1"
194194
},
195195
"simple-git-hooks": {

0 commit comments

Comments
 (0)