Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b0def3

Browse files
committed
fix: move react to peerDependencies
1 parent 86104b0 commit 5b0def3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/create-mcp-docs/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@
3232
"ink": "^4.4.1",
3333
"ink-select-input": "^6.2.0",
3434
"ink-text-input": "^6.0.0",
35-
"react": "^18.2.0",
3635
"chalk": "^5.3.0",
3736
"ora": "^7.0.1",
3837
"zod": "^3.25.76",
3938
"commander": "^11.1.0"
4039
},
40+
"peerDependencies": {
41+
"react": "^18.2.0"
42+
},
4143
"engines": {
4244
"node": ">=16.0.0"
4345
},

0 commit comments

Comments
 (0)