Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Mar 6, 2024
1 parent a832493 commit ebf8e59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm generate && git add config/ data/ pages/ d/ && pnpm nano-staged && pnpm sync:oss
pnpm generate && git add config/ data/ pages/ d/ && pnpm nano-staged && pnpm sync:oss
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
"@types/ali-oss": "6.16.11",
"@types/js-yaml": "4.0.9",
"@types/markdown-it": "13.0.7",
"@types/node": "20.11.20",
"@types/node": "20.11.24",
"@types/qrcode": "1.5.5",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@vuepress/bundler-vite": "2.0.0-rc.8",
"@vuepress/plugin-feed": "2.0.0-rc.17",
"@vueuse/core": "10.8.0",
"@vuepress/plugin-feed": "2.0.0-rc.18",
"@vueuse/core": "10.9.0",
"ali-oss": "6.20.0",
"axios": "1.6.7",
"cheerio": "1.0.0-rc.12",
"del": "7.1.0",
"dotenv": "16.4.5",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
Expand All @@ -66,13 +66,13 @@
"typescript": "5.3.3",
"vidstack": "1.10.8",
"vitest": "1.3.1",
"vue": "3.4.19",
"vue": "3.4.21",
"vuepress": "2.0.0-rc.8",
"vuepress-plugin-search-pro": "2.0.0-rc.26",
"vuepress-shared": "2.0.0-rc.26",
"vuepress-theme-hope": "2.0.0-rc.26"
"vuepress-plugin-search-pro": "2.0.0-rc.27",
"vuepress-shared": "2.0.0-rc.27",
"vuepress-theme-hope": "2.0.0-rc.27"
},
"packageManager": "pnpm@8.15.3",
"packageManager": "pnpm@8.15.4",
"nano-staged": {
"**/*": "prettier --write --ignore-unknown",
"*.{js,ts}": "eslint --fix"
Expand Down

0 comments on commit ebf8e59

Please sign in to comment.