Skip to content

Commit

Permalink
[Port v2int 4.2] Remove the peer dependencies for @fluidframework/tin…
Browse files Browse the repository at this point in the history
…ylicious-client as they are wrong (#15567)

Main PR: #15566

During my FHL project, I found that npm i was failing when I tried to
upgrade from 1.3.6 to 2.0.0-internal.4.x, I'm not sure what the proper
fix is, but @fluidframework/tinylicious-client packages in major version
12.0.0-internal.4.x1 have the wrong fluid-framework peer dependency.

Update: we are deciding to remove the peer dependencies and add them
back later.
  • Loading branch information
tyler-cai-microsoft authored May 11, 2023
1 parent 509aa13 commit a2e1ec9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions azure/packages/azure-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@
"start-server-and-test": "^1.11.7",
"typescript": "~4.5.5"
},
"peerDependencies": {
"fluid-framework": ">=2.0.0-internal.4.1.0 <2.0.0-internal.5.0.0"
},
"typeValidation": {
"broken": {}
}
Expand Down
3 changes: 0 additions & 3 deletions packages/framework/tinylicious-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@
"tinylicious": "0.7.2",
"typescript": "~4.5.5"
},
"peerDependencies": {
"fluid-framework": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0"
},
"typeValidation": {
"broken": {}
}
Expand Down

0 comments on commit a2e1ec9

Please sign in to comment.