Skip to content

Commit 6ea6352

Browse files
authored
Merge pull request #325 from InsHomePgup/update
build: bump deps
2 parents fe57480 + 0a35396 commit 6ea6352

File tree

9 files changed

+11363
-8937
lines changed

9 files changed

+11363
-8937
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -42,41 +42,41 @@
4242
}
4343
},
4444
"devDependencies": {
45-
"@changesets/cli": "^2.23.0",
46-
"@commitlint/cli": "^12.0.1",
47-
"@commitlint/config-conventional": "^12.0.1",
48-
"@types/events": "^3.0.0",
49-
"@types/jest": "^26.0.22",
50-
"@types/node": "^22.7.7",
51-
"@types/unist": "^2.0.3",
45+
"@changesets/cli": "^2.27.11",
46+
"@commitlint/cli": "^12.1.4",
47+
"@commitlint/config-conventional": "^12.1.4",
48+
"@types/events": "^3.0.3",
49+
"@types/jest": "^26.0.24",
50+
"@types/node": "^22.10.2",
51+
"@types/unist": "^2.0.11",
5252
"@types/vfile": "^4.0.0",
5353
"@vuepress-reco/shared": "workspace:*",
5454
"@vuepress-reco/tailwindcss-config": "workspace:*",
55-
"@vuepress/bundler-vite": "2.0.0-rc.18",
56-
"@vuepress/bundler-webpack": "2.0.0-rc.18",
57-
"commitizen": "^4.1.2",
58-
"concurrently": "^6.0.0",
59-
"conventional-changelog-cli": "^2.0.34",
55+
"@vuepress/bundler-vite": "2.0.0-rc.19",
56+
"@vuepress/bundler-webpack": "2.0.0-rc.19",
57+
"commitizen": "^4.3.1",
58+
"concurrently": "^6.5.1",
59+
"conventional-changelog-cli": "^2.2.2",
6060
"cpx": "^1.5.0",
61-
"cz-customizable": "^6.2.0",
62-
"eslint": "^8.0.1",
63-
"eslint-config-vuepress": "^5.2.1",
61+
"cz-customizable": "^6.9.2",
62+
"eslint": "^8.57.1",
63+
"eslint-config-vuepress": "^5.2.4",
6464
"eslint-config-vuepress-typescript": "^4.10.1",
6565
"husky": "^6.0.0",
66-
"jest": "^29.2.5",
67-
"lint-staged": "^10.2.7",
66+
"jest": "^29.7.0",
67+
"lint-staged": "^10.5.4",
6868
"md5": "2.3.0",
6969
"md5-es": "1.8.2",
70-
"prettier": "^2.2.1",
71-
"prettier-config-vuepress": "^1.2.0",
70+
"prettier": "^2.8.8",
71+
"prettier-config-vuepress": "^1.4.0",
7272
"rimraf": "3.0.2",
73-
"sort-package-json": "^1.44.0",
73+
"sort-package-json": "^1.57.0",
7474
"stylelint": "^13.13.1",
7575
"stylelint-config-standard": "^22.0.0",
7676
"ts-jest": "^29.2.5",
7777
"typescript": "5.2.2",
78-
"vue": "^3.5.0",
79-
"vuepress": "2.0.0-rc.18",
80-
"vuepress-theme-reco": "workspace:*"
78+
"vue": "^3.5.13",
79+
"vuepress": "2.0.0-rc.19",
80+
"vuepress-theme-reco": "2.0.0-rc.25"
8181
}
8282
}

packages/@vuepress-reco/plugin-bulletin-popover/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"dependencies": {
3939
"@vuepress-reco/tailwindcss-config": "workspace:*",
4040
"@vuepress/plugin-theme-data": "2.0.0-rc.55",
41-
"vue": "^3.5.0"
41+
"vue": "^3.5.13"
4242
},
4343
"peerDependencies": {
44-
"vuepress": "2.0.0-rc.18"
44+
"vuepress": "2.0.0-rc.19"
4545
}
4646
}

packages/@vuepress-reco/plugin-code-copy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"access": "public"
4848
},
4949
"peerDependencies": {
50-
"vuepress": "2.0.0-rc.18"
50+
"vuepress": "2.0.0-rc.19"
5151
}
5252
}

packages/@vuepress-reco/plugin-comments/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
"copy": "cpx \"src/**/*.{d.ts,vue,scss,css,svg,js}\" lib"
4545
},
4646
"dependencies": {
47-
"@giscus/vue": "^2.2.8",
47+
"@giscus/vue": "^2.4.0",
4848
"@vuepress-reco/tailwindcss-config": "workspace:*",
4949
"@vuepress/plugin-theme-data": "2.0.0-rc.55",
50-
"@waline/client": "^2.14.7",
50+
"@waline/client": "^2.15.8",
5151
"valine": "1.5.1",
52-
"vue": "^3.5.0"
52+
"vue": "^3.5.13"
5353
},
5454
"peerDependencies": {
55-
"vuepress": "2.0.0-rc.18"
55+
"vuepress": "2.0.0-rc.19"
5656
},
5757
"bugs": {
5858
"url": "https://github.com/vuepress-reco/vuepress-theme-reco/issues"

packages/@vuepress-reco/plugin-page/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
},
4949
"dependencies": {
5050
"@vuepress-reco/shared": "workspace:*",
51-
"vue": "^3.5.0"
51+
"vue": "^3.5.13"
5252
},
5353
"peerDependencies": {
54-
"vuepress": "2.0.0-rc.18"
54+
"vuepress": "2.0.0-rc.19"
5555
}
5656
}

packages/@vuepress-reco/plugin-vue-preview/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@
3636
"access": "public"
3737
},
3838
"dependencies": {
39-
"@babel/core": "^7.16.12",
40-
"@babel/plugin-syntax-jsx": "^7.16.7",
41-
"@babel/traverse": "^7.16.10",
42-
"@babel/types": "^7.16.8",
43-
"@vue/compiler-sfc": "^3.2.29",
39+
"@babel/core": "^7.26.0",
40+
"@babel/plugin-syntax-jsx": "^7.25.9",
41+
"@babel/traverse": "^7.26.4",
42+
"@babel/types": "^7.26.3",
43+
"@vue/compiler-sfc": "^3.5.13",
4444
"@vuepress/highlighter-helper": "2.0.0-rc.54",
4545
"@vuepress/markdown": "2.0.0-rc.18",
4646
"@vuepress/plugin-prismjs": "2.0.0-rc.54",
47-
"enhanced-resolve": "^5.8.3",
47+
"enhanced-resolve": "^5.18.0",
4848
"slash2": "^2.0.0"
4949
},
5050
"peerDependencies": {
51-
"vuepress": "2.0.0-rc.18"
51+
"vuepress": "2.0.0-rc.19"
5252
}
5353
}

packages/@vuepress-reco/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
},
3232
"dependencies": {
3333
"@vuepress/plugin-theme-data": "2.0.0-rc.55",
34-
"vue": "^3.5.0"
34+
"vue": "^3.5.13"
3535
},
3636
"publishConfig": {
3737
"access": "public"
3838
},
3939
"peerDependencies": {
40-
"vuepress": "2.0.0-rc.18"
40+
"vuepress": "2.0.0-rc.19"
4141
}
4242
}

packages/vuepress-theme-reco/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,18 @@
3636
"@vuepress-reco/shared": "workspace:*",
3737
"@vuepress-reco/tailwindcss-config": "workspace:*",
3838
"@vuepress-reco/vuepress-plugin-bulletin-popover": "workspace:*",
39-
"@vuepress-reco/vuepress-plugin-comments": "workspace:*",
40-
"@vuepress-reco/vuepress-plugin-page": "workspace:*",
4139
"@vuepress-reco/vuepress-plugin-code-copy": "workspace:*",
40+
"@vuepress-reco/vuepress-plugin-comments": "workspace:*",
4241
"@vuepress-reco/vuepress-plugin-markdown-task": "workspace:*",
42+
"@vuepress-reco/vuepress-plugin-page": "workspace:*",
4343
"@vuepress-reco/vuepress-plugin-vue-preview": "workspace:*",
4444
"@vuepress/bundler-vite": "2.0.0-rc.18",
4545
"@vuepress/bundler-webpack": "2.0.0-rc.18",
46+
"@vuepress/helper": "2.0.0-rc.55",
4647
"@vuepress/plugin-active-header-links": "2.0.0-rc.55",
4748
"@vuepress/plugin-back-to-top": "2.0.0-rc.55",
4849
"@vuepress/plugin-container": "2.0.0-rc.28",
50+
"@vuepress/plugin-docsearch": "2.0.0-rc.55",
4951
"@vuepress/plugin-external-link-icon": "2.0.0-rc.28",
5052
"@vuepress/plugin-git": "2.0.0-rc.54",
5153
"@vuepress/plugin-medium-zoom": "2.0.0-rc.55",
@@ -54,24 +56,22 @@
5456
"@vuepress/plugin-prismjs": "2.0.0-rc.54",
5557
"@vuepress/plugin-register-components": "2.0.0-rc.54",
5658
"@vuepress/plugin-search": "2.0.0-rc.55",
57-
"@vuepress/plugin-docsearch": "2.0.0-rc.55",
5859
"@vuepress/plugin-theme-data": "2.0.0-rc.55",
59-
"@vuepress/helper": "2.0.0-rc.55",
6060
"autoprefixer": "10.4.7",
6161
"postcss": "8.4.14",
6262
"postcss-each": "1.1.0",
6363
"postcss-import": "14.0.2",
6464
"tailwindcss": "3.4.4",
65-
"vue": "^3.5.0"
65+
"vue": "^3.5.13"
6666
},
6767
"devDependencies": {
68-
"eslint-config-vuepress": "^5.2.1",
68+
"eslint-config-vuepress": "^5.2.4",
6969
"eslint-config-vuepress-typescript": "^4.10.1",
7070
"prettier": "2.2.1",
7171
"sort-package-json": "1.44.0"
7272
},
7373
"peerDependencies": {
74-
"vuepress": "2.0.0-rc.18"
74+
"vuepress": "2.0.0-rc.19"
7575
},
7676
"engines": {
7777
"node": ">=18.19.0",

0 commit comments

Comments
 (0)