Skip to content

Commit

Permalink
🔧 config: keep dumi version
Browse files Browse the repository at this point in the history
  • Loading branch information
eternallycyf committed May 11, 2024
1 parent d7d39be commit 324b7bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
"prettier --parser=typescript --write"
]
},
"resolutions": {
"dumi": "2.2.17"
},
"dependencies": {
"@babel/runtime": "^7.23.1",
"react": "^18.2.0",
Expand All @@ -87,7 +90,7 @@
"concurrently": "^7",
"conventional-changelog-gitmoji-config": "^1",
"cross-env": "^7",
"dumi": "^2.2.x",
"dumi": "2.2.17",
"dumi-theme-antd-style": "^0.31.0",
"eslint": "^8",
"father": "^4",
Expand Down

0 comments on commit 324b7bb

Please sign in to comment.