Skip to content

Commit 5d0b6d3

Browse files
committed
fix: loro-mirror should be peerDeps for react pkg
1 parent 0da5d50 commit 5d0b6d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/react/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@
4343
],
4444
"author": "Loro Team",
4545
"license": "MIT",
46-
"dependencies": {
47-
"loro-mirror": "workspace:*"
48-
},
4946
"peerDependencies": {
5047
"loro-crdt": "^1.7.1",
48+
"loro-mirror": "workspace:*",
5149
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
5250
},
5351
"devDependencies": {

0 commit comments

Comments
 (0)