Skip to content

Commit 9003521

Browse files
committed
build: bump deps
1 parent 611a292 commit 9003521

File tree

4 files changed

+178
-183
lines changed

4 files changed

+178
-183
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@commitlint/cli": "^19.3.0",
3535
"@commitlint/config-conventional": "^19.2.2",
3636
"@commitlint/types": "^19.0.3",
37-
"@types/node": "^20.12.11",
37+
"@types/node": "^20.12.12",
3838
"@types/webpack-env": "^1.18.5",
3939
"@vitest/coverage-istanbul": "^1.6.0",
4040
"bumpp": "^9.4.1",

packages/markdown/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"clean": "rimraf dist"
3232
},
3333
"dependencies": {
34-
"@mdit-vue/plugin-component": "^2.1.2",
35-
"@mdit-vue/plugin-frontmatter": "^2.1.2",
36-
"@mdit-vue/plugin-headers": "^2.1.2",
37-
"@mdit-vue/plugin-sfc": "^2.1.2",
38-
"@mdit-vue/plugin-title": "^2.1.2",
39-
"@mdit-vue/plugin-toc": "^2.1.2",
40-
"@mdit-vue/shared": "^2.1.2",
34+
"@mdit-vue/plugin-component": "^2.1.3",
35+
"@mdit-vue/plugin-frontmatter": "^2.1.3",
36+
"@mdit-vue/plugin-headers": "^2.1.3",
37+
"@mdit-vue/plugin-sfc": "^2.1.3",
38+
"@mdit-vue/plugin-title": "^2.1.3",
39+
"@mdit-vue/plugin-toc": "^2.1.3",
40+
"@mdit-vue/shared": "^2.1.3",
4141
"@mdit-vue/types": "^2.1.0",
4242
"@types/markdown-it": "^14.1.1",
4343
"@types/markdown-it-emoji": "^3.0.1",

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"globby": "^14.0.1",
4141
"hash-sum": "^2.0.0",
4242
"ora": "^8.0.1",
43-
"picocolors": "^1.0.0",
43+
"picocolors": "^1.0.1",
4444
"upath": "^2.0.1"
4545
},
4646
"publishConfig": {

0 commit comments

Comments
 (0)