Skip to content

Commit

Permalink
fix: build error (#204)
Browse files Browse the repository at this point in the history
Signed-off-by: zhaoxinxin <[email protected]>
  • Loading branch information
Liam-Zhao authored Dec 30, 2024
1 parent a85758e commit d658889
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"three": "^0.171.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/config-conventional": "^17.6.0",
"husky": "^8.0.3",
"lint-staged": "^15.3.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.0"
},
"browserslist": {
Expand Down Expand Up @@ -69,5 +69,8 @@
"repository": "[email protected]:dragonflyoss/d7y.io.git",
"resolutions":{
"cheerio": "<1.0.0"
}
},
"engines": {
"node": "16.x"
}
}

0 comments on commit d658889

Please sign in to comment.