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 <2621802+Lipata@users.noreply.github.com>
1 parent 57d1974 commit c1d2422

2 files changed

Lines changed: 1101 additions & 1176 deletions

File tree

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)