Skip to content

Commit 241a7c8

Browse files
committed
chore: bump deps
1 parent db51f7a commit 241a7c8

File tree

2 files changed

+256
-21
lines changed

2 files changed

+256
-21
lines changed

package.json

+4-7
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@
77
"vue",
88
"vitepress"
99
],
10-
"homepage": "https://github.com/vuejs/vitepress/tree/main/#readme",
10+
"homepage": "https://vitepress.dev/",
1111
"bugs": {
1212
"url": "https://github.com/vuejs/vitepress/issues"
1313
},
14-
"repository": {
15-
"type": "git",
16-
"url": "git+https://github.com/vuejs/vitepress.git"
17-
},
14+
"repository": "github:vuejs/vitepress",
1815
"license": "MIT",
1916
"author": "Evan You",
2017
"type": "module",
@@ -152,7 +149,7 @@
152149
"conventional-changelog-cli": "^5.0.0",
153150
"cross-spawn": "^7.0.3",
154151
"debug": "^4.3.4",
155-
"esbuild": "^0.20.2",
152+
"esbuild": "^0.21.3",
156153
"escape-html": "^1.0.3",
157154
"execa": "^9.1.0",
158155
"fast-glob": "^3.3.2",
@@ -163,7 +160,7 @@
163160
"lodash.template": "^4.5.0",
164161
"lru-cache": "^10.2.2",
165162
"markdown-it": "^14.1.0",
166-
"markdown-it-anchor": "^9.0.0",
163+
"markdown-it-anchor": "^9.0.1",
167164
"markdown-it-attrs": "^4.1.6",
168165
"markdown-it-container": "^4.0.0",
169166
"markdown-it-emoji": "^3.0.0",

0 commit comments

Comments
 (0)