Skip to content

Commit 3799c28

Browse files
committed
build: bump deps
1 parent bd8aa0a commit 3799c28

File tree

7 files changed

+828
-830
lines changed

7 files changed

+828
-830
lines changed

ecosystem/plugin-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"clean": "rimraf lib *.tsbuildinfo"
3535
},
3636
"dependencies": {
37-
"@types/markdown-it": "^13.0.0",
37+
"@types/markdown-it": "^13.0.1",
3838
"@vuepress/core": "workspace:*",
3939
"@vuepress/markdown": "workspace:*",
4040
"@vuepress/shared": "workspace:*",

ecosystem/plugin-docsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@vuepress/core": "workspace:*",
4545
"@vuepress/shared": "workspace:*",
4646
"@vuepress/utils": "workspace:*",
47-
"@vueuse/core": "^10.3.0",
47+
"@vueuse/core": "^10.4.1",
4848
"ts-debounce": "^4.0.0",
4949
"vue": "^3.3.4",
5050
"vue-router": "^4.2.4"

ecosystem/theme-default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@vuepress/plugin-theme-data": "workspace:*",
5656
"@vuepress/shared": "workspace:*",
5757
"@vuepress/utils": "workspace:*",
58-
"@vueuse/core": "^10.3.0",
58+
"@vueuse/core": "^10.4.1",
5959
"sass": "^1.66.1",
6060
"sass-loader": "^13.3.2",
6161
"vue": "^3.3.4",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"devDependencies": {
4040
"@commitlint/cli": "^17.7.1",
4141
"@commitlint/config-conventional": "^17.7.0",
42-
"@types/node": "^20.5.4",
42+
"@types/node": "^20.5.7",
4343
"@types/webpack-env": "^1.18.1",
44-
"@vitest/coverage-istanbul": "^0.34.2",
44+
"@vitest/coverage-istanbul": "^0.34.3",
4545
"bumpp": "^9.2.0",
46-
"conventional-changelog-cli": "^3.0.0",
46+
"conventional-changelog-cli": "^4.0.0",
4747
"cpx2": "^5.0.0",
48-
"eslint": "^8.47.0",
48+
"eslint": "^8.48.0",
4949
"eslint-config-vuepress": "^4.3.0",
5050
"eslint-config-vuepress-typescript": "^4.4.0",
5151
"husky": "^8.0.3",
@@ -56,11 +56,11 @@
5656
"sort-package-json": "^2.5.1",
5757
"tsconfig-vuepress": "^4.2.0",
5858
"tsup": "^7.2.0",
59-
"typescript": "^5.1.6",
59+
"typescript": "^5.2.2",
6060
"vite": "~4.4.9",
61-
"vitest": "^0.34.2"
61+
"vitest": "^0.34.3"
6262
},
63-
"packageManager": "pnpm@8.6.12",
63+
"packageManager": "pnpm@8.7.0",
6464
"engines": {
6565
"node": ">=18.16.0"
6666
}

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@vue/devtools-api": "^6.5.0",
4141
"@vuepress/shared": "workspace:*",
42-
"@vueuse/core": "^10.3.0",
42+
"@vueuse/core": "^10.4.1",
4343
"vue": "^3.3.4",
4444
"vue-router": "^4.2.4"
4545
},

packages/markdown/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"clean": "rimraf dist"
3232
},
3333
"dependencies": {
34-
"@mdit-vue/plugin-component": "^0.12.0",
35-
"@mdit-vue/plugin-frontmatter": "^0.12.0",
36-
"@mdit-vue/plugin-headers": "^0.12.0",
37-
"@mdit-vue/plugin-sfc": "^0.12.0",
38-
"@mdit-vue/plugin-title": "^0.12.0",
39-
"@mdit-vue/plugin-toc": "^0.12.0",
40-
"@mdit-vue/shared": "^0.12.0",
34+
"@mdit-vue/plugin-component": "^0.12.1",
35+
"@mdit-vue/plugin-frontmatter": "^0.12.1",
36+
"@mdit-vue/plugin-headers": "^0.12.1",
37+
"@mdit-vue/plugin-sfc": "^0.12.1",
38+
"@mdit-vue/plugin-title": "^0.12.1",
39+
"@mdit-vue/plugin-toc": "^0.12.1",
40+
"@mdit-vue/shared": "^0.12.1",
4141
"@mdit-vue/types": "^0.12.0",
42-
"@types/markdown-it": "^13.0.0",
42+
"@types/markdown-it": "^13.0.1",
4343
"@types/markdown-it-emoji": "^2.0.2",
4444
"@vuepress/shared": "workspace:*",
4545
"@vuepress/utils": "workspace:*",

0 commit comments

Comments
 (0)