make CI check for yarn install warnings and fix the peer deps ones we have (#2683)
- [x] `internal` — Any other changes that don't affect the published package
This commit is contained in:
parent
7ac003cc05
commit
a43b172b64
13 changed files with 478 additions and 95 deletions
|
@ -64,5 +64,9 @@
|
|||
"nanoevents": "^7.0.1",
|
||||
"nanoid": "4.0.2",
|
||||
"ws": "^8.16.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18",
|
||||
"react-dom": "^18"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue