Skip to content

Commit

Permalink
fix: 修复依赖异常,支持eslint校验
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Aug 2, 2024
1 parent 1b8b0ba commit 6daed76
Show file tree
Hide file tree
Showing 2 changed files with 587 additions and 669 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"clean": "快速删除本地依赖"
},
"devDependencies": {
"@142vip/common": "0.0.1-alpha.5",
"@142vip/release-version": "0.0.1-alpha.3",
"@142vip/common": "^0.0.1-alpha.5",
"@142vip/release-version": "^0.0.1-alpha.4",
"@antfu/eslint-config": "^2.24.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
Expand All @@ -44,6 +44,7 @@
"dashjs": "^4.7.4",
"enquirer": "^2.4.1",
"eslint": "^8.55.0",
"eslint-plugin-format": "^0.1.2",
"hls.js": "^1.5.13",
"husky": "^8.0.3",
"lint-staged": "^15.2.7",
Expand Down
Loading

0 comments on commit 6daed76

Please sign in to comment.