Skip to content

Commit

Permalink
⚙️ config: peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Sep 21, 2024
1 parent 0c9d7cb commit 6361c5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/monorepo-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@
"rm:node_modules": "rimraf node_modules"
},
"devDependencies": {
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^4.0.3",
"typedoc-vitepress-theme": "^1.0.0"
"typedoc": "^0.26.7",
"typedoc-plugin-markdown": "^4.2.7",
"typedoc-vitepress-theme": "^1.0.1"
},
"peerDependencies": {
"typescript": "catalog:"
}
}
3 changes: 3 additions & 0 deletions utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@
"typedoc": "^0.26.7",
"typedoc-plugin-markdown": "^4.2.7",
"typescript": "catalog:"
},
"peerDependencies": {
"typescript": "catalog:"
}
}

0 comments on commit 6361c5c

Please sign in to comment.