Skip to content

Commit c1d2422

Browse files
CopilotLipata
andcommitted
fix: add resolutions to force rxjs to 7.8.1 to prevent type conflicts
Co-authored-by: Lipata <[email protected]>
1 parent 57d1974 commit c1d2422

File tree

2 files changed

+1101
-1176
lines changed

2 files changed

+1101
-1176
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,8 @@
8686
},
8787
"workspaces": [
8888
"packages/*"
89-
]
89+
],
90+
"resolutions": {
91+
"rxjs": "7.8.1"
92+
}
9093
}

0 commit comments

Comments
 (0)