Skip to content

Commit 0dcc2fb

Browse files
committed
chore: bump deps
1 parent b83c9c0 commit 0dcc2fb

File tree

3 files changed

+1762
-1896
lines changed

3 files changed

+1762
-1896
lines changed

Diff for: .husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pnpm lint-staged
1+
pnpm nano-staged

Diff for: package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@commitlint/config-conventional"
2121
]
2222
},
23-
"lint-staged": {
23+
"nano-staged": {
2424
"*.!(cjs|js|ts|vue)": "prettier --write --ignore-unknown",
2525
"*.(cjs|js|ts|vue)": [
2626
"eslint --fix",
@@ -32,34 +32,34 @@
3232
"dependencies": {
3333
"@vuepress/bundler-vite": "2.0.0-rc.18",
3434
"@vuepress/bundler-webpack": "2.0.0-rc.18",
35-
"@vuepress/plugin-docsearch": "2.0.0-rc.56",
36-
"@vuepress/plugin-google-analytics": "2.0.0-rc.54",
35+
"@vuepress/plugin-docsearch": "2.0.0-rc.65",
36+
"@vuepress/plugin-google-analytics": "2.0.0-rc.63",
3737
"@vuepress/plugin-register-components": "2.0.0-rc.54",
38-
"@vuepress/plugin-shiki": "2.0.0-rc.56",
39-
"@vuepress/theme-default": "2.0.0-rc.56",
38+
"@vuepress/plugin-shiki": "2.0.0-rc.65",
39+
"@vuepress/theme-default": "2.0.0-rc.65",
4040
"http-server": "^14.1.1",
41-
"sass-embedded": "^1.80.3",
42-
"sass-loader": "^16.0.2",
43-
"vue": "^3.5.12",
41+
"sass-embedded": "^1.82.0",
42+
"sass-loader": "^16.0.4",
43+
"vue": "^3.5.13",
4444
"vuepress": "2.0.0-rc.18"
4545
},
4646
"devDependencies": {
47-
"@commitlint/cli": "^19.5.0",
48-
"@commitlint/config-conventional": "^19.5.0",
49-
"bumpp": "^9.7.1",
50-
"eslint": "^9.13.0",
51-
"eslint-config-vuepress": "^5.2.2",
52-
"husky": "^9.1.6",
53-
"lint-staged": "^15.2.10",
54-
"prettier": "^3.3.3",
47+
"@commitlint/cli": "^19.6.0",
48+
"@commitlint/config-conventional": "^19.6.0",
49+
"bumpp": "^9.9.0",
50+
"eslint": "^9.16.0",
51+
"eslint-config-vuepress": "^5.2.3",
52+
"husky": "^9.1.7",
53+
"nano-staged": "^0.8.0",
54+
"prettier": "^3.4.2",
5555
"prettier-config-vuepress": "^5.0.0",
5656
"rimraf": "^6.0.1",
57-
"sort-package-json": "^2.10.1",
58-
"taze": "^0.17.2",
57+
"sort-package-json": "^2.12.0",
58+
"taze": "^0.18.0",
5959
"tsconfig-vuepress": "^5.2.1",
60-
"typescript": "^5.6.3"
60+
"typescript": "^5.7.2"
6161
},
62-
"packageManager": "pnpm@9.12.2",
62+
"packageManager": "pnpm@9.15.0",
6363
"engines": {
6464
"node": ">=18.19.0"
6565
}

0 commit comments

Comments
 (0)