Skip to content

Commit 0f1e6b5

Browse files
committed
chore: bump deps
1 parent c0d838b commit 0f1e6b5

File tree

2 files changed

+145
-137
lines changed

2 files changed

+145
-137
lines changed

package.json

+5-5
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": "[email protected].11",
6+
"packageManager": "[email protected].12",
77
"main": "dist/node/index.js",
88
"types": "types/index.d.ts",
99
"exports": {
@@ -101,7 +101,7 @@
101101
"mark.js": "8.11.1",
102102
"minisearch": "^6.1.0",
103103
"shiki": "^0.14.3",
104-
"vite": "^4.4.8",
104+
"vite": "^4.4.9",
105105
"vue": "^3.3.4"
106106
},
107107
"devDependencies": {
@@ -125,21 +125,21 @@
125125
"@types/escape-html": "^1.0.2",
126126
"@types/fs-extra": "^11.0.1",
127127
"@types/mark.js": "^8.11.8",
128-
"@types/markdown-it": "^12.2.3",
128+
"@types/markdown-it": "^13.0.0",
129129
"@types/markdown-it-attrs": "^4.1.0",
130130
"@types/markdown-it-container": "^2.0.6",
131131
"@types/markdown-it-emoji": "^2.0.2",
132132
"@types/micromatch": "^4.0.2",
133133
"@types/minimist": "^1.2.2",
134-
"@types/node": "^20.4.7",
134+
"@types/node": "^20.4.8",
135135
"@types/prompts": "^2.4.4",
136136
"@vue/shared": "^3.3.4",
137137
"chokidar": "^3.5.3",
138138
"compression": "^1.7.4",
139139
"conventional-changelog-cli": "^3.0.0",
140140
"cross-spawn": "^7.0.3",
141141
"debug": "^4.3.4",
142-
"esbuild": "^0.18.17",
142+
"esbuild": "^0.18.20",
143143
"escape-html": "^1.0.3",
144144
"execa": "^7.2.0",
145145
"fast-glob": "^3.3.1",

0 commit comments

Comments
 (0)