Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jul 26, 2024
1 parent 2a4768d commit 655916f
Show file tree
Hide file tree
Showing 8 changed files with 340 additions and 336 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-config-vuepress": "^4.10.1",
"eslint-config-vuepress-typescript": "^4.10.1",
"http-server": "^14.1.1",
"husky": "^9.1.1",
"husky": "^9.1.2",
"nano-staged": "^0.8.0",
"postcss-html": "^1.7.0",
"prettier": "^3.3.3",
Expand All @@ -57,11 +57,11 @@
"tsconfig-vuepress": "^4.5.0",
"tsx": "^4.16.2",
"typescript": "^5.5.4",
"vite": "5.3.4",
"vite": "5.3.5",
"vitest": "^2.0.4",
"vuepress": "2.0.0-rc.14"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.6.0",
"engines": {
"node": ">=18.19.0"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-markdown-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"dependencies": {
"@types/markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.2",
"markdown-it-container": "^4.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-markdown-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@mdit/plugin-img-lazyload": "^0.12.0",
"@mdit/plugin-img-mark": "^0.12.0",
"@mdit/plugin-img-size": "^0.12.0",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.2",
"@vuepress/helper": "workspace:*"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-markdown-math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@mdit/plugin-katex-slim": "^0.12.0",
"@mdit/plugin-mathjax-slim": "^0.12.0",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.2",
"@vuepress/helper": "workspace:*",
"vue": "^3.4.34"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/plugin-prismjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prismjs": "^1.29.0"
},
"devDependencies": {
"@types/markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.2",
"@types/prismjs": "^1.26.4",
"markdown-it": "^14.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions plugins/markdown/plugin-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"style": "sass src:lib --no-source-map"
},
"dependencies": {
"@shikijs/transformers": "^1.11.1",
"@shikijs/transformers": "^1.12.0",
"@vuepress/helper": "workspace:*",
"@vuepress/highlighter-helper": "workspace:*",
"nanoid": "^5.0.7",
"shiki": "^1.11.1"
"shiki": "^1.12.0"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
Expand All @@ -50,7 +50,7 @@
"access": "public"
},
"devDependencies": {
"@types/markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.2",
"markdown-it": "^14.1.0"
}
}
654 changes: 329 additions & 325 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/bundler-webpack": "2.0.0-rc.14",
"@vuepress/plugin-git": "workspace:*",
"vite": "~5.3.4"
"vite": "~5.3.5"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
Expand Down

0 comments on commit 655916f

Please sign in to comment.