Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 11, 2024
1 parent b83c9c0 commit 0dcc2fb
Show file tree
Hide file tree
Showing 3 changed files with 1,762 additions and 1,896 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm lint-staged
pnpm nano-staged
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@commitlint/config-conventional"
]
},
"lint-staged": {
"nano-staged": {
"*.!(cjs|js|ts|vue)": "prettier --write --ignore-unknown",
"*.(cjs|js|ts|vue)": [
"eslint --fix",
Expand All @@ -32,34 +32,34 @@
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/bundler-webpack": "2.0.0-rc.18",
"@vuepress/plugin-docsearch": "2.0.0-rc.56",
"@vuepress/plugin-google-analytics": "2.0.0-rc.54",
"@vuepress/plugin-docsearch": "2.0.0-rc.65",
"@vuepress/plugin-google-analytics": "2.0.0-rc.63",
"@vuepress/plugin-register-components": "2.0.0-rc.54",
"@vuepress/plugin-shiki": "2.0.0-rc.56",
"@vuepress/theme-default": "2.0.0-rc.56",
"@vuepress/plugin-shiki": "2.0.0-rc.65",
"@vuepress/theme-default": "2.0.0-rc.65",
"http-server": "^14.1.1",
"sass-embedded": "^1.80.3",
"sass-loader": "^16.0.2",
"vue": "^3.5.12",
"sass-embedded": "^1.82.0",
"sass-loader": "^16.0.4",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.18"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"bumpp": "^9.7.1",
"eslint": "^9.13.0",
"eslint-config-vuepress": "^5.2.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"bumpp": "^9.9.0",
"eslint": "^9.16.0",
"eslint-config-vuepress": "^5.2.3",
"husky": "^9.1.7",
"nano-staged": "^0.8.0",
"prettier": "^3.4.2",
"prettier-config-vuepress": "^5.0.0",
"rimraf": "^6.0.1",
"sort-package-json": "^2.10.1",
"taze": "^0.17.2",
"sort-package-json": "^2.12.0",
"taze": "^0.18.0",
"tsconfig-vuepress": "^5.2.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=18.19.0"
}
Expand Down
Loading

0 comments on commit 0dcc2fb

Please sign in to comment.