Skip to content

Commit

Permalink
perf: 升级基础工具依赖 (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: 142vip.cn <fairy@2925.com>
  • Loading branch information
mmdapl and lir0115 committed Apr 17, 2024
1 parent 263e235 commit 7f1755c
Show file tree
Hide file tree
Showing 2 changed files with 1,864 additions and 2,223 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,37 +31,37 @@
"clean": "快速删除本地依赖"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vuepress/client": "2.0.0-beta.67",
"@vuepress/plugin-register-components": "2.0.0-beta.67",
"@vuepress/utils": "2.0.0-beta.67",
"bumpp": "^9.2.0",
"bumpp": "^9.4.0",
"commit-and-tag-version": "^11.3.0",
"enquirer": "^2.4.1",
"eslint": "^8.54.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.18.1",
"eslint-plugin-vue": "^9.25.0",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.2",
"markdownlint-cli": "^0.37.0",
"markmap-cli": "^0.15.4",
"markmap-cli": "^0.15.8",
"shelljs": "^0.8.5",
"typescript": "^4.9.5",
"vercel": "^32.5.5",
"vue": "^3.3.8",
"vercel": "^32.7.2",
"vue": "^3.4.23",
"vuepress": "2.0.0-beta.67",
"vuepress-plugin-comment2": "2.0.0-beta.238",
"vuepress-plugin-components": "2.0.0-beta.238",
"vuepress-plugin-md-enhance": "2.0.0-beta.238",
"vuepress-plugin-search-pro": "2.0.0-beta.238",
"vuepress-theme-hope": "2.0.0-beta.238",
"webpack": "^5.89.0",
"webpack": "^5.91.0",
"xmind-embed-viewer": "^1.2.0"
}
}

0 comments on commit 7f1755c

Please sign in to comment.